You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
441 B
33 lines
441 B
.tourney {
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.tourney-image {
|
|
width: 200px;
|
|
}
|
|
|
|
.tourney-country {
|
|
color: #777;
|
|
display: block;
|
|
font-size: 20px;
|
|
line-height: 40px;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: #000;
|
|
}
|
|
}
|
|
|
|
.tourney-year {
|
|
color: #777;
|
|
display: block;
|
|
font-size: 40px;
|
|
line-height: 40px;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
color: #000;
|
|
}
|
|
}
|
|
|