Files
external-tools-frontend/_assets/sass/modules/_war.scss
Codrin Pavel 9c21655ac4 Print styles
2019-12-01 00:38:56 +02:00

65 lines
977 B
SCSS

.war {
h1 {
date {
display: block;
font-size: 16px;
color: $gray;
}
}
.row {
justify-content: center;
}
.team {
display: flex;
align-items: center;
color: $gray;
line-height: 1.2;
padding: 2px 8px;
margin: 0 -8px;
&.is--hover {
outline: 2px solid gold;
}
&__details {
margin-left: 8px;
}
&__location {
display: block;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
color: #0079b3;
margin-bottom: 2px;
}
}
.best-team {
font-weight: 600;
color: black;
}
img {
max-width: 32px;
background: black;
border-radius: 50%;
vertical-align: middle;
margin: 1px;
border: 1px solid $gray;
display: none;
}
input[type="checkbox"] {
margin: 0 6px 0 0;
vertical-align: middle;
}
@include mq(xl) {
img {
display: inline-block;
}
}
}