22 lines
298 B
SCSS
22 lines
298 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;
|
|
}
|