forked from danskernesdigitalebibliotek/dpl-design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.scss
171 lines (165 loc) · 9.78 KB
/
base.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@import "./src/styles/scss/tools";
@import "./src/styles/scss/reset";
@import "./src/styles/scss/skeleton";
// Legacy - utility classes and other stuff that needs to be cleaned later.
@import "./src/styles/scss/legacy";
// Library
@import "./src/stories/Library/media-container/media-container";
@import "./src/stories/Library/links/links";
@import "./src/stories/Library/link-filters/link-filters";
@import "./src/stories/Library/Arrows/arrows";
@import "./src/stories/Library/Buttons/button/buttons";
@import "./src/stories/Library/Buttons/button-ui/buttons-ui";
@import "./src/stories/Library/tag/tag";
@import "./src/stories/Library/logo/logo";
@import "./src/stories/Library/dropdown/dropdown";
@import "./src/stories/Library/breadcrumb/breadcrumb";
@import "./src/stories/Library/status-label/status-label";
@import "./src/stories/Library/number/number";
@import "./src/stories/Library/counter/counter";
@import "./src/stories/Library/patron-info/patron-info";
@import "./src/stories/Library/Forms/checkbox/checkbox";
@import "./src/stories/Library/cover/cover";
@import "./src/stories/Library/Forms/input/input";
@import "./src/stories/Library/Forms/textarea/textarea";
@import "./src/stories/Library/Forms/submit-button/submit-button";
@import "./src/stories/Library/Forms/date-picker/date-picker";
@import "./src/stories/Library/date-calendar/date-calendar";
@import "./src/stories/Library/list-buttons/list-buttons";
@import "./src/stories/Library/progress-bar/progress-bar";
@import "./src/stories/Library/missing-story/missing-story";
@import "./src/stories/Library/Icons/icon-favourite/icon-favourite";
@import "./src/stories/Library/Buttons/button-favourite/button-favourite";
@import "./src/stories/Library/Buttons/icon-button/icon-button";
@import "./src/stories/Library/Buttons/button/button-expand/button-expand";
@import "./src/stories/Library/warning-status/warning-status";
@import "./src/stories/Library/availability-label/availability-label";
@import "./src/stories/Library/avatar/avatar";
@import "./src/stories/Library/material-card/material-card";
@import "./src/stories/Library/card-list-item/card-list-item";
@import "./src/stories/Library/card-list-item/card-list-item-skeleton";
@import "./src/stories/Library/Lists/list-reservation/list-reservation";
@import "./src/stories/Library/Lists/list-dashboard/list-dashboard";
@import "./src/stories/Library/Lists/list-description/list-description";
@import "./src/stories/Library/Lists/list-details/list-details";
@import "./src/stories/Library/Lists/list-materials/list-materials";
@import "./src/stories/Library/Lists/list-empty/list-empty";
@import "./src/stories/Library/footer-accordions/footer-accordions";
@import "./src/stories/Library/Modals/modal";
@import "./src/stories/Library/Modals/modal-details/modal-details";
@import "./src/stories/Library/Modals/modal-cta/modal-cta";
@import "./src/stories/Library/Modals/modal-header/modal-header";
@import "./src/stories/Library/Modals/modal-loan/modal-loan";
@import "./src/stories/Library/Modals/modal-login/modal-login";
@import "./src/stories/Library/Modals/modal-search/modal-search";
@import "./src/stories/Library/Modals/modal-text/modal-text";
@import "./src/stories/Library/Modals/modal-pause/modal-pause";
@import "./src/stories/Library/Modals/modal-profile/modal-profile";
@import "./src/stories/Library/Modals/modal-reservation/reservation";
@import "./src/stories/Library/Modals/modal-facet-browser/facet-browser";
@import "./src/stories/Blocks/material-page/material-page";
@import "./src/stories/Blocks/material-page/material-page-skeleton";
@import "./src/stories/Library/Buttons/toggle-button/toggle-button";
@import "./src/stories/Library/pause-reservation/pause-reservation";
@import "./src/stories/Library/material-header/material-header";
@import "./src/stories/Library/material-header/material-periodical-select";
@import "./src/stories/Library/material-description/material-description";
@import "./src/stories/Library/disclosure/disclosure";
@import "./src/stories/Library/horizontal-term-line/horizontal-term-line";
@import "./src/stories/Library/card-list-page/search-result-info";
@import "./src/stories/Library/card-list-page/card-list-page";
@import "./src/stories/Library/card-list-page/card-list-page-skeleton";
@import "./src/stories/Library/loan-list-page/loan-list-page";
@import "./src/stories/Library/dashboard-page/dashboard-page";
@import "./src/stories/Library/patron-page/patron-page";
@import "./src/stories/Library/reservation-list-page/reservation-list-page";
@import "./src/stories/Library/card-list-page/result-pager";
@import "./src/stories/Library/card-list-page/search-result-title";
@import "./src/stories/Library/card-list-page/search-result-zero";
@import "./src/stories/Library/card-list-page/facet-line";
@import "./src/stories/Library/review/review";
@import "./src/stories/Library/shadows/shadows";
@import "./src/stories/Library/boxed-text/boxed-text";
@import "./src/stories/Library/Lists/list-find-on-shelf/list-find-on-shelf";
@import "./src/stories/Library/Modals/modal-find-on-shelf/modal-find-on-shelf";
@import "./src/stories/Library/campaign/campaign";
@import "./src/stories/Library/Modals/modal-infomedia/infomedia";
@import "./src/stories/Library/pincode-container/pincode-container";
@import "./src/stories/Library/promo-bar/promo-bar";
@import "./src/stories/Library/recommenders/recommenders";
@import "./src/stories/Library/Lists/fee-list/fee-list";
@import "./src/stories/Library/instant-loan/instant-loan";
@import "./src/stories/Library/scroll-lock-background/scroll-lock-background";
@import "./src/stories/Library/multiselect/multiselect";
@import "./src/stories/Library/input-with-dropdown/input-with-dropdown";
@import "./src/stories/Library/button-box/button-box";
@import "./src/stories/Library/links/arrow-link/arrow-link";
@import "./src/stories/Library/Buttons/row-button/row-button";
@import "./src/stories/Library/Buttons/row-button/row-buttons";
@import "./src/stories/Library/article-header/article-header";
@import "./src/stories/Library/content-list/content-list";
@import "./src/stories/Library/content-list-item/content-list-item";
@import "./src/stories/Library/image-credited/image-credited";
@import "./src/stories/Library/event-description/event-description";
@import "./src/stories/Library/link-with-icon/link-with-icon";
@import "./src/stories/Library/rich-text/rich-text";
@import "./src/stories/Library/medias/medias";
@import "./src/stories/Library/slider/slider";
@import "./src/stories/Library/card/card";
@import "./src/stories/Library/paragraphs/paragraphs";
@import "./src/stories/Library/video-embed/video-embed";
@import "./src/stories/Library/card-grid/card-grid";
@import "./src/stories/Library/promo-title/promo-title";
@import "./src/stories/Library/Modals/group-modal-item-skeleton";
@import "./src/stories/Library/Lists/list-dashboard/list-dashboard-skeleton";
@import "./src/stories/Library/recommended-material/recommended-material";
@import "./src/stories/Library/recommendation/recommendation";
@import "./src/stories/Library/recommended-material/recommended-material-skeleton";
@import "./src/stories/Library/recommendation/recommendation-skeleton";
@import "./src/stories/Library/nav-teaser/nav-teaser";
@import "./src/stories/Library/nav-grid/nav-grid";
@import "./src/stories/Library/Heros/hero/hero";
@import "./src/stories/Library/tag/tag-list/tag-list";
@import "./src/stories/Library/nav-spot/nav-spot";
@import "./src/stories/Library/nav-spots/nav-spots";
@import "./src/stories/Library/input-label/input-label";
@import "./src/stories/Library/footer-separator/footer-separator";
@import "./src/stories/Library/footer-widgets/footer-widgets";
@import "./src/stories/Library/footer-info/footer-info";
@import "./src/stories/Library/footer-colums/footer-colums";
@import "./src/stories/Library/header-sidebar-nav/header-sidebar-nav";
@import "./src/stories/Library/header-menu-list/header-menu-list";
@import "./src/stories/Library/icon-text-link/icon-text-link";
@import "./src/stories/Library/material-grid/material-grid";
@import "./src/stories/Library/error-message/error-message";
@import "./src/stories/Library/status-message/status-message";
@import "./src/stories/Library/dialog/dialog";
@import "./src/stories/Library/opening-hours-editor/opening-hours-editor";
@import "./src/stories/Library/opening-hours/opening-hours";
@import "./src/stories/Library/opening-hours/opening-hours-skeleton";
@import "./src/stories/Library/filtered-event-list/filtered-event-list";
@import "./src/stories/Library/event-list-stacked/event-list-stacked";
// Autosuggest block styling needs to be loaded before the rest of the scss for autosuggest
@import "./src/stories/Blocks/autosuggest/autosuggest";
@import "./src/stories/Library/autosuggest-text/autosuggest-text";
@import "./src/stories/Library/autosuggest-material/autosuggest-material";
// Blocks
@import "./src/stories/Blocks/footer/footer";
@import "./src/stories/Blocks/header/header";
@import "./src/stories/Blocks/material-banner/material-banner";
@import "./src/stories/Blocks/status-loans/status-loans";
@import "./src/stories/Blocks/status-userprofile/status-userprofile";
@import "./src/stories/Blocks/material-manifestation-item/material-manifestation-item";
@import "./src/stories/Blocks/advanced-search/advanced-search";
@import "./src/stories/Blocks/article/article";
@import "./src/stories/Blocks/event-page/event-page";
@import "./src/stories/Blocks/fee-list/fee-list-page-skeleton";
@import "./src/stories/Blocks/content-list-page/content-list-page";
@import "./src/stories/Blocks/reservation-page/reservation-page-skeleton";
@import "./src/stories/Blocks/loan-page/loan-page-skeleton";
@import "./src/stories/Blocks/registration-page/registration-page";
@import "./src/stories/Blocks/registration-form-page/registration-form-page";
@import "./src/stories/Blocks/form/form";
@import "./src/styles/scss/shared";
@import "./src/styles/scss/internal";
@import "./src/stories/utils/show-more";