settings.scss 307 B

1234567891011121314151617181920212223
  1. @import "colors";
  2. @import "breakpoints";
  3. main#settings {
  4. h2 {
  5. color: $musare_color_primary_gray;
  6. text-align: center;
  7. font-size: 20px;
  8. line-height: 27px;
  9. margin-bottom: 16px;
  10. }
  11. .general-section {
  12. button:last-child {
  13. margin-bottom: 0;
  14. }
  15. }
  16. .security-section {
  17. margin-top: 24px;
  18. }
  19. }