maintenance-page.pcss.css
Maintenance page.
File
-
core/
themes/ olivero/ css/ components/ maintenance-page.pcss.css
View source
- /**
- * @file
- * Maintenance page.
- */
-
- @import "../base/variables.pcss.css";
-
- .maintenance-page {
- & .site-header__initial {
- @media (--nav) {
- flex-shrink: 0;
- width: var(--content-left);
- }
- }
-
- & .main-content {
- min-height: 80vh;
- }
- }
- .maintenance-page-icon {
- display: block;
- margin-block: var(--sp3);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.