DigitalConsumer.ISS/src/styles/shared-input-button-styles.scss

17 lines
381 B
SCSS

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