mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
25 lines
489 B
SCSS
25 lines
489 B
SCSS
@import "./page-error";
|
|
@import "./page-auth";
|
|
@import "./page-pricing";
|
|
@import "./page-timeline";
|
|
|
|
//specific HTML pages scss
|
|
@import "./homepage";
|
|
@import "./ecom-billing";
|
|
@import "./ecom-checkout";
|
|
@import "./ecom-customer-details";
|
|
@import "./ecom-customers";
|
|
@import "./ecom-invoice";
|
|
@import "./ecom-order-details";
|
|
@import "./ecom-product-detail";
|
|
@import "./ecom-product-grid";
|
|
@import "./ecom-product-list";
|
|
@import "./ecom-product-order";
|
|
@import "./ecom-shopping-cart";
|
|
|
|
|
|
|
|
|
|
|
|
|