mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 09:20:12 +01:00
26 lines
505 B
SCSS
26 lines
505 B
SCSS
@import '../../../../@theme/styles/themes';
|
|
@import '~@nebular/theme/styles/global/bootstrap/buttons';
|
|
|
|
@include nb-install-component() {
|
|
|
|
nb-card-body {
|
|
padding: 0 1.25rem 1.25rem 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.container-title {
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
|
|
.size-container {
|
|
margin: 1.25rem 0 0 1.25rem;
|
|
}
|
|
|
|
.subheader {
|
|
margin-bottom: 0.75rem;
|
|
font-size: 0.875rem;
|
|
font-weight: nb-theme(font-weight-bold);
|
|
color: nb-theme(color-fg-heading);
|
|
}
|
|
}
|