mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
20 lines
304 B
SCSS
20 lines
304 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
.buttons-row {
|
|
margin: -0.5rem;
|
|
}
|
|
|
|
button {
|
|
margin: 0.5rem;
|
|
}
|
|
|
|
.action-icon {
|
|
@include nb-ltr(margin-right, 0.5rem);
|
|
@include nb-rtl(margin-left, 0.5rem);
|
|
}
|
|
|
|
.actions-card {
|
|
height: 8rem;
|
|
}
|
|
}
|