2024-08-20 07:59:43 +08:00
|
|
|
.admin-page-header,
|
|
|
|
.admin-page-subheader {
|
|
|
|
&__title-row {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2024-09-05 10:18:23 +08:00
|
|
|
align-items: stretch;
|
|
|
|
margin-bottom: var(--space-2);
|
|
|
|
|
2024-08-20 07:59:43 +08:00
|
|
|
h1,
|
2024-10-10 15:18:26 +08:00
|
|
|
h2 {
|
2024-08-20 07:59:43 +08:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2024-10-10 15:18:26 +08:00
|
|
|
h2 {
|
|
|
|
font-size: var(--font-up-2);
|
|
|
|
}
|
|
|
|
|
2024-08-20 07:59:43 +08:00
|
|
|
.admin-page-header__actions {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2024-09-05 10:18:23 +08:00
|
|
|
justify-content: flex-end;
|
|
|
|
|
|
|
|
@media (max-width: $mobile-breakpoint) {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2024-08-20 07:59:43 +08:00
|
|
|
button {
|
2024-09-05 10:18:23 +08:00
|
|
|
margin-left: var(--space-2);
|
|
|
|
|
|
|
|
@media (max-width: $mobile-breakpoint) {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: var(--space-2);
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2024-08-20 07:59:43 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-nav-submenu {
|
|
|
|
background: transparent;
|
|
|
|
border-bottom: 1px solid var(--primary-low);
|
|
|
|
|
|
|
|
.horizontal-overflow-nav {
|
|
|
|
background: transparent;
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-pills {
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-10-08 06:28:32 +08:00
|
|
|
|
|
|
|
.admin-page-header {
|
|
|
|
&__title-row {
|
|
|
|
@media (max-width: $mobile-breakpoint) {
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
.admin-page-header__actions {
|
|
|
|
button {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-page-subheader {
|
|
|
|
&__title-row {
|
|
|
|
@media (max-width: $mobile-breakpoint) {
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.admin-page-action-list-item {
|
|
|
|
.btn-primary {
|
|
|
|
color: var(--primary);
|
|
|
|
}
|
|
|
|
}
|