make room for clocks in mobile analysis

This commit is contained in:
Thibault Duplessis 2019-05-02 14:48:41 +07:00
parent e45523b287
commit 2e26edde82

View file

@ -1,12 +1,12 @@
$clock-height: 20px;
.analyse.has-clocks {
.cg-board {
border-radius: 0 3px 3px 0;
}
@include breakpoint($mq-col1) {
& {
margin-top: #{$clock-height / 2};
}
.analyse__controls {
margin-top: #{$clock-height * 1/2};
margin-top: #{$clock-height};
}
}
}