mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 19:22:28 +00:00
fix: border color
This commit is contained in:
parent
a52979d912
commit
f037d3d112
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
&-divider {
|
&-divider {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-color: globals.$color-border;
|
background-color: globals.$border-color;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
background-color: globals.$color-background;
|
background-color: globals.$color-background;
|
||||||
display: flex;
|
display: flex;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: solid 1px globals.$color-border;
|
border: solid 1px globals.$border-color;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
box-shadow: 0px 0px 5px 0px #000000;
|
box-shadow: 0px 0px 5px 0px #000000;
|
||||||
transition: all ease 0.2s;
|
transition: all ease 0.2s;
|
||||||
|
@ -71,7 +71,7 @@
|
||||||
width: 280px;
|
width: 280px;
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
height: auto;
|
height: auto;
|
||||||
border-right: solid 1px globals.$color-border;
|
border-right: solid 1px globals.$border-color;
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue