header-buttons-mobile.pcss.css
Same filename in other branches
Header Mobile Buttons.
File
-
core/
themes/ olivero/ css/ components/ header-buttons-mobile.pcss.css
View source
- /**
- * @file
- * Header Mobile Buttons.
- */
-
- @import "../base/variables.pcss.css";
-
- .mobile-buttons {
- margin-block-start: var(--sp0-5);
- margin-inline-start: auto;
-
- @media (--sm) {
- margin-block-start: var(--sp2);
- }
-
- @media (--md) {
- margin-block-start: var(--sp4);
- }
-
- @media (--nav) {
- margin-block-start: var(--sp6);
- }
- }
-
- @media (--nav) {
- body:not(.is-always-mobile-nav) .mobile-buttons {
- display: none;
- }
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.