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