♻️ Remove new-css-system from workspace header

This commit is contained in:
Eva 2023-12-28 14:20:42 +01:00 committed by Alonso Torres
parent c707539f6f
commit 412343f3de
15 changed files with 677 additions and 2184 deletions

View file

@ -613,13 +613,13 @@
}
}
.shortcut {
.shortcut-base {
@include flexCenter;
gap: $s-2;
color: var(--menu-shortcut-foreground-color);
}
.shortcut-key {
.shortcut-key-base {
@include titleTipography;
@include flexCenter;
height: $s-20;
@ -787,7 +787,7 @@
background-color: var(--menu-background-color);
}
.menu-item {
.menu-item-base {
@include titleTipography;
display: flex;
align-items: center;