43 lines
1.3 KiB
CSS
43 lines
1.3 KiB
CSS
/**
|
|
* Common Header Sections
|
|
*/
|
|
.ast-header-break-point .ast-header-sections-navigation {
|
|
border-top: 1px solid var(--ast-border-color);
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.ast-header-break-point .ast-header-sections-navigation .ast-swap-above-header-sections .ast-above-header-section-1 {
|
|
order: 2;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.ast-header-break-point .ast-header-sections-navigation .ast-swap-above-header-sections .ast-above-header-section-2 {
|
|
order: 1;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.ast-header-break-point .ast-header-sections-navigation .ast-swap-below-header-sections .below-header-section-1 {
|
|
order: 2;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.ast-header-break-point .ast-header-sections-navigation .ast-swap-below-header-sections .below-header-section-2 {
|
|
order: 1;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-link {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-link {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-link {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.ast-fullscreen-menu-enable.ast-header-break-point .main-navigation .sub-menu .menu-item .menu-item .menu-item .menu-item .menu-link {
|
|
padding-right: 0;
|
|
}
|