mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
fixed panel radiuses
This commit is contained in:
parent
dc66889a42
commit
29dde732bd
3 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue