Prepare a sub-navigation slot for the top-nav

This commit is contained in:
Philipp Stracker 2025-01-28 19:03:30 +01:00
parent 2380892b65
commit 8bd0743183
No known key found for this signature in database
2 changed files with 44 additions and 27 deletions

View file

@ -1,10 +1,12 @@
$margin_bottom: 48px;
.ppcp-r-navigation-container {
position: sticky;
top: var(--wp-admin--admin-bar--height);
z-index: 10;
padding: 10px 48px;
margin: 0 -20px 48px -20px;
margin: 0 -20px #{$margin_bottom} -20px;
box-shadow: 0 -1px 0 0 $color-gray-300 inset;
background: var(--ppcp-color-app-bg);
@ -83,6 +85,12 @@
box-shadow: 0 -1px 0 0 $color-gray-300 inset, 0 8px 8px 0 rgba(85, 93, 102, .3);
}
+ .ppcp--top-sub-navigation {
position: relative;
margin: -#{$margin_bottom } -20px #{$margin_bottom};
padding: 24px 20px 0;
}
@media screen and (max-width: 782px) {
padding: 10px 12px;