🚨chore: Sync Sass
This commit is contained in:
parent
7e396d6e63
commit
b34c30fbba
@ -414,6 +414,15 @@ button{
|
|||||||
transform: translateY(-50%) rotate(-180deg);
|
transform: translateY(-50%) rotate(-180deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.disabled{
|
||||||
|
cursor: default;
|
||||||
|
p{
|
||||||
|
color: #aaa;
|
||||||
|
}
|
||||||
|
&::after{
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-light{
|
.select-light{
|
||||||
|
|||||||
@ -1,10 +1,14 @@
|
|||||||
.spinner-wrap{
|
.spinner-wrap{
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
background-color: #fff;
|
background-color: rgba($color: #101010, $alpha: 0.2);
|
||||||
|
z-index: 2000000;
|
||||||
.loader {
|
.loader {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
width: 1.2em;
|
width: 1.2em;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user