2023-06-17 05:14:13 +00:00
|
|
|
.core-profiler__checkbox {
|
|
|
|
input {
|
|
|
|
outline: 2px solid transparent;
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.components-checkbox-control__input-container {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
2024-08-01 05:26:05 +00:00
|
|
|
align-self: center;
|
2023-06-17 05:14:13 +00:00
|
|
|
}
|
|
|
|
|
2024-03-26 13:41:34 +00:00
|
|
|
.components-checkbox-control__input[type="checkbox"] {
|
2023-06-17 05:14:13 +00:00
|
|
|
width: 16px !important;
|
|
|
|
height: 16px !important;
|
2024-08-01 05:26:05 +00:00
|
|
|
border-color: #757575;
|
|
|
|
|
|
|
|
&:checked {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
2023-06-17 05:14:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
svg.components-checkbox-control__checked {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
|
2024-08-01 05:26:05 +00:00
|
|
|
@include breakpoint("<600px") {
|
2023-06-17 05:14:13 +00:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|