ngx-admin/src/app/pages/bootstrap/modals/modals.component.scss
2018-11-19 16:57:35 +02:00

8 lines
166 B
SCSS

@import '~@nebular/theme/styles/core/mixins';
:host {
button {
@include nb-ltr(margin, 0 0.75rem 2rem 0);
@include nb-rtl(margin, 0 0 2rem 0.75rem);
}
}