fix analysis clock tenths positioning

This commit is contained in:
Thibault Duplessis 2019-05-03 07:49:51 +07:00
parent 2ca0c39ace
commit 82d42d9061

View file

@ -1,14 +1,13 @@
$clock-height: 20px;
.analyse__clock {
@extend %flex-between-nowrap, %metal, %box-shadow;
@extend %metal, %box-shadow;
position: absolute;
right: 0;
padding: 0 .5em;
height: $clock-height;
line-height: $clock-height;
font-weight: bold;
text-align: center;