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:
parent
9a7c944763
commit
c6f5da8873
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue