Make Beta Ready
This commit is contained in:
@ -1,18 +1,16 @@
|
||||
@import "../vars.scss";
|
||||
|
||||
.context-menu {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px $border_color solid;
|
||||
border: 1px var(--border-color) solid;
|
||||
|
||||
> button {
|
||||
>button {
|
||||
margin: 0;
|
||||
display: block;
|
||||
}
|
||||
|
||||
> *:not(:last-child) {
|
||||
border-bottom: 1px $border_color solid;
|
||||
>*:not(:last-child) {
|
||||
border-bottom: 1px var(--border-color) solid;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user