ExtandedAction.styl 279B

1234567891011121314151617181920
  1. .extandedaction
  2. &__subdropdown
  3. margin 0
  4. padding 0
  5. z-index 2
  6. .subdropdown
  7. &__item
  8. padding 10px
  9. @media (min-width: min-sm) and (max-width: max-md)
  10. .extandedaction
  11. display none
  12. @media (max-width: max-xs)
  13. .extandedaction
  14. display none