Update to Kirki 4.2.0

This commit is contained in:
AlxMedia 2023-08-04 15:41:48 +02:00
parent cbfd4f27e4
commit 77ecd4ca69
440 changed files with 6230 additions and 5211 deletions

View file

@ -0,0 +1,19 @@
.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;
}
}
}
}