_app-main.scss 342 B

12345678910111213141516171819
  1. .app-main {
  2. grid-area: #{$lte-prefix}app-main;
  3. max-width: 100vw;
  4. padding-bottom: 1rem;
  5. .app-content-header {
  6. padding: 1rem $lte-content-padding-x;
  7. .breadcrumb {
  8. padding: 0;
  9. margin-bottom: 0;
  10. line-height: 2.5rem;
  11. }
  12. }
  13. .app-content {
  14. padding: $lte-content-padding-y $lte-content-padding-x;
  15. }
  16. }