mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
17 lines
314 B
SCSS
17 lines
314 B
SCSS
@import '../../../../@theme/styles/variables';
|
|
@import '~@akveo/nga-theme/styles/global/bootstrap/buttons';
|
|
|
|
@include nga-install-component() {
|
|
.row {
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
.size-container {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.subheader {
|
|
margin-bottom: 1rem;
|
|
color: nga-theme(color-fg-heading);
|
|
}
|
|
}
|