🚨chore: Sync Sass
This commit is contained in:
parent
afa6d87621
commit
c1e0cbc1ea
@ -3,7 +3,7 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 200px;
|
top: 200px;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
z-index: 999999;
|
z-index: 100000;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 237px;
|
width: 237px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|||||||
@ -912,9 +912,22 @@ input[type=text]{
|
|||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
padding: 7px 10px;
|
padding: 7px 10px;
|
||||||
color: #45576F;
|
color: #45576F;
|
||||||
|
|
||||||
}
|
}
|
||||||
.custom__option--is-selected{
|
.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
|
// disable
|
||||||
&.custom--is-disabled{
|
&.custom--is-disabled{
|
||||||
@ -925,6 +938,7 @@ input[type=text]{
|
|||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// toggle
|
// toggle
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user