oops wrong one lmao
This commit is contained in:
parent
ff1c747e65
commit
2c4638bc66
1 changed files with 3 additions and 3 deletions
|
@ -18,14 +18,14 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
.top-nav-group {
|
.top-nav-group {
|
||||||
background : @baseColor;
|
background : #1e1e1e99;
|
||||||
border : 1px solid lighten(@baseColor, 8);
|
border : 1px solid lighten(@baseColor, 8);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
display : flex;
|
display : flex;
|
||||||
height : 32px;
|
height : 32px;
|
||||||
|
|
||||||
.app-sidebar-item {
|
.app-sidebar-item {
|
||||||
background-color: @baseColor;
|
background-color: #1e1e1e00;
|
||||||
border-radius : 10px !important;
|
border-radius : 10px !important;
|
||||||
border : 0px;
|
border : 0px;
|
||||||
min-width : 120px;
|
min-width : 120px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue