Merge pull request #684 from Safelite/feature/richardson/misc-style-fixes
fix for scheduling page second hidden loader.
This commit is contained in:
commit
31277639d4
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@ export default {
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.date-picker-hidden {
|
||||||
|
&:before {
|
||||||
|
content: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//Spinner basics
|
//Spinner basics
|
||||||
&:after {
|
&:after {
|
||||||
content: "";
|
content: "";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue