30 lines
585 B
SCSS
30 lines
585 B
SCSS
/*
|
|
Specific pages scss
|
|
*/
|
|
|
|
|
|
// My surveys
|
|
@import "my_surveys/my_surveys";
|
|
|
|
@import "gdpr_pages/gdpr";
|
|
@import "settings/settings";
|
|
@import "narocila";
|
|
@import "aktivnost/aktivnost";
|
|
@import "sporocila/sporocila";
|
|
@import "library/library";
|
|
|
|
//New survey
|
|
@import "new_survey_page/new_survey_page";
|
|
|
|
// Survey pages
|
|
@import "survey_status/survey_status";
|
|
@import "survey_edit/survey_edit";
|
|
@import "survey_testiranje/survey_testiranje";
|
|
@import "survey_objava/survey_objava";
|
|
@import "survey_data/survey_data";
|
|
@import "survey_analysis/survey_analysis";
|
|
|
|
@import "users/users";
|
|
|
|
|