51 lines
638 B
SCSS
51 lines
638 B
SCSS
.poule-header {
|
|
text-align: center;
|
|
border-bottom: 1px solid darkgray;
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.teamname {
|
|
margin-top: 15px;
|
|
margin-bottom: 5px;
|
|
font-size: 120%;
|
|
}
|
|
|
|
.toplevelheader {
|
|
font-size: 80%;
|
|
font-style: italic;
|
|
}
|
|
|
|
.timecell {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.timeletter {
|
|
font-size: 60%;
|
|
}
|
|
|
|
.timecell.seconds:after {
|
|
content: 's';
|
|
font-size: 60%;
|
|
}
|
|
|
|
.timecell.minutes:after {
|
|
content: 'm';
|
|
font-size: 60%;
|
|
}
|
|
|
|
.penaltycell {
|
|
color: red;
|
|
}
|
|
.resultcell {
|
|
font-size: 120%;
|
|
}
|
|
.timerank0 {
|
|
color: #1dd21d;
|
|
font-weight: bolder;
|
|
}
|
|
.timerank1 {
|
|
color :darkorange;
|
|
font-weight: bold;
|
|
}
|