mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:58:27 +02:00
♻️ Remove new-css-system from workspace header
This commit is contained in:
parent
c707539f6f
commit
412343f3de
15 changed files with 677 additions and 2184 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue