mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 21:08:34 +00:00
🐛 Fix typography on shortcuts list
This commit is contained in:
parent
eb34e1c118
commit
fc55bc2a48
@ -21,7 +21,7 @@
|
||||
|
||||
.section-title,
|
||||
.subsection-title {
|
||||
@include t.use-typography("title-small");
|
||||
@include t.use-typography("headline-small");
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -43,6 +43,7 @@
|
||||
}
|
||||
|
||||
.subsection-title {
|
||||
block-size: $sz-32;
|
||||
text-transform: none;
|
||||
padding-inline-start: var(--sp-m);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user