UX: Fix inputs alignment in admin/customize/colors

This commit is contained in:
Jarek Radosz 2020-05-30 20:46:25 +02:00
parent 4babdf510b
commit 7ac9a79ecb
1 changed files with 4 additions and 0 deletions

View File

@ -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;
} }