🚨chore: Sync Sass

This commit is contained in:
김민식 2025-01-23 13:48:06 +09:00
parent afa6d87621
commit c1e0cbc1ea
2 changed files with 16 additions and 2 deletions

View File

@ -3,7 +3,7 @@
position: fixed;
top: 200px;
left: 50px;
z-index: 999999;
z-index: 100000;
display: flex;
width: 237px;
height: 40px;

View File

@ -912,9 +912,22 @@ input[type=text]{
font-size: 13px;
padding: 7px 10px;
color: #45576F;
}
.custom__option--is-selected{
color: #fff;
background-color: #2684FF;
color: #fff !important;
&.custom__option--is-focused{
background-color: #2684FF;
color: #fff;
}
}
.custom__option--is-focused{
background-color: #DEEBFF;
color: #45576F;
}
.special-option{
color: red;
}
// disable
&.custom--is-disabled{
@ -925,6 +938,7 @@ input[type=text]{
color: #999999;
}
}
}
// toggle