0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-07 23:08:24 -05:00

Move select styles to select component

This commit is contained in:
Florian Schroedl 2024-05-29 09:16:55 +02:00
parent 9a7c944763
commit c6f5da8873
2 changed files with 7 additions and 7 deletions

View file

@ -238,10 +238,3 @@
.checkbox-button {
@extend .button-icon;
}
.token-select {
li > span {
display: flex;
align-content: center;
}
}

View file

@ -88,6 +88,12 @@
padding: 0;
display: flex;
& > span {
display: flex;
justify-content: flex-start;
align-content: center;
}
.label,
.value {
width: fit-content;
@ -100,6 +106,7 @@
.value {
text-align: right;
justify-content: flex-end;
flex: 0.6;
}