UserStatus.styl 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. @import "../../../node_modules/tracim_frontend_lib/src/css/Variable.styl"
  2. .userstatus
  3. width 35%
  4. &__role
  5. margin 20px 0
  6. font-size 18px
  7. &__msg
  8. margin-right 15px
  9. &__definition
  10. display flex
  11. &__icon
  12. margin-right 15px
  13. color gestionnaire
  14. &__notification
  15. font-size 18px
  16. &__btn
  17. margin 20px 0
  18. border-width 1px
  19. border-style solid
  20. padding 10px 15px
  21. cursor pointer
  22. &__subscribe
  23. &__btn
  24. margin 20px 0
  25. border-width 1px
  26. border-style solid
  27. padding 10px 15px
  28. &__submenu
  29. padding 0
  30. &__item
  31. padding 10px
  32. /**** MEDIAQUERIES ****/
  33. /**** MEDIA 992px & 1199px ****/
  34. @media (min-width: min-lg) and (max-width: max-lg)
  35. .userstatus
  36. width 100%
  37. &__role
  38. display flex
  39. /**** MEDIA 768px & 991px ****/
  40. @media (min-width: min-md) and (max-width: max-md)
  41. .userstatus
  42. width 100%
  43. &__role
  44. display flex
  45. /**** MEDIA 576px & 767px ****/
  46. @media (min-width: min-sm) and (max-width: max-sm)
  47. .userstatus
  48. width 100%
  49. &__role
  50. display flex
  51. /**** MEDIA 575px ****/
  52. @media (max-width: max-xs)
  53. .userstatus
  54. width 100%