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