18 lines
228 B
SCSS
18 lines
228 B
SCSS
.time {
|
|
background-color: aquamarine;
|
|
margin: 2px;
|
|
}
|
|
|
|
.penaltycell {
|
|
transform: rotate(-90deg);
|
|
}
|
|
.penaltycell:after {
|
|
content: " s";
|
|
font-size: 80%;
|
|
}
|
|
|
|
.racetimetotal {
|
|
border-top: 1px solid black;
|
|
margin: 2px;
|
|
}
|