koersepublicfrontend/src/app/content/poule/poule.component.scss

57 lines
742 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;
font-weight: bolder;
}
.resultcell {
font-size: 120%;
font-weight: bold;
}
.timerank0 {
color: #1dd21d;
font-weight: bolder;
}
.timerank1 {
color :darkorange;
font-weight: bold;
}
.total-poule {
margin-left: 10px;
margin-right: 10px;
}