changed panel radius

This commit is contained in:
Fedor Katurov 2020-01-16 10:10:42 +07:00
parent 2dd14f4229
commit 586e09f2b5
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
@red_primary: #ff7034; @red_primary: #ff7034;
@red_secondary: #ff3344; @red_secondary: #ff3344;
@panel_radius: 6px; @panel_radius: 8px;
@button_radius: 6px; @button_radius: 6px;
@color_primary: #4597d0; @color_primary: #4597d0;

View file

@ -16,7 +16,7 @@
.control-sep { .control-sep {
height: 36px; height: 36px;
background: #222222; background: #222222;
width: 6px; width: 4px;
@media (max-width: @mobile_breakpoint) { @media (max-width: @mobile_breakpoint) {
margin-left: -1px; margin-left: -1px;