🚨chore: Sync Sass
This commit is contained in:
parent
afa6d87621
commit
c1e0cbc1ea
@ -3,7 +3,7 @@
|
||||
position: fixed;
|
||||
top: 200px;
|
||||
left: 50px;
|
||||
z-index: 999999;
|
||||
z-index: 100000;
|
||||
display: flex;
|
||||
width: 237px;
|
||||
height: 40px;
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user