From e5ea9e2802c05885f9abe14e92bc66b3c25a01ba Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 19 Nov 2018 12:17:38 +0200 Subject: [PATCH] width and fontsize of control bar moved to size styles --- src/routes/Player/ControlBar/styles.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/routes/Player/ControlBar/styles.less b/src/routes/Player/ControlBar/styles.less index d2751115d..e50c82d2b 100644 --- a/src/routes/Player/ControlBar/styles.less +++ b/src/routes/Player/ControlBar/styles.less @@ -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 {