ngx-admin/src/app/pages/forms/buttons/buttons.component.scss

21 lines
304 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../../@theme/styles/themes';
@include nb-install-component() {
.buttons-row {
margin: -0.5rem;
}
2017-09-11 11:41:24 +03:00
button {
margin: 0.5rem;
2017-09-18 11:27:40 +03:00
}
.action-icon {
@include nb-ltr(margin-right, 0.5rem);
@include nb-rtl(margin-left, 0.5rem);
}
2017-09-18 11:27:40 +03:00
.actions-card {
height: 8rem;
2017-09-11 11:41:24 +03:00
}
}