@import "theme";
RaceTimer
{
flex-direction: column;
align-items: center;
flex-shrink: 0;
min-width: 110px;
.current-time
{
font-family: $display-font;
font-size: 36px;
font-weight: 800;
color: $hud-text;
letter-spacing: -1px;
text-shadow: $hud-shadow;
text-align: center;
}
}