mirror of
https://github.com/penpot/penpot.git
synced 2026-09-24 12:56:15 +00:00
♻️ Fix spacing on token-source title (#11817)
This commit is contained in:
parent
e140bd5393
commit
afdb6e9570
@ -26,7 +26,7 @@
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
scrollbar-gutter: stable;
|
scrollbar-gutter: stable;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-block: var(--sp-m) var(--sp-l);
|
padding-block: var(--sp-xs) var(--sp-l);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tokens-section-wrapper {
|
.tokens-section-wrapper {
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
padding: 0 0 0 var(--sp-m);
|
padding: 0 0 0 var(--sp-m);
|
||||||
background-color: var(--low-emphasis-background);
|
background-color: var(--low-emphasis-background);
|
||||||
|
margin-block-end: var(--sp-xs);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tokens-source-header {
|
.tokens-source-header {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user