Make Beta Ready

This commit is contained in:
Fabian
2019-05-31 20:48:44 +02:00
parent 595f2be1fb
commit c3c36504ab
9 changed files with 860 additions and 416 deletions

View File

@ -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;
}
}