mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
refactor(hs forms): move duplicated styles into mixin
This commit is contained in:
parent
44f7227412
commit
c92ebbbbee
6 changed files with 116 additions and 196 deletions
|
|
@ -10,7 +10,10 @@
|
|||
@import '~@nebular/theme/styles/globals';
|
||||
@import '~@nebular/bootstrap/styles/globals';
|
||||
|
||||
@import 'hs-forms';
|
||||
|
||||
@include nb-install() {
|
||||
@include nb-theme-global();
|
||||
@include nb-bootstrap-global();
|
||||
@include hs-custom-form();
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue