mirror of https://github.com/penpot/penpot.git
Fix padding without sets
This commit is contained in:
parent
2487f34b72
commit
f9704fe7aa
|
|
@ -48,9 +48,16 @@
|
|||
|
||||
.tokens-section-wrapper {
|
||||
flex: 1;
|
||||
padding-top: $s-12;
|
||||
padding-left: $s-12;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
// TODO Remove once sets are available to public
|
||||
.sets-section-wrapper + .tokens-section-wrapper {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.token-pills-wrapper {
|
||||
display: flex;
|
||||
gap: $s-4;
|
||||
|
|
|
|||
Loading…
Reference in New Issue