mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Fix padding without sets
This commit is contained in:
@@ -48,9 +48,16 @@
|
|||||||
|
|
||||||
.tokens-section-wrapper {
|
.tokens-section-wrapper {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
padding-top: $s-12;
|
||||||
|
padding-left: $s-12;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO Remove once sets are available to public
|
||||||
|
.sets-section-wrapper + .tokens-section-wrapper {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.token-pills-wrapper {
|
.token-pills-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: $s-4;
|
gap: $s-4;
|
||||||
|
|||||||
Reference in New Issue
Block a user