🚨chore: Sync Sass

This commit is contained in:
김민식 2025-01-21 09:52:09 +09:00
parent 7e396d6e63
commit b34c30fbba
2 changed files with 14 additions and 1 deletions

View File

@ -414,6 +414,15 @@ button{
transform: translateY(-50%) rotate(-180deg);
}
}
&.disabled{
cursor: default;
p{
color: #aaa;
}
&::after{
opacity: 0.7;
}
}
}
.select-light{

View File

@ -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;