dcat-app.scss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. // ================================================================================================
  2. // File Name: dcat-bootstrap.scss
  3. // Description: Dcat Admin应用样式
  4. // ----------------------------------------------------------------------------------------------
  5. // Item name: Dcat Admin
  6. // Author: Jqh
  7. // Author URL: https://github.com/jqhph
  8. // ================================================================================================
  9. @import "../../sass/core/variables/variables";
  10. @import "./variables";
  11. @import "./nprogress/NProgress";
  12. @import "./sweetalert/sweetalert2";
  13. html body {
  14. background-color: $body-background;
  15. }
  16. body, .header-navbar, .navigation, .breadcrumb, h1, h2, h3, h4, h5 {
  17. font-family: Nunito,system-ui,BlinkMacSystemFont,-apple-system,sans-serif;
  18. }
  19. body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before {
  20. font-size: 1.3rem;
  21. }
  22. // 导航栏
  23. .breadcrumb {
  24. border-left: 0;
  25. }
  26. // 页面标题
  27. .content-header h1 {
  28. font-weight: 400;
  29. font-size: 24px;
  30. display: inline-block;
  31. small {
  32. font-size: 15px;
  33. display: inline-block;
  34. padding-left: 5px;
  35. font-weight: 300;
  36. }
  37. }