mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 09:25:45 +08:00
19 lines
337 B
SCSS
19 lines
337 B
SCSS
.customize-control-kirki-dimension {
|
|
.has-label-bottom {
|
|
.kirki-control-label {
|
|
margin-top: 3px;
|
|
text-align: center;
|
|
font-size: 11px;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.kirki-control-input {
|
|
background-color: #f7f7f7;
|
|
|
|
&:focus {
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|