mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
11 lines
156 B
SCSS
11 lines
156 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
nb-card-body {
|
|
margin: -0.5rem;
|
|
}
|
|
|
|
button {
|
|
margin: 0.5rem;
|
|
}
|
|
}
|