GenericContent.styl 295B

1234567891011121314151617
  1. .genericcontent
  2. &__close
  3. cursor pointer
  4. &__contentname
  5. &__icon
  6. font-size 30px
  7. &__title
  8. font-size 20px
  9. color htmlColor
  10. &__form
  11. &__input
  12. & > input
  13. border: 1px solid grey;
  14. border-radius: 5px;
  15. padding: 5px;
  16. width: 353PX;