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