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.
36 lines
504 B
36 lines
504 B
.tourney {
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
}
|
|
|
|
.tourney-link {
|
|
border: 1px solid #d5d5d5;
|
|
display: block;
|
|
font-size: 0;
|
|
margin-bottom: 20px;
|
|
padding: 2px 0;
|
|
text-align: center;
|
|
width: 200px;
|
|
|
|
&:hover {
|
|
background: #777;
|
|
}
|
|
}
|
|
|
|
.tourney-image {
|
|
height: 260px;
|
|
width: 195px;
|
|
}
|
|
|
|
.tourney-country {
|
|
color: #777;
|
|
font-size: 20px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.tourney-year {
|
|
color: #777;
|
|
font-size: 40px;
|
|
line-height: 40px;
|
|
}
|
|
|