mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
8 lines
166 B
SCSS
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);
|
|
}
|
|
}
|