15 lines
337 B
SCSS
15 lines
337 B
SCSS
.base-input-button {
|
|
&:not(.has-error):hover {
|
|
cursor: pointer;
|
|
|
|
&.list-button,
|
|
&.list-button-horizontal,
|
|
&.list-card {
|
|
&:not(.selected) {
|
|
position: relative;
|
|
z-index: 5;
|
|
@include box-shadow-hover($blue-300);
|
|
}
|
|
}
|
|
}
|
|
}
|