lila/ui/tournamentSchedule/css/_finished.scss
Thibault Duplessis 15ec133753 team battle WIP
2019-10-03 14:58:59 +02:00

46 lines
751 B
SCSS

.tour-home__list {
max-width: 1200px;
.slist {
td {
padding: 1em inherit;
&.duration {
white-space: nowrap;
}
}
.header {
letter-spacing: 2px;
cursor: pointer;
@include transition();
padding: 0;
&:hover {
transform: translateX(3px);
}
a {
padding: 1em;
display: block;
}
}
a {
color: $c-font;
&:hover {
color: $c-link-hover;
}
}
.name {
font-size: 1.5em;
display: block;
@include breakpoint($mq-large) {
letter-spacing: 3px;
}
}
}
.icon i {
font-size: 4em;
opacity: 0.6;
}
.tour-scheduled .icon i {
color: $c-brag;
opacity: 0.8;
}
}