mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 05:10:16 +01:00
17 lines
257 B
SCSS
17 lines
257 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
nb-card-body {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
nb-icon {
|
|
margin: 1rem;
|
|
}
|
|
|
|
nb-card-footer {
|
|
text-align: right;
|
|
}
|
|
}
|