benevalibre/assets/scss/layout/_content.scss

34 lignes
652 B
SCSS

// -----------------------------------------------------------------------------
// Styles of the application content, composed by the page title and content
// -----------------------------------------------------------------------------
// Header with page title
.content-header {
margin-top: $spacer;
margin-bottom: $spacer * 2;
}
.content-header-title {
margin-bottom: 0;
&::after {
display: block;
margin-top: $spacer / 2;
content: "";
border-top: 1px solid $primary;
}
}
.title-buttons {
.form-group:last-child {
margin-bottom: 0;
}
}
// Container with content
.content-container {
margin: 1rem auto;
}