27 lines
361 B
Sass
27 lines
361 B
Sass
.stats
|
|
position: relative
|
|
width: 14em
|
|
z-index: 1
|
|
display: flex
|
|
justify-content: space-between
|
|
opacity: 0
|
|
|
|
&:not(:last-child)
|
|
margin-bottom: 1.5em
|
|
|
|
> i
|
|
display: block
|
|
color: rgba(#000, 0.5)
|
|
font-size: 0.9em
|
|
|
|
> b
|
|
display: block
|
|
font-size: 0.9em
|
|
|
|
> i
|
|
font-size: 0.75em
|
|
|
|
&[name="worst-time"]
|
|
display: none
|
|
|