mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-01-15 08:14:06 +00:00
Improve select styles
This commit is contained in:
parent
80d33427c4
commit
a24fa16e85
@ -164,6 +164,17 @@ p {
|
||||
background: rgb(0 0 244 / 0.1) !important;
|
||||
transition: all 250ms !important;
|
||||
}
|
||||
|
||||
&--menu-is-open {
|
||||
.select__dropdown-indicator {
|
||||
transform: rotate(180deg) !important;
|
||||
transition: transform 100ms !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__dropdown-indicator {
|
||||
transition: transform 100ms !important;
|
||||
}
|
||||
|
||||
&__indicator-separator {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user