mirror of
https://ghproxy.net/https://github.com/AlxMedia/boxcard.git
synced 2025-08-26 15:14:42 +08:00
39 lines
598 B
SCSS
39 lines
598 B
SCSS
.customize-control-kirki-dashicons {
|
|
position: relative;
|
|
|
|
label {
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
|
|
.icons-wrapper {
|
|
max-height: 300px;
|
|
overflow-y: scroll;
|
|
|
|
h4 {
|
|
font-weight: 300;
|
|
margin: 0.7em 0;
|
|
}
|
|
|
|
.dashicons {
|
|
padding: 3px;
|
|
font-size: 25px;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 1px solid transparent;
|
|
}
|
|
|
|
input {
|
|
display: none;
|
|
|
|
&:checked {
|
|
+ label {
|
|
.dashicons {
|
|
border: 1px solid #3498DB;
|
|
color: #000;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|