added root path alias, icons, improved framework semantics

This commit is contained in:
Daniel Ledda
2022-02-27 22:59:30 +01:00
parent 352f6d6b9a
commit 7fca44f6c0
25 changed files with 207 additions and 284 deletions

View File

@@ -64,28 +64,11 @@
left: 0;
}
.root-hamburger {
.root-hamburger, .root-switch-mode {
right: 0;
width: 2em;
height: 2em;
cursor: pointer;
-webkit-mask-image: url(./drawing.svg);
mask-image: url(./drawing.svg);
-webkit-mask-size: 2em;
mask-size: 2em;
background-color: var(--color-ui-neutral-dark);
}
.root-switch-mode {
right: 0;
width: 2em;
height: 2em;
cursor: pointer;
-webkit-mask-image: url(./rotate.svg);
mask-image: url(./rotate.svg);
-webkit-mask-size: 2em;
mask-size: 2em;
background-color: var(--color-ui-neutral-dark);
}
.root-beat-stage-container {