Files
erp_naurua/public/assets/styles.portal.css
T

30 lines
738 B
CSS

.sg-portal-header__tabs {
--surface-tab-selected: var(--color-dark-grey);
--surface-tab-unselected: var(--color-white);
--text-tab-selected: var(--color-font-light);
--text-tab-unselected: var(--color-dark-grey);
}
.sg-vsf-list-overview-page-v2 .sg-main-heading {
font-weight: var(--font-weight-regular);
}
.sg-basic-card__actions {
width: 100%;
justify-content: flex-end;
}
.sg-left-navigation-pattern__group-card--content > [data-left-navigation-content-body] {
width: 100%;
flex: 1 1 100%;
}
.sg-left-navigation-pattern__group-card--content > [data-left-navigation-content-body] > .sg-card {
width: 100%;
}
.sg-left-navigation-pattern__group-card--content {
flex-direction: column;
align-items: stretch;
}