20 lines
498 B
SCSS
20 lines
498 B
SCSS
.base-input-button {
|
|
&:hover {
|
|
cursor: pointer;
|
|
|
|
&.list-button,
|
|
&.list-button-horizontal,
|
|
&.list-card {
|
|
input[type="radio"],
|
|
input[type="checkbox"] {
|
|
&:not(:checked) {
|
|
+ .button-content {
|
|
position: relative;
|
|
z-index: 4;
|
|
@include box-shadow-hover($blue-300);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|