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 {
|
.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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user