40 lines
667 B
SCSS
40 lines
667 B
SCSS
.core-profiler__checkbox {
|
|
input {
|
|
outline: 2px solid transparent;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.components-checkbox-control__input-container {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.components-checkbox-control__input[type='checkbox'] {
|
|
width: 16px !important;
|
|
height: 16px !important;
|
|
}
|
|
|
|
svg.components-checkbox-control__checked {
|
|
width: 20px;
|
|
height: 20px;
|
|
|
|
@include breakpoint( '<600px' ) {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
|
|
.components-base-control__field {
|
|
margin-bottom: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.woocommerce-select-control__control-input {
|
|
font-size: 13px;
|
|
line-height: 16px;
|
|
}
|
|
}
|