width and fontsize of control bar moved to size styles

This commit is contained in:
NikolaBorislavovHristov 2018-11-19 12:17:38 +02:00
parent 3ea7e0ce25
commit e5ea9e2802

View file

@ -24,7 +24,12 @@
width: @buttons-bar-height;
}
.time-label {
font-size: 16px;
}
.separator {
width: 1px;
margin-left: floor((@buttons-bar-height * 0.25));
margin-right: floor((@buttons-bar-height * 0.25));
}
@ -92,14 +97,12 @@
}
.separator {
width: 1px;
height: 70%;
background-color: @colorneutrallight80;
}
.time-label {
color: @colorwhite;
font-size: 16px;
}
.spacing {