Add main menu; add panel fixes

This commit is contained in:
obergodmar
2020-07-01 21:35:19 +03:00
parent 4b1666c584
commit 839355f1de
15 changed files with 194 additions and 78 deletions
@@ -0,0 +1,21 @@
@import "../../app/style";
$menuHeight: 42px;
$menuWidth: 290px;
.main-menu {
position: absolute;
right: 0;
top: 0;
z-index: 3;
display: flex;
align-items: center;
justify-content: flex-end;
border: 1px double $fontColor;
border-image: $rangeBorder 5 5 5 5;
background: $panelBackground center repeat;
border-image-width: 5px;
border-image-repeat: round round;
border-radius: 6px;
padding: 2px 3px;
}