2021-11-03 11:53:26 +01:00
|
|
|
/*
|
|
|
|
Components scss
|
|
|
|
*/
|
|
|
|
|
2022-01-14 10:51:04 +01:00
|
|
|
@import "hover/hover";
|
|
|
|
@import "popup/popup";
|
2021-11-03 11:53:26 +01:00
|
|
|
|
|
|
|
// Layout components
|
|
|
|
@import "header/header";
|
|
|
|
@import "footer/footer";
|
|
|
|
@import "main/main";
|
|
|
|
|
|
|
|
// Functional components
|
|
|
|
@import "form/form";
|
2022-06-08 12:16:17 +02:00
|
|
|
@import "table/table";
|
|
|
|
|
|
|
|
// Payments
|
2022-08-19 10:30:53 +02:00
|
|
|
@import "payments/payments";
|
|
|
|
|
|
|
|
// CKEditor
|
|
|
|
@import "ckeditor/ckeditor";
|