UX: Fix inputs alignment in admin/customize/colors
This commit is contained in:
parent
4babdf510b
commit
7ac9a79ecb
|
@ -487,10 +487,14 @@
|
||||||
.hex-input {
|
.hex-input {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
margin-right: 6px;
|
||||||
}
|
}
|
||||||
.hex {
|
.hex {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.color-input {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue