SelectStatus.styl 514B

1234567891011121314151617181920212223242526
  1. @import '../../../css/Variable.styl'
  2. .selectStatus
  3. &__dropdownbtn
  4. border 1px solid grey
  5. background-color transparent
  6. cursor pointer
  7. &::after
  8. color fontColor
  9. &:hover
  10. background-color transparent
  11. &__label
  12. margin-right 10px
  13. color #333
  14. &__icon
  15. display inline-block
  16. margin 0 15px
  17. &__submenu
  18. &__item
  19. display flex
  20. justify-content space-between
  21. margin 5px 0
  22. cursor pointer
  23. &:active
  24. background-color transparent