fixed panel radiuses

This commit is contained in:
Integral Team 2019-09-11 17:34:55 +07:00
parent dc66889a42
commit 29dde732bd
3 changed files with 8 additions and 2 deletions

View file

@ -244,6 +244,8 @@
box-sizing: border-box;
// padding-bottom: 48px;
box-shadow: inset rgba(255, 255, 255, 0.05) 1px 1px;
background: #222222;
border-radius: @panel_radius;
&.top {
bottom: auto;
@ -322,7 +324,7 @@
font-size: 1em;
display: flex;
background: #222222;
//background: #222222;
//border-radius: @panel_radius;
box-shadow: @bar_shadow;