| | |
| | | |
| | | .select-box { |
| | | width: 220px; |
| | | |
| | | background: $inp-b; |
| | | |
| | | margin-right: 20px; |
| | | } |
| | | |
| | | @include themify() { |
| | | background: themed("input_background") !important; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .z-100 { |
| | |
| | | |
| | | .option-box { |
| | | z-index: 99; |
| | | background: $inp-b; |
| | | box-shadow: 0px 0px 0.1875rem 0.1875rem $inp-b; |
| | | |
| | | @include themify() { |
| | | background: themed("input_background"); |
| | | box-shadow: 0px 0px 0.1875rem 0.1875rem themed("input_background"); |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | :deep(.van-action-sheet__content) { |
| | |
| | | |
| | | .van-action-sheet__item { |
| | | background: transparent; |
| | | color: $text_color; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color"); |
| | | } |
| | | } |
| | | |
| | | } |