admin.scss 265 B

123456789101112131415
  1. @import "lib/nucleo";
  2. @import "lib/nucleo-svg";
  3. @import "lib/argon";
  4. body, button, input, textarea {
  5. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
  6. Roboto,Helvetica,Arial,sans-serif;
  7. }
  8. .title {
  9. p.h3,
  10. h3 {
  11. font-size: 30px;
  12. }
  13. }