WsContent.styl 257B

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