76 lines
2.3 KiB
CSS
76 lines
2.3 KiB
CSS
/*---------- Media Query min-width Structure ----------*/
|
|
/*---------- Media Query max-width Structure ----------*/
|
|
/*---------- Break-point min-width Structure ----------*/
|
|
/*---------- Break-point max-width Structure ----------*/
|
|
.main-header-menu .main-header-log-out,
|
|
.main-header-log-out {
|
|
line-height: 1;
|
|
}
|
|
|
|
.main-header-menu .main-header-log-out .learndash-profile-link img,
|
|
.main-header-log-out .learndash-profile-link img {
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.main-header-bar .learndash-custom-menu-item {
|
|
padding: 0 1em;
|
|
}
|
|
|
|
.ast-header-break-point .main-header-bar .learndash-custom-menu-item {
|
|
padding-bottom: 1.5em;
|
|
order: 1;
|
|
}
|
|
|
|
.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-menu-buttons {
|
|
order: 2;
|
|
}
|
|
|
|
.ast-header-break-point .main-header-bar-navigation .learndash-custom-menu-item {
|
|
margin: 0;
|
|
}
|
|
|
|
.ast-header-break-point .main-header-bar-navigation .learndash-custom-menu-item a {
|
|
display: inline-block;
|
|
width: 100%;
|
|
border-bottom: 0;
|
|
text-align: left;
|
|
}
|
|
|
|
.ast-header-break-point .ast-mobile-header-stack .main-header-log-out {
|
|
text-align: center;
|
|
}
|
|
|
|
.ast-header-break-point .ast-mobile-header-stack.ast-primary-menu-disabled .learndash-custom-menu-item {
|
|
min-width: 45px;
|
|
text-align: center;
|
|
flex: 0;
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
/**
|
|
* Distraction Free
|
|
*/
|
|
.learndash-distraction-free .main-header-container {
|
|
justify-content: center;
|
|
}
|
|
|
|
.learndash-distraction-free.single-sfwd-quiz .main-header-container, .learndash-distraction-free.single-sfwd-topic .main-header-container, .learndash-distraction-free.single-sfwd-lessons .main-header-container, .learndash-distraction-free.single-sfwd-courses .main-header-container {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.learndash-distraction-free.single-sfwd-quiz .site-branding, .learndash-distraction-free.single-sfwd-topic .site-branding, .learndash-distraction-free.single-sfwd-lessons .site-branding, .learndash-distraction-free.single-sfwd-courses .site-branding {
|
|
flex: 1;
|
|
}
|
|
|
|
@media (min-width: 769px) {
|
|
.learndash-distraction-free.ast-page-builder-template.ast-left-sidebar #secondary {
|
|
padding-left: 40px;
|
|
}
|
|
.learndash-distraction-free.ast-page-builder-template.ast-right-sidebar #secondary {
|
|
padding-right: 40px;
|
|
}
|
|
}
|
|
|
|
.learndash-distraction-free.ast-header-break-point .main-header-log-out {
|
|
line-height: 1.75;
|
|
}
|