curver/functions/kirki/kirki-packages/control-dimension/src/control.scss

20 lines
337 B
SCSS
Raw Permalink Normal View History

2023-08-04 15:41:48 +02:00
.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;
}
}
}
}