mirror of
https://github.com/penpot/penpot.git
synced 2025-06-26 00:06:59 +02: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 {
|
.checkbox-button {
|
||||||
@extend .button-icon;
|
@extend .button-icon;
|
||||||
}
|
}
|
||||||
|
|
||||||
.token-select {
|
|
||||||
li > span {
|
|
||||||
display: flex;
|
|
||||||
align-content: center;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -88,6 +88,12 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
& > span {
|
||||||
|
display: flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.label,
|
.label,
|
||||||
.value {
|
.value {
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
|
@ -100,6 +106,7 @@
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
justify-content: flex-end;
|
||||||
flex: 0.6;
|
flex: 0.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue