DigitalConsumer.ISS/src/styles/shared-input-button-styles.scss
Kulbhushan Kaushik 02e703f395 commit
2022-11-14 12:37:57 -05:00

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: 4;
@include box-shadow-hover($blue-300);
}
}
}
}