motronic.css 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. @media (min-width: 768px) {
  2. .sidebar {
  3. background-color: #fff !important;
  4. }
  5. }
  6. .content code.highlight,
  7. .alert-content code,
  8. .content p code, .content li code {
  9. background-color: #fff5f8 !important;
  10. }
  11. .layout.is-page .layout-side {
  12. color: #3f4254;
  13. background-color: #fff;
  14. box-shadow: 0 0 28px 0 rgb(82 63 105 / 5%);
  15. }
  16. .layout.is-page .layout-user .layout-title {
  17. color: #3f4254;
  18. }
  19. .tabs-body {
  20. background-color: #fff;
  21. }
  22. .tabs-body-content {
  23. border-radius: var(--bs-border-radius);
  24. padding: 1rem;
  25. }
  26. .tabs-body-content .tabs-body-content {
  27. background-color: #f5f8fa;
  28. }
  29. .layout.is-page .layout-footer {
  30. background-color: #e9ecef;
  31. }
  32. .page-layout-demo-footer-link {
  33. color: #3f4254;
  34. }
  35. .layout-gotop {
  36. background: #e9ecef;
  37. color: #3f4254;
  38. }