dcat-app.scss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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, Montserrat,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. font-family: Montserrat,Nunito,sans-serif;
  32. small {
  33. font-size: 15px;
  34. display: inline-block;
  35. padding-left: 5px;
  36. font-weight: 300;
  37. }
  38. }
  39. code {
  40. box-shadow: 0 1px 1px rgba(0,0,0,0.125);
  41. padding: 3px 5px;
  42. background: #f1f1f1;
  43. }
  44. .pagination .page-item .page-link {
  45. font-weight: 600;
  46. }