Merge pull request #2794 from Safelite/feature/bugfix/CASH-1407
Feature/bugfix/cash 1407
This commit is contained in:
commit
55fc7589c2
1 changed files with 3 additions and 7 deletions
|
|
@ -4,26 +4,22 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.list-button,
|
&.list-button,
|
||||||
&.list-button-horizontal,
|
&.list-button-horizontal {
|
||||||
&.list-card {
|
|
||||||
&:not(.selected) {
|
&:not(.selected) {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
@include box-shadow-hover($blue-300);
|
@include box-shadow-hover($blue-300);
|
||||||
border-radius: 50rem;
|
border-radius: $border-radius-pill;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.base-input-button {
|
|
||||||
&:not(.has-error):hover {
|
&:not(.has-error):hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.list-button,
|
&.list-button,
|
||||||
&.list-button-horizontal,
|
&.list-button-horizontal {
|
||||||
&.list-card {
|
|
||||||
&:not(.selected) {
|
&:not(.selected) {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue