settings.scss 374 B

123456789101112131415161718192021222324
  1. @import "vars";
  2. @import "mixins";
  3. #settings {
  4. position: absolute;
  5. top: 0px;
  6. left: 0px;
  7. width: 100%;
  8. height: 100%;
  9. z-index: 1000;
  10. .overflow-y-scroll {
  11. width: 100%;
  12. padding: 25px 40px;
  13. }
  14. font-family: 'open sans', sans-serif;
  15. background-color: $light;
  16. color: $medium;;
  17. h5 {
  18. font-size: 13px;
  19. line-height: 30px;
  20. display: block;
  21. }
  22. }