mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Move select styles to select component
This commit is contained in:
@@ -238,10 +238,3 @@
|
||||
.checkbox-button {
|
||||
@extend .button-icon;
|
||||
}
|
||||
|
||||
.token-select {
|
||||
li > span {
|
||||
display: flex;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user