|
@@ -86,6 +86,7 @@ $span-color: #707070;
|
|
@import "../../app/modules/orders/orders.component.scss";
|
|
@import "../../app/modules/orders/orders.component.scss";
|
|
@import "../../app/modules/attendance/attendance.component.scss";
|
|
@import "../../app/modules/attendance/attendance.component.scss";
|
|
@import "../../app/modules/human-resource/human-resource.component.scss";
|
|
@import "../../app/modules/human-resource/human-resource.component.scss";
|
|
|
|
+@import "../../app/modules/medical-insurance/medical-insurance.component.scss";
|
|
@import "./spineer.scss";
|
|
@import "./spineer.scss";
|
|
|
|
|
|
@mixin component-theme() {
|
|
@mixin component-theme() {
|
|
@@ -104,6 +105,7 @@ $span-color: #707070;
|
|
@include order-list();
|
|
@include order-list();
|
|
@include attendance-theme();
|
|
@include attendance-theme();
|
|
@include human-resourcce-theme();
|
|
@include human-resourcce-theme();
|
|
|
|
+ @include medical-theme();
|
|
}
|
|
}
|
|
|
|
|
|
@include component-theme();
|
|
@include component-theme();
|