mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
31 lines
580 B
SCSS
31 lines
580 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
nb-checkbox {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.form-inline [fullWidth] {
|
|
flex: 1;
|
|
}
|
|
|
|
.form-inline > * {
|
|
margin: 0 1.5rem 1.5rem 0;
|
|
}
|
|
|
|
nb-card.inline-form-card nb-card-body {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
@include nb-install-component() {
|
|
.summary-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
flex: 1;
|
|
background-color: nb-theme(background-basic-color-2);
|
|
justify-content: space-between;
|
|
padding: 1.5rem 4rem 1rem;
|
|
border: 1px solid nb-theme(border-basic-color-3);
|
|
border-left: none;
|
|
border-right: none;
|
|
}
|
|
}
|