doc-msp-theme 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_includes/footer.html +16 -0
- data/_includes/header.html +55 -0
- data/_layouts/article.html +46 -0
- data/_layouts/chapter.html +39 -0
- data/_layouts/default.html +75 -0
- data/_sass/.csslintrc +20 -0
- data/_sass/.scss-lint.yml +212 -0
- data/_sass/_accessibility-seo.md +233 -0
- data/_sass/_accessibility.md +17 -0
- data/_sass/_accessibility.scss +30 -0
- data/_sass/_animation.scss +17 -0
- data/_sass/_badges.md +39 -0
- data/_sass/_badges.scss +50 -0
- data/_sass/_brandbar.scss +34 -0
- data/_sass/_brandcolor.md +92 -0
- data/_sass/_brandcolor.scss +24 -0
- data/_sass/_brandheader.scss +35 -0
- data/_sass/_brandnav.scss +224 -0
- data/_sass/_breadcrumb.md +39 -0
- data/_sass/_breadcrumb.scss +44 -0
- data/_sass/_button.md +218 -0
- data/_sass/_button.scss +146 -0
- data/_sass/_cancel.scss +13 -0
- data/_sass/_checkbox.md +55 -0
- data/_sass/_checkbox.scss +124 -0
- data/_sass/_close.scss +16 -0
- data/_sass/_collapse.scss +30 -0
- data/_sass/_content-list.md +375 -0
- data/_sass/_content-list.scss +49 -0
- data/_sass/_doc-msp-theme.md +106 -0
- data/_sass/_doc-msp-theme.scss +59 -0
- data/_sass/_expandable.md +141 -0
- data/_sass/_expandable.scss +21 -0
- data/_sass/_font-faces.md +83 -0
- data/_sass/_font-faces.scss +15 -0
- data/_sass/_footer.md +392 -0
- data/_sass/_footer.scss +147 -0
- data/_sass/_forms.md +139 -0
- data/_sass/_forms.scss +199 -0
- data/_sass/_functions.md +251 -0
- data/_sass/_functions.scss +389 -0
- data/_sass/_grid.md +449 -0
- data/_sass/_grid.scss +314 -0
- data/_sass/_header.md +1042 -0
- data/_sass/_helper.md +212 -0
- data/_sass/_helper.scss +150 -0
- data/_sass/_icons.md +153 -0
- data/_sass/_icons.scss +154 -0
- data/_sass/_images.md +21 -0
- data/_sass/_images.scss +54 -0
- data/_sass/_jsbutton.md +171 -0
- data/_sass/_media.scss +48 -0
- data/_sass/_mixins.scss +430 -0
- data/_sass/_modal.md +329 -0
- data/_sass/_modal.scss +117 -0
- data/_sass/_nav.scss +40 -0
- data/_sass/_navbar.scss +250 -0
- data/_sass/_normalize.md +7 -0
- data/_sass/_normalize.scss +423 -0
- data/_sass/_notifications.md +211 -0
- data/_sass/_notifications.scss +110 -0
- data/_sass/_pager.md +67 -0
- data/_sass/_pager.scss +138 -0
- data/_sass/_pagination.md +49 -0
- data/_sass/_pagination.scss +95 -0
- data/_sass/_qtip.md +74 -0
- data/_sass/_qtip.scss +175 -0
- data/_sass/_radio.md +53 -0
- data/_sass/_radio.scss +122 -0
- data/_sass/_scaffolding.scss +61 -0
- data/_sass/_search.md +0 -0
- data/_sass/_search.scss +90 -0
- data/_sass/_select.md +55 -0
- data/_sass/_select.scss +146 -0
- data/_sass/_tables.md +405 -0
- data/_sass/_tables.scss +131 -0
- data/_sass/_totop.md +126 -0
- data/_sass/_totop.scss +33 -0
- data/_sass/_type.md +817 -0
- data/_sass/_type.scss +450 -0
- data/_sass/_variables.scss +480 -0
- data/_sass/themes/bevel-theme/theme.scss +13 -0
- data/_sass/themes/dark-theme/_badges.scss +37 -0
- data/_sass/themes/dark-theme/_brandnav.scss +30 -0
- data/_sass/themes/dark-theme/_breadcrumb.scss +17 -0
- data/_sass/themes/dark-theme/_button.scss +86 -0
- data/_sass/themes/dark-theme/_checkbox.scss +9 -0
- data/_sass/themes/dark-theme/_content-list.scss +40 -0
- data/_sass/themes/dark-theme/_forms.scss +107 -0
- data/_sass/themes/dark-theme/_images.scss +30 -0
- data/_sass/themes/dark-theme/_mixins.scss +67 -0
- data/_sass/themes/dark-theme/_modal.scss +9 -0
- data/_sass/themes/dark-theme/_navbar.scss +15 -0
- data/_sass/themes/dark-theme/_notifications.scss +94 -0
- data/_sass/themes/dark-theme/_pager.scss +46 -0
- data/_sass/themes/dark-theme/_pagination.scss +81 -0
- data/_sass/themes/dark-theme/_qtip.scss +8 -0
- data/_sass/themes/dark-theme/_radio.scss +9 -0
- data/_sass/themes/dark-theme/_scaffolding.scss +29 -0
- data/_sass/themes/dark-theme/_select.scss +93 -0
- data/_sass/themes/dark-theme/_tables.scss +57 -0
- data/_sass/themes/dark-theme/_type.scss +70 -0
- data/_sass/themes/dark-theme/_variables.scss +171 -0
- data/_sass/themes/dark-theme/theme.scss +36 -0
- data/_sass/themes/debug-theme/theme.scss +415 -0
- metadata +179 -0
data/_sass/_type.scss
ADDED
@@ -0,0 +1,450 @@
|
|
1
|
+
//
|
2
|
+
// Headlines
|
3
|
+
// ----------------------------------------
|
4
|
+
|
5
|
+
h1, h2, h3, h4, h5, h6,
|
6
|
+
.h1, .h2, .h3, .h4, .h5, .h6 {
|
7
|
+
font-weight: $heading-font-weight;
|
8
|
+
margin: 0;
|
9
|
+
|
10
|
+
&.brand {
|
11
|
+
font-weight: 800;
|
12
|
+
text-transform: uppercase;
|
13
|
+
}
|
14
|
+
|
15
|
+
&.underline, &.cluster {
|
16
|
+
padding-left: 12px;
|
17
|
+
padding-right: 12px;
|
18
|
+
border-bottom: 1px solid $heading-border-color;
|
19
|
+
}
|
20
|
+
|
21
|
+
&.underline {
|
22
|
+
text-align: center;
|
23
|
+
}
|
24
|
+
|
25
|
+
&.cluster {
|
26
|
+
color: $font-color-light;
|
27
|
+
}
|
28
|
+
|
29
|
+
&.thin {
|
30
|
+
font-weight: 200;
|
31
|
+
}
|
32
|
+
|
33
|
+
&.marketing-l {
|
34
|
+
@include headline-variant($font-size-headline-marketing-elmt-l);
|
35
|
+
font-weight: 200;
|
36
|
+
}
|
37
|
+
|
38
|
+
&.marketing-xl {
|
39
|
+
@include headline-variant($font-size-headline-marketing-elmt-xl);
|
40
|
+
font-weight: 200;
|
41
|
+
}
|
42
|
+
|
43
|
+
small,
|
44
|
+
.small {
|
45
|
+
color: $font-color-light;
|
46
|
+
font-size: 84%; // -16%
|
47
|
+
}
|
48
|
+
}
|
49
|
+
|
50
|
+
h1, .h1 { @include headline-variant($font-size-headline-h1); }
|
51
|
+
h2, .h2 { @include headline-variant($font-size-headline-h2); }
|
52
|
+
h3, .h3 { @include headline-variant($font-size-headline-h3); }
|
53
|
+
h4, .h4 { @include headline-variant($font-size-headline-h4); }
|
54
|
+
h5, .h5 { @include headline-variant($font-size-headline-h5); }
|
55
|
+
h6, .h6 { @include headline-variant($font-size-headline-h6); }
|
56
|
+
|
57
|
+
//
|
58
|
+
// Copytext
|
59
|
+
// ----------------------------------------
|
60
|
+
p {
|
61
|
+
margin: 0;
|
62
|
+
padding-top: capline-bu(1, $font-size-regular, $line-height-regular); // depends on body
|
63
|
+
padding-bottom: baseline-bu(1, $font-size-regular, $line-height-regular); // depends on body
|
64
|
+
|
65
|
+
&.text-xsmall {
|
66
|
+
padding-top: capline-bu(1, $font-size-xsmall, $line-height-regular); // depends on .text-small
|
67
|
+
padding-bottom: baseline-bu(1, $font-size-xsmall, $line-height-regular); // depends on .text-small
|
68
|
+
}
|
69
|
+
|
70
|
+
&.text-small {
|
71
|
+
padding-top: capline-bu(1, $font-size-small, $line-height-regular); // depends on .text-small
|
72
|
+
padding-bottom: baseline-bu(1, $font-size-small, $line-height-regular); // depends on .text-small
|
73
|
+
}
|
74
|
+
|
75
|
+
&.text-large {
|
76
|
+
padding-top: capline-bu(1, $font-size-large, $line-height-regular); // depends on .text-large
|
77
|
+
padding-bottom: baseline-bu(1, $font-size-large, $line-height-regular); // depends on .text-large
|
78
|
+
}
|
79
|
+
|
80
|
+
&.text-xlarge {
|
81
|
+
padding-top: capline-bu(1, $font-size-xlarge, $line-height-regular); // depends on .text-xlarge
|
82
|
+
padding-bottom: baseline-bu(1, $font-size-xlarge, $line-height-regular); // depends on .text-xlarge
|
83
|
+
}
|
84
|
+
}
|
85
|
+
|
86
|
+
//
|
87
|
+
// Emphases
|
88
|
+
// ----------------------------------------
|
89
|
+
small,
|
90
|
+
.text-xsmall {
|
91
|
+
font-size: $font-size-xsmall;
|
92
|
+
}
|
93
|
+
|
94
|
+
.text-small {
|
95
|
+
font-size: $font-size-small;
|
96
|
+
}
|
97
|
+
|
98
|
+
.text-large {
|
99
|
+
font-size: $font-size-large;
|
100
|
+
}
|
101
|
+
|
102
|
+
.text-xlarge {
|
103
|
+
font-size: $font-size-xlarge;
|
104
|
+
}
|
105
|
+
|
106
|
+
.text-xxlarge {
|
107
|
+
font-size: $font-size-headline-h2;
|
108
|
+
}
|
109
|
+
|
110
|
+
.text-xxxlarge {
|
111
|
+
font-size: $font-size-headline-h2;
|
112
|
+
}
|
113
|
+
|
114
|
+
.text-marketing-l {
|
115
|
+
@include headline-variant($font-size-headline-marketing-elmt-l);
|
116
|
+
font-weight: 200;
|
117
|
+
}
|
118
|
+
|
119
|
+
.text-marketing-xl {
|
120
|
+
@include headline-variant($font-size-headline-marketing-elmt-xl);
|
121
|
+
font-weight: 200;
|
122
|
+
}
|
123
|
+
|
124
|
+
.text-thin {
|
125
|
+
font-weight: 200 !important;
|
126
|
+
}
|
127
|
+
|
128
|
+
.text-semibold {
|
129
|
+
font-weight: $font-weight-semibold !important;
|
130
|
+
}
|
131
|
+
|
132
|
+
.text-strong,
|
133
|
+
.text-bold {
|
134
|
+
font-weight: bold !important;
|
135
|
+
}
|
136
|
+
|
137
|
+
.text-emphased,
|
138
|
+
.text-italic {
|
139
|
+
font-style: italic !important;
|
140
|
+
}
|
141
|
+
|
142
|
+
.text-uppercase {
|
143
|
+
text-transform: uppercase !important;
|
144
|
+
}
|
145
|
+
|
146
|
+
.text-muted {
|
147
|
+
color: $color-muted !important;
|
148
|
+
}
|
149
|
+
|
150
|
+
dfn,
|
151
|
+
abbr,
|
152
|
+
abbr[title] {
|
153
|
+
background-image: $dfn-background-image;
|
154
|
+
background-position: 0 1em;
|
155
|
+
background-repeat: repeat-x;
|
156
|
+
background-size: 2px 1px;
|
157
|
+
border-bottom: 0; // reset normalize
|
158
|
+
font-style: inherit;
|
159
|
+
cursor: help;
|
160
|
+
}
|
161
|
+
|
162
|
+
mark {
|
163
|
+
background-color: $marked-bgr-color;
|
164
|
+
color: $marked-font-color;
|
165
|
+
padding: $marked-padding;
|
166
|
+
}
|
167
|
+
|
168
|
+
.text-positive { @include emphasis-variant($font-color-positive); }
|
169
|
+
.text-warning { @include emphasis-variant($font-color-warning); }
|
170
|
+
.text-negative { @include emphasis-variant($font-color-negative); }
|
171
|
+
.text-brand { @include emphasis-variant($font-color-brand); }
|
172
|
+
.text-inactive { @include emphasis-variant($font-color-inactive, true); }
|
173
|
+
|
174
|
+
//
|
175
|
+
// Lists
|
176
|
+
// ----------------------------------------
|
177
|
+
.list-unordered,
|
178
|
+
.list-unordered-plain {
|
179
|
+
list-style: none;
|
180
|
+
margin: $list-unordered-margin;
|
181
|
+
padding: $list-unordered-padding;
|
182
|
+
|
183
|
+
> li:before {
|
184
|
+
content: '\2013'; // endash + enspace
|
185
|
+
padding-right: $list-unordered-indent;
|
186
|
+
}
|
187
|
+
|
188
|
+
.list-ordered,
|
189
|
+
.list-unordered,
|
190
|
+
.list-unordered-plain {
|
191
|
+
margin-top: 0;
|
192
|
+
}
|
193
|
+
}
|
194
|
+
|
195
|
+
.list-unordered-bullet > li:before {
|
196
|
+
content: '\25AA'; // black small square + enspace
|
197
|
+
}
|
198
|
+
|
199
|
+
.list-unordered-plain {
|
200
|
+
> li:before {
|
201
|
+
content: none;
|
202
|
+
padding-right: 0;
|
203
|
+
}
|
204
|
+
}
|
205
|
+
|
206
|
+
.list-ordered {
|
207
|
+
list-style: none;
|
208
|
+
margin: $list-ordered-margin;
|
209
|
+
padding: $list-ordered-padding;
|
210
|
+
counter-reset: list-index;
|
211
|
+
|
212
|
+
> li {
|
213
|
+
counter-increment: list-index;
|
214
|
+
}
|
215
|
+
|
216
|
+
&[reversed] > li {
|
217
|
+
counter-increment: list-index - 1;
|
218
|
+
}
|
219
|
+
|
220
|
+
> li:before {
|
221
|
+
content: counters(list-index, '.') '';
|
222
|
+
padding-right: $list-ordered-indent;
|
223
|
+
}
|
224
|
+
|
225
|
+
.list-ordered,
|
226
|
+
.list-unordered {
|
227
|
+
margin-top: 0;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
|
231
|
+
.list-ordered-semibold > li:before {
|
232
|
+
font-weight: $font-weight-semibold;
|
233
|
+
}
|
234
|
+
|
235
|
+
//
|
236
|
+
// Description Lists
|
237
|
+
// ----------------------------------------
|
238
|
+
|
239
|
+
.list-desc {
|
240
|
+
margin-top: 0; // Remove browser default
|
241
|
+
//margin-bottom: @line-height-computed;
|
242
|
+
|
243
|
+
> dd {
|
244
|
+
margin-left: 0; // Undo browser default
|
245
|
+
padding-bottom: baseline-bu(1, $font-size-regular, $line-height-regular);
|
246
|
+
}
|
247
|
+
}
|
248
|
+
|
249
|
+
.list-desc-horizontal {
|
250
|
+
|
251
|
+
@include clearfix();
|
252
|
+
|
253
|
+
> dt {
|
254
|
+
text-align: left;
|
255
|
+
font-weight: 600;
|
256
|
+
}
|
257
|
+
|
258
|
+
> dd {
|
259
|
+
margin: 0;
|
260
|
+
padding-bottom: baseline-bu(1, $font-size-regular, $line-height-regular);
|
261
|
+
}
|
262
|
+
|
263
|
+
@media (min-width: $description-list-breakpoint) {
|
264
|
+
|
265
|
+
> dt {
|
266
|
+
clear: left;
|
267
|
+
float: left;
|
268
|
+
text-align: right;
|
269
|
+
width: ($component-offset-horizontal - building-units(1));
|
270
|
+
font-weight: normal;
|
271
|
+
}
|
272
|
+
|
273
|
+
> dd {
|
274
|
+
margin-left: $component-offset-horizontal;
|
275
|
+
padding-bottom: 0;
|
276
|
+
}
|
277
|
+
|
278
|
+
}
|
279
|
+
}
|
280
|
+
|
281
|
+
.list-desc-semibold {
|
282
|
+
> dt {
|
283
|
+
font-weight: $font-weight-semibold;
|
284
|
+
}
|
285
|
+
}
|
286
|
+
|
287
|
+
//
|
288
|
+
// Price Labels
|
289
|
+
// ----------------------------------------
|
290
|
+
|
291
|
+
.price {
|
292
|
+
margin: 0;
|
293
|
+
padding: 0;
|
294
|
+
vertical-align: baseline;
|
295
|
+
display: inline-block;
|
296
|
+
|
297
|
+
> sup {
|
298
|
+
line-height: $line-height-ratio; // override normalize
|
299
|
+
display: inline-block;
|
300
|
+
vertical-align: top;
|
301
|
+
}
|
302
|
+
|
303
|
+
@include price-variant($price-font-size-regular);
|
304
|
+
}
|
305
|
+
|
306
|
+
.price-large { @include price-variant($price-font-size-large); }
|
307
|
+
.price-xlarge { @include price-variant($price-font-size-xlarge); }
|
308
|
+
|
309
|
+
.price-expired {
|
310
|
+
font-size: $price-font-size-expired;
|
311
|
+
|
312
|
+
> sup {
|
313
|
+
font-size: $price-font-size-expired;
|
314
|
+
}
|
315
|
+
}
|
316
|
+
|
317
|
+
//
|
318
|
+
// Blockquote
|
319
|
+
// ----------------------------------------
|
320
|
+
|
321
|
+
.quote {
|
322
|
+
font-size: $quote-font-size;
|
323
|
+
font-style: italic;
|
324
|
+
|
325
|
+
margin: 0;
|
326
|
+
padding: 0;
|
327
|
+
}
|
328
|
+
|
329
|
+
.quote-author {
|
330
|
+
font-size: $quote-font-size-author;
|
331
|
+
font-style: normal;
|
332
|
+
font-weight: bold;
|
333
|
+
margin: 0;
|
334
|
+
margin-top: $quote-author-space;
|
335
|
+
padding: 0;
|
336
|
+
|
337
|
+
cite {
|
338
|
+
font-style: normal;
|
339
|
+
}
|
340
|
+
}
|
341
|
+
|
342
|
+
.figure {
|
343
|
+
font-size: $quote-font-size;
|
344
|
+
margin: $quote-figure-margin;
|
345
|
+
padding: $quote-figure-padding;
|
346
|
+
border-left: $quote-figure-border-left;
|
347
|
+
}
|
348
|
+
|
349
|
+
.quote-list {
|
350
|
+
|
351
|
+
list-style: none;
|
352
|
+
padding-left: building-units(2);
|
353
|
+
|
354
|
+
.quote-list-item {
|
355
|
+
border-left: $quote-figure-border-left;
|
356
|
+
padding: $quote-figure-padding;
|
357
|
+
|
358
|
+
.figure {
|
359
|
+
border-left: 0;
|
360
|
+
padding-left: 0;
|
361
|
+
}
|
362
|
+
|
363
|
+
*.quote-list {
|
364
|
+
padding-left: building-units(1);
|
365
|
+
|
366
|
+
}
|
367
|
+
|
368
|
+
}
|
369
|
+
}
|
370
|
+
|
371
|
+
//
|
372
|
+
// Adresses
|
373
|
+
// ----------------------------------------
|
374
|
+
|
375
|
+
address {
|
376
|
+
font-style: normal;
|
377
|
+
}
|
378
|
+
|
379
|
+
.address-header small,
|
380
|
+
.address-body,
|
381
|
+
.address-footer {
|
382
|
+
font-size: $address-font-ratio;
|
383
|
+
}
|
384
|
+
|
385
|
+
.address-header,
|
386
|
+
.address-body,
|
387
|
+
.address-footer {
|
388
|
+
margin: 0;
|
389
|
+
padding: 0;
|
390
|
+
}
|
391
|
+
|
392
|
+
.address-header + .address-body,
|
393
|
+
.address-body + .address-footer {
|
394
|
+
margin-top: $address-section-space;
|
395
|
+
}
|
396
|
+
|
397
|
+
.address-header {
|
398
|
+
font-weight: bold;
|
399
|
+
}
|
400
|
+
|
401
|
+
.address-footer label {
|
402
|
+
min-width: $address-label-offset;
|
403
|
+
}
|
404
|
+
|
405
|
+
//
|
406
|
+
// Helpers
|
407
|
+
// ----------------------------------------
|
408
|
+
|
409
|
+
.text-left {
|
410
|
+
text-align: left;
|
411
|
+
}
|
412
|
+
|
413
|
+
.text-center {
|
414
|
+
text-align: center;
|
415
|
+
}
|
416
|
+
|
417
|
+
.text-right {
|
418
|
+
text-align: right;
|
419
|
+
}
|
420
|
+
|
421
|
+
@mixin text-alignement($size) {
|
422
|
+
.text-#{$size}-left { text-align: left; }
|
423
|
+
.text-#{$size}-center { text-align: center; }
|
424
|
+
.text-#{$size}-right { text-align: right; }
|
425
|
+
}
|
426
|
+
|
427
|
+
// default
|
428
|
+
@include text-alignement('l');
|
429
|
+
|
430
|
+
// down-sizing
|
431
|
+
@media screen and (max-width: #{$grid-medium-max}px) {
|
432
|
+
@include text-alignement('m');
|
433
|
+
}
|
434
|
+
|
435
|
+
@media screen and (max-width: #{$grid-small-max}px) {
|
436
|
+
@include text-alignement('s');
|
437
|
+
}
|
438
|
+
|
439
|
+
// up-sizing
|
440
|
+
@media screen and (min-width: #{$grid-extra-large-min}px) {
|
441
|
+
@include text-alignement('xl');
|
442
|
+
}
|
443
|
+
|
444
|
+
.text-nowrap {
|
445
|
+
white-space: nowrap;
|
446
|
+
}
|
447
|
+
|
448
|
+
.text-ellipsis {
|
449
|
+
@include ellipsis();
|
450
|
+
}
|
@@ -0,0 +1,480 @@
|
|
1
|
+
//
|
2
|
+
// Components Variables and Settings
|
3
|
+
// ----------------------------------------
|
4
|
+
|
5
|
+
// Naming Conventions: [optional:[component]-[variant]]-[[cssattib-base]-[cssattrib-property]]
|
6
|
+
|
7
|
+
$version: '2.2.4';
|
8
|
+
|
9
|
+
$building-unit: 12px !default;
|
10
|
+
|
11
|
+
$compile-grid: true !default;
|
12
|
+
$compile-grid-offsets: true !default;
|
13
|
+
$compile-grid-hide-class: true !default;
|
14
|
+
$compile-grid-show-class: true !default;
|
15
|
+
$compile-grid-emphased-class: true !default;
|
16
|
+
|
17
|
+
////// Grid //////
|
18
|
+
|
19
|
+
$grid-number-of-columns: 12 !default;
|
20
|
+
$grid-column-padding: building-units(1) !default;
|
21
|
+
$grid-column-prefix: 'col-' !default;
|
22
|
+
$grid-screen-sizes: (LARGE:l, EXTRA_LARGE:xl, MEDIUM:m, SMALL:s, EXTRA_SMALL:xs);
|
23
|
+
|
24
|
+
$grid-extra-small-min: false !default;
|
25
|
+
$grid-extra-small-container-width: false !default;
|
26
|
+
|
27
|
+
$grid-small-min: 320 !default;
|
28
|
+
$grid-small-container-width: false !default;
|
29
|
+
|
30
|
+
$grid-medium-min: 640 !default;
|
31
|
+
$grid-medium-container-width: false !default;
|
32
|
+
|
33
|
+
$grid-large-min: 1024 !default;
|
34
|
+
$grid-large-container-width: 1008 !default;
|
35
|
+
|
36
|
+
$grid-extra-large-min: 1500 !default;
|
37
|
+
$grid-extra-large-container-width: 1296 !default;
|
38
|
+
|
39
|
+
// max values are calculated for gapless breakpoints without overlapping
|
40
|
+
$grid-extra-small-max: ($grid-small-min - 1) !default;
|
41
|
+
$grid-small-max: ($grid-medium-min - 1) !default;
|
42
|
+
$grid-medium-max: ($grid-large-min - 1) !default;
|
43
|
+
$grid-large-max: ($grid-extra-large-min - 1) !default;
|
44
|
+
$grid-extra-large-max: false !default;
|
45
|
+
|
46
|
+
// 1 -> $grid-screen-sizes KEY
|
47
|
+
// 2 -> min-width
|
48
|
+
// 3 -> max-width
|
49
|
+
// 4 -> fixed container width
|
50
|
+
// 5 -> sizes that will be overriden
|
51
|
+
$grid-settings: ((LARGE, false, false, $grid-large-container-width, (LARGE)), (EXTRA_LARGE, $grid-extra-large-min, false, $grid-extra-large-container-width, (LARGE, EXTRA_LARGE)), (MEDIUM, false, $grid-medium-max, $grid-medium-container-width, (LARGE, MEDIUM)), (SMALL, false, $grid-small-max, $grid-small-container-width, (LARGE, MEDIUM, SMALL)), (EXTRA_SMALL, false, $grid-extra-small-max, $grid-extra-small-container-width, (LARGE, MEDIUM, SMALL, EXTRA_SMALL))) !default;
|
52
|
+
$grid-settings-size-exclusive: ((EXTRA_LARGE, $grid-extra-large-min, false), (MEDIUM, $grid-medium-min, $grid-medium-max), (SMALL, $grid-small-min, $grid-small-max), (EXTRA_SMALL, false, $grid-extra-small-max)) !default;
|
53
|
+
|
54
|
+
// default breakpoint for common elements
|
55
|
+
$grid-float-breakpoint: $grid-medium-min;
|
56
|
+
$grid-float-breakpoint-max: $grid-small-max;
|
57
|
+
|
58
|
+
////// Z-Stacking //////
|
59
|
+
|
60
|
+
////// 0 - 5k for non Componentens
|
61
|
+
////// For User Stuff
|
62
|
+
|
63
|
+
////// 5k - 6K Standard Componentes
|
64
|
+
$z-index-totop: 5000 !default;
|
65
|
+
|
66
|
+
$z-index-header: 5500 !default;
|
67
|
+
|
68
|
+
////// 6K - 7K Modal Window
|
69
|
+
$z-index-modal: 6000 !default;
|
70
|
+
|
71
|
+
////// 7K - 8K Notifications Windows && Errors
|
72
|
+
|
73
|
+
////// 9k - UI Elements
|
74
|
+
$z-index-select-options: 9000 !default;
|
75
|
+
|
76
|
+
////// Colors //////
|
77
|
+
|
78
|
+
$color-bright: #fff !default;
|
79
|
+
$color-gray-light: #ededed !default;
|
80
|
+
$color-gray: #6b6b6b !default;
|
81
|
+
$color-gray-dark: #383838 !default;
|
82
|
+
$color-gray-darker: #262626 !default;
|
83
|
+
|
84
|
+
$color-positive: #6bb324 !default;
|
85
|
+
$color-warning: #dbad39 !default;
|
86
|
+
$color-negative: #d90000 !default;
|
87
|
+
$color-brand: #e20074 !default;
|
88
|
+
$color-inactive: #d0d0d0 !default;
|
89
|
+
$color-function: #0ca1dc !default;
|
90
|
+
$color-highlight: #ff0 !default;
|
91
|
+
$color-muted: #918984 !default;
|
92
|
+
|
93
|
+
$color-border: #b2b2b2 !default;
|
94
|
+
$color-border-bright: #dcdcdc !default;
|
95
|
+
|
96
|
+
$color-element-background: $color-gray-light !default;
|
97
|
+
$color-element-background-dark: hsv-darken($color-bright, 15%, true); // #d9d9d9
|
98
|
+
$color-element-border: $color-border !default;
|
99
|
+
|
100
|
+
$color-element-divider: $color-border !default;
|
101
|
+
|
102
|
+
////// Animation //////
|
103
|
+
$transition-function: cubic-bezier(.445, .05, .55, .95) !default;
|
104
|
+
$transition-time-out: 150ms !default;
|
105
|
+
$transition-time-in: 100ms !default;
|
106
|
+
|
107
|
+
////// telekom animation easings //////
|
108
|
+
$telekom-ease-in-light: cubic-bezier(.7, 0, 1, 1) !default;
|
109
|
+
$telekom-ease-in-medium: cubic-bezier(.6, 0, .7, .2) !default;
|
110
|
+
$telekom-ease-in-strong: cubic-bezier(.9, .2, .8, .1) !default;
|
111
|
+
$telekom-ease-out-light: cubic-bezier(0, 0, .55, 1) !default;
|
112
|
+
$telekom-ease-out-medium: cubic-bezier(.2, .7, .3, 1) !default;
|
113
|
+
$telekom-ease-out-strong: cubic-bezier(.2, 1, .2, 1) !default;
|
114
|
+
$telekom-ease-in-out: cubic-bezier(.65, .045, .3, 1) !default;
|
115
|
+
$telekom-ease-elastic: cubic-bezier(.5, .2, .2, 1.25) !default;
|
116
|
+
|
117
|
+
////// Scaffolding //////
|
118
|
+
$background-color-regular: #fff !default; // used for transparency calculations
|
119
|
+
|
120
|
+
////// Typography //////
|
121
|
+
$font-family-dtag: 'TeleGroteskScreen', 'TeleGrotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif !default;
|
122
|
+
$font-family-icons: 'Telekom-Icon' !default;
|
123
|
+
$font-family-regular: $font-family-dtag !default;
|
124
|
+
|
125
|
+
$font-size-regular: 18px !default; // 100%
|
126
|
+
$font-size-xsmall: ceil($font-size-regular * .75) !default; // ~14px
|
127
|
+
$font-size-small: ceil($font-size-regular * .83) !default; // ~15px
|
128
|
+
$font-size-large: ceil($font-size-regular * 1.16) !default; // ~21px
|
129
|
+
$font-size-xlarge: ceil($font-size-regular * 1.33) !default; // ~24px
|
130
|
+
$font-size-xxlarge: ceil($font-size-regular * 1.5) !default; // ~27px
|
131
|
+
|
132
|
+
$font-size-headline-h1: ceil($font-size-regular * 2) !default; // 36px
|
133
|
+
$font-size-headline-h2: ceil($font-size-regular * 1.5) !default; // ~27px
|
134
|
+
$font-size-headline-h3: ceil($font-size-regular * 1.33) !default; // ~24px
|
135
|
+
$font-size-headline-h4: ceil($font-size-regular * 1.16) !default; // ~21px
|
136
|
+
$font-size-headline-h5: $font-size-regular !default; // 100%
|
137
|
+
$font-size-headline-h6: ceil($font-size-regular * .83) !default; // ~15px
|
138
|
+
|
139
|
+
|
140
|
+
$font-size-headline-marketing-elmt-l: ceil($font-size-regular * 2.66) !default;// 48px
|
141
|
+
$font-size-headline-marketing-elmt-xl: ceil($font-size-regular * 3.33) !default;// 60px
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
$line-height-ratio: 1.2 !default; // http://jsfiddle.net/LkraY/1/
|
146
|
+
$line-height-regular: $line-height-ratio !default;
|
147
|
+
$line-height-extracted: floor($font-size-regular * $line-height-ratio) !default; // ~21px
|
148
|
+
$line-height-extracted-small: floor($font-size-xsmall * $line-height-ratio) !default;
|
149
|
+
$line-height-extracted-large: floor($font-size-large * $line-height-ratio) !default;
|
150
|
+
|
151
|
+
$font-weight-semibold: 600 !default;
|
152
|
+
|
153
|
+
$font-color-regular: $color-gray-darker !default;
|
154
|
+
$font-color-light: $color-gray !default; // hsv-lighten($font-color-regular, 24%, true) !default;
|
155
|
+
$font-color-bright: $color-bright !default; // #fff;
|
156
|
+
|
157
|
+
$font-color-positive: $color-positive !default;
|
158
|
+
$font-color-warning: $color-warning !default;
|
159
|
+
$font-color-negative: $color-negative !default;
|
160
|
+
$font-color-brand: $color-brand !default;
|
161
|
+
$font-color-inactive: hsv-darken($background-color-regular, 10%, true) !default;
|
162
|
+
|
163
|
+
$font-color-link: #00739f !default;
|
164
|
+
$font-color-link-hover: hsv-darken($font-color-link, 7%, true) !default; // -7%
|
165
|
+
$font-color-link-active: hsv-darken($font-color-link, 15%, true) !default; // -15%
|
166
|
+
$font-color-link-focus: hsv-darken($font-color-link, 21%, true) !default; // -21%
|
167
|
+
|
168
|
+
|
169
|
+
////// Building Unit Calculations //////
|
170
|
+
|
171
|
+
// Margins and Paddings
|
172
|
+
// ________
|
173
|
+
// <-- $font-capline-top-ratio
|
174
|
+
// |__|
|
175
|
+
// | |
|
176
|
+
// ________ <-- $font-baseline-bottom-ratio
|
177
|
+
|
178
|
+
// Variables are used by functions: capline-pixels(), baseline-pixels()
|
179
|
+
$font-base-size: 500px !default; // value based on font-size 500px with TeleGroteskScreen
|
180
|
+
$font-capline-top-ratio: 100px / $font-base-size !default; // 100px = value based on vertical-align: baseline and font-base-size: 500px
|
181
|
+
$font-baseline-bottom-ratio: 66px / $font-base-size !default; // 66px = value based on vertical-align: baseline and font-base-size: 500px
|
182
|
+
|
183
|
+
// Box Paddings
|
184
|
+
$bu-padding-large: building-unit-box-padding($line-height-extracted-large, 4, 2) !default; // vertical: (4 BU - 1px Border) - Calculated Line Height, horizontal: 2BU - 1px font-padding
|
185
|
+
$bu-padding-regular: building-unit-box-padding($line-height-extracted, 3, 2) !default; // vertical: (3 BU - 1px Border) - Calculated Line Height, horizontal: 2BU - 1px font-padding
|
186
|
+
$bu-padding-small: building-unit-box-padding($line-height-extracted-small, 2.5, 2) !default; // vertical: (2.5 BU - 1px Border) - Calculated Line Height, horizontal: 2BU - 1px font-padding
|
187
|
+
$bu-padding-minimal: building-unit-box-padding($line-height-extracted, 3, 1) !default;
|
188
|
+
$bu-border-radius-regular: building-units(1 / 3) !default;
|
189
|
+
$bu-border-radius-large: building-units(1 / 2) !default;
|
190
|
+
$bu-border-radius-small: building-units(1 / 4) !default;
|
191
|
+
|
192
|
+
////// HRULE //////
|
193
|
+
$hr-border-color: $color-border-bright !default;
|
194
|
+
|
195
|
+
////// Headings //////
|
196
|
+
$heading-font-weight: normal !default;
|
197
|
+
$heading-margin-top: building-units(2) !default;
|
198
|
+
$heading-margin-bottom: building-units(1) !default;
|
199
|
+
|
200
|
+
$heading-border-color: $color-border !default;
|
201
|
+
|
202
|
+
////// Mark //////
|
203
|
+
$marked-padding: 0 .25em !default;
|
204
|
+
$marked-font-color: $font-color-regular !default;
|
205
|
+
$marked-bgr-color: $color-highlight !default;
|
206
|
+
|
207
|
+
////// Definitions and Abbrevations //////
|
208
|
+
$dfn-background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAACCAYAAAB/qH1jAAAAGElEQVQIW2O0O/DhPwMQHHIQYATRjOgCAKclCAMmY8YrAAAAAElFTkSuQmCC') !default;
|
209
|
+
// @see: www.patternify.com for more
|
210
|
+
|
211
|
+
////// (Un)oredered Lists //////
|
212
|
+
$list-unordered-margin: building-units(1) 0 0 0 !default;
|
213
|
+
$list-unordered-padding: 0 0 0 18px !default;
|
214
|
+
$list-unordered-indent: building-units(1) !default;
|
215
|
+
|
216
|
+
$list-ordered-margin: building-units(1) 0 0 0 !default;
|
217
|
+
$list-ordered-padding: 0 0 0 20px !default;
|
218
|
+
$list-ordered-indent: building-units(1) !default;
|
219
|
+
|
220
|
+
|
221
|
+
////// Description Lists //////
|
222
|
+
$description-list-breakpoint: 640px !default;
|
223
|
+
$component-offset-horizontal: 160px !default;
|
224
|
+
|
225
|
+
|
226
|
+
////// Price Labels //////
|
227
|
+
$price-cent-factor: .666 !default;
|
228
|
+
$price-font-size-regular: 27px !default; // 100%
|
229
|
+
$price-font-size-large: ceil($price-font-size-regular * 1.11) !default; // ~30px
|
230
|
+
$price-font-size-xlarge: ceil($price-font-size-regular * 1.33) !default; // ~36px
|
231
|
+
|
232
|
+
$price-font-size-expired: 28px !default;
|
233
|
+
$price-font-middle-line: .6em !default;
|
234
|
+
|
235
|
+
////// Quotes //////
|
236
|
+
$quote-font-size: $font-size-regular !default;
|
237
|
+
$quote-font-size-author: $font-size-small !default;
|
238
|
+
|
239
|
+
$quote-author-space: .25em !default;
|
240
|
+
|
241
|
+
$quote-figure-margin: building-units(1) 0 0 0 !default;
|
242
|
+
$quote-figure-padding: 0 0 0 building-units(1) !default;
|
243
|
+
$quote-figure-border-left: 1px solid $color-border-bright !default;
|
244
|
+
|
245
|
+
///// Address //////
|
246
|
+
$address-font-ratio: 84% !default;
|
247
|
+
$address-section-space: .25em !default;
|
248
|
+
$address-label-offset: 40px !default;
|
249
|
+
|
250
|
+
|
251
|
+
////// Tables //////
|
252
|
+
$table-padding: $bu-padding-minimal !default; // ~6px 12px
|
253
|
+
$table-padding-small: $bu-padding-small !default; // ~5px 12px
|
254
|
+
|
255
|
+
$table-caption-font-size: $font-size-xlarge !default; // ~24px
|
256
|
+
|
257
|
+
$table-row-border-bottom: 1px solid $color-border-bright !default;
|
258
|
+
|
259
|
+
$table-header-border-bottom: 1px solid $color-border !default;
|
260
|
+
$table-footer-border-top: 1px double $color-border !default; // double wins over solid from $table-row-border-bottom
|
261
|
+
$table-footer-border-bottom: 1px solid $color-border !default;
|
262
|
+
|
263
|
+
$table-font-color-hover: hsv-darken($font-color-regular, 7%, true) !default;
|
264
|
+
|
265
|
+
$table-font-color-positive: hsv-darken($font-color-positive, 10%, true) !default;
|
266
|
+
$table-font-color-warning: hsv-darken($font-color-warning , 10%, true) !default;
|
267
|
+
$table-font-color-negative: hsv-darken($font-color-negative, 10%, true) !default;
|
268
|
+
$table-font-color-brand: $color-bright !default;
|
269
|
+
$table-font-color-inactive: $font-color-inactive !default;
|
270
|
+
|
271
|
+
$table-bgr-color-hover: hsv-darken($background-color-regular, 12%, true) !default;
|
272
|
+
|
273
|
+
$table-bgr-color-positive: $color-positive !default;
|
274
|
+
$table-bgr-color-warning: $color-warning !default;
|
275
|
+
$table-bgr-color-negative: $color-negative !default;
|
276
|
+
$table-bgr-color-brand: $color-brand !default; // brand has no fallback
|
277
|
+
$table-bgr-color-inactive: transparent !default; // inactive has no fallback
|
278
|
+
|
279
|
+
$table-bgr-color-alpha: .05 !default;
|
280
|
+
$table-bgr-color-hover-alpha: .2 !default;
|
281
|
+
|
282
|
+
$table-gray-odd-bgr-color: hsv-darken($background-color-regular, 5%, true) !default;
|
283
|
+
$table-gray-odd-font-color: $font-color-regular !default;
|
284
|
+
|
285
|
+
////// Forms //////
|
286
|
+
$input-padding: $bu-padding-minimal !default; // ~6px 12px
|
287
|
+
$input-border-radius: $bu-border-radius-regular !default;
|
288
|
+
|
289
|
+
$input-min-height: $line-height-extracted + 6 + 6 + 1 !default; // = line-height + padding-top + padding-bottom + border
|
290
|
+
|
291
|
+
$input-font-color: $font-color-regular !default;
|
292
|
+
$input-border-color: $color-element-border !default;
|
293
|
+
$input-bgr-color: $color-bright !default;
|
294
|
+
$input-font-color-placeholder: $font-color-light !default;
|
295
|
+
|
296
|
+
$input-border-color-focus: #66afe9 !default;
|
297
|
+
|
298
|
+
$input-disabled-font-color: hsv-lighten($input-font-color, 50%, true) !default;
|
299
|
+
$input-disabled-border-color: hsv-lighten($input-border-color, 14%, true) !default;
|
300
|
+
$input-disabled-bgr-color: $input-bgr-color !default;
|
301
|
+
$input-disabled-font-color-placeholder: hsv-lighten($input-font-color-placeholder, 50%, true) !default;
|
302
|
+
|
303
|
+
////// Buttons //////
|
304
|
+
$button-padding: $bu-padding-regular !default; // ~6px 12px
|
305
|
+
$button-padding-small: $bu-padding-small !default;
|
306
|
+
$button-padding-large: $bu-padding-large !default;
|
307
|
+
$button-padding-minimal: building-unit-box-padding($line-height-extracted, 3, 1.5) !default;
|
308
|
+
|
309
|
+
$button-icon-indent: building-units(1) !default;
|
310
|
+
|
311
|
+
$button-border-radius: $bu-border-radius-regular !default;
|
312
|
+
|
313
|
+
$button-border-color-default: $color-element-border !default;
|
314
|
+
$button-border-color-positive: hsv-darken($color-positive, 15%, true) !default;
|
315
|
+
$button-border-color-function: hsv-darken($color-function, 15%, true) !default;
|
316
|
+
$button-border-color-negative: hsv-darken($color-negative, 15%, true) !default;
|
317
|
+
$button-border-color-brand: #b2005c !default; // new ui kit special case color
|
318
|
+
|
319
|
+
////// Checkboxes | JS //////
|
320
|
+
$checkbox-check-color: $color-positive !default;
|
321
|
+
$checkbox-border-color: $color-element-border !default;
|
322
|
+
$checkbox-bgr-color: $color-element-background !default;
|
323
|
+
|
324
|
+
$checkbox-disabled-check-color: hsv-lighten($font-color-regular, 50%, true) !default;
|
325
|
+
$checkbox-disabled-border-color: hsv-lighten($checkbox-border-color, 14%, true) !default;
|
326
|
+
$checkbox-disabled-bgr-color: hsv-lighten($checkbox-bgr-color, 5%, true) !default;
|
327
|
+
|
328
|
+
////// Radios | JS //////
|
329
|
+
$radio-check-color: $color-brand !default;
|
330
|
+
$radio-border-color: $color-element-border !default;
|
331
|
+
$radio-bgr-color: $color-element-background !default;
|
332
|
+
|
333
|
+
$radio-disabled-check-color: hsv-lighten($font-color-regular, 50%, true) !default;
|
334
|
+
$radio-disabled-border-color: hsv-lighten($radio-border-color, 14%, true) !default;
|
335
|
+
$radio-disabled-bgr-color: hsv-lighten($radio-bgr-color, 5%, true) !default;
|
336
|
+
|
337
|
+
////// Selects | JS //////
|
338
|
+
$select-font-color: $font-color-regular !default;
|
339
|
+
$select-border-color: $color-element-border !default;
|
340
|
+
$select-bgr-color: $color-element-background !default;
|
341
|
+
|
342
|
+
$select-disabled-font-color: hsv-lighten($select-font-color, 50%, true) !default;
|
343
|
+
$select-disabled-border-color: hsv-lighten($select-border-color, 14%, true) !default;
|
344
|
+
$select-disabled-bgr-color: hsv-lighten($select-bgr-color, 5%, true) !default;
|
345
|
+
|
346
|
+
$select-options-padding: building-unit-box-padding($line-height-extracted, 4, 1) !default;
|
347
|
+
|
348
|
+
$select-options-bgr-color: $color-bright;
|
349
|
+
$select-options-active-bgr-color: hsv-darken($select-options-bgr-color, 15%, true);
|
350
|
+
|
351
|
+
////// Icons //////
|
352
|
+
$icon-frame-width: building-units(4) !default;
|
353
|
+
$icon-frame-height: building-units(4) !default;
|
354
|
+
|
355
|
+
////// Images //////
|
356
|
+
$image-tn-border-color: $color-element-border !default;
|
357
|
+
$image-frame-width: building-units(4) !default;
|
358
|
+
$image-frame-height: building-units(4) !default;
|
359
|
+
|
360
|
+
$image-frame-width-small: 38px !default;
|
361
|
+
$image-frame-height-small: 38px !default;
|
362
|
+
|
363
|
+
////// Content-Lists //////
|
364
|
+
$cl-border-color: $color-border-bright !default;
|
365
|
+
|
366
|
+
$cl-element-padding: 13px building-units(1) !default;
|
367
|
+
$cl-element-bgr-color-focus: hsv-darken($color-bright, 21%, true) !default;
|
368
|
+
$cl-element-bgr-color-hover: hsv-darken($color-bright, 7%, true) !default;
|
369
|
+
$cl-element-bgr-color-active: hsv-darken($color-bright, 15%, true) !default;
|
370
|
+
|
371
|
+
$cl-element-font-color-brand: $color-bright !default;
|
372
|
+
$cl-element-bgr-color-brand: $color-brand !default;
|
373
|
+
|
374
|
+
///// Media //////
|
375
|
+
$media-padding: 5px building-units(1) 4px !default;
|
376
|
+
$media-min-height: 38px !default;
|
377
|
+
$media-column-padding: building-units(1) !default;
|
378
|
+
$media-body-padding: 5px 0 !default;
|
379
|
+
|
380
|
+
$media-hint-font-color: $font-color-light !default;
|
381
|
+
$media-hint-font-size: $font-size-small !default;
|
382
|
+
|
383
|
+
////// Pager //////
|
384
|
+
$pager-background-color: $background-color-regular !default;
|
385
|
+
$pager-border-color: $color-element-border !default;
|
386
|
+
$pager-text-color: $font-color-regular !default;
|
387
|
+
|
388
|
+
$pager-disabled-bgr-color: hsv-lighten($color-element-background, 5%, true) !default;
|
389
|
+
$pager-disabled-border-color: hsv-lighten($pager-border-color, 14%, true) !default;
|
390
|
+
$pager-disabled-text-color: hsv-lighten($font-color-regular, 50%, true) !default;
|
391
|
+
|
392
|
+
$pager-small-padding: $button-padding-small !default;
|
393
|
+
$pager-small-font-size: $font-size-small !default;
|
394
|
+
|
395
|
+
$pager-large-padding: $button-padding-large !default;
|
396
|
+
$pager-large-font-size: $font-size-large !default;
|
397
|
+
|
398
|
+
$pager-padding-minimal: $bu-padding-minimal !default;
|
399
|
+
|
400
|
+
////// Breadcrumb //////
|
401
|
+
$breadcrumb-padding: 3px 0 !default;
|
402
|
+
$breadcrumb-margin: 0 !default;
|
403
|
+
$breadcrumb-color: $font-color-light !default;
|
404
|
+
$breadcrumb-color-active: $color-brand !default;
|
405
|
+
// $breadcrumb-separator: '\bb' !default; // wait for a bug in sass compiler to fix the conversion to utf-8 value
|
406
|
+
|
407
|
+
////// Pagination //////
|
408
|
+
$pagination-width: building-units(1) !default;
|
409
|
+
$pagination-height: building-units(1) !default;
|
410
|
+
$pagination-gutter: building-units(.5) !default;
|
411
|
+
|
412
|
+
$pagination-bgr-color: $color-element-background !default;
|
413
|
+
$pagination-border-color: $color-element-border !default;
|
414
|
+
|
415
|
+
$pagination-active-bgr-color: $color-brand !default;
|
416
|
+
$pagination-active-border-color: hsv-darken($pagination-active-bgr-color, 15%, true) !default;
|
417
|
+
|
418
|
+
$pagination-disabled-bgr-color: $pagination-bgr-color !default;
|
419
|
+
$pagination-disabled-border-color: hsv-lighten($pagination-border-color, 15%, true) !default;
|
420
|
+
|
421
|
+
$pagination-width-small: 8px !default; // ~building-unit / 2 + 1px border on both sides
|
422
|
+
$pagination-height-small: 8px !default; // ~building-unit / 2 + 1px border on both sides
|
423
|
+
$pagination-gutter-small: building-units(1 / 3) !default;
|
424
|
+
|
425
|
+
////// Badges //////
|
426
|
+
$badges-bgr-color: $color-element-background !default;
|
427
|
+
$badges-bgr-color-positive: $color-positive !default;
|
428
|
+
$badges-bgr-color-warning: $color-warning !default;
|
429
|
+
$badges-bgr-color-negative: $color-negative !default;
|
430
|
+
$badges-bgr-color-function: $color-function !default;
|
431
|
+
$badges-bgr-color-brand: $color-brand !default;
|
432
|
+
$badges-bgr-color-dark: $color-gray-dark !default;
|
433
|
+
$badges-font-color-normal: $font-color-regular !default;
|
434
|
+
$badges-font-color-bright: $color-bright !default;
|
435
|
+
$badges-border-radius: $bu-border-radius-small !default;
|
436
|
+
|
437
|
+
////// Notifications //////
|
438
|
+
$notification-bgr-color: #eee !default; // todo?
|
439
|
+
$notification-border-color: $color-element-border !default;
|
440
|
+
$notification-border-radius: $bu-border-radius-large !default;
|
441
|
+
$notification-padding: 16px building-units(2) 22px !default;
|
442
|
+
$notification-margin-bottom: building-units(1.5) !default;
|
443
|
+
|
444
|
+
$notification-font-size: $font-size-small !default;
|
445
|
+
$notification-heading-font-size: $font-size-headline-h3 !default;
|
446
|
+
|
447
|
+
$notification-close-button-color: $font-color-regular !default;
|
448
|
+
$notification-close-button-hover: hsv-darken($notification-close-button-color, 7%, true) !default; // -7%
|
449
|
+
$notification-close-button-active: hsv-darken($notification-close-button-color, 15%, true) !default; // -15%
|
450
|
+
$notification-close-button-focus: hsv-darken($notification-close-button-color, 21%, true) !default; // -21%
|
451
|
+
|
452
|
+
////// Modal //////
|
453
|
+
|
454
|
+
$modal-margin: building-units(1) !default;
|
455
|
+
$modal-regular-margin: building-units(2) auto !default;
|
456
|
+
|
457
|
+
$modal-padding: 0 !default;
|
458
|
+
$modal-border-radius: $bu-border-radius-large !default;
|
459
|
+
|
460
|
+
$modal-content-bgr: $color-bright !default;
|
461
|
+
|
462
|
+
$modal-header-padding: building-units(1) !default;
|
463
|
+
$modal-body-padding: building-units(1) !default;
|
464
|
+
$modal-footer-padding: building-units(1) !default;
|
465
|
+
|
466
|
+
$modal-backdrop-bgr: #000 !default;
|
467
|
+
$modal-backdrop-opacity: .8 !default; // ~80%
|
468
|
+
|
469
|
+
$modal-header-border-color: $color-element-border !default;
|
470
|
+
$modal-footer-border-color: $color-element-border !default;
|
471
|
+
|
472
|
+
$modal-regular-width: 600px !default; // ~50 bu
|
473
|
+
$modal-small-width: 480px !default; // ~40 bu
|
474
|
+
$modal-large-width: 840px !default; // ~70 bu
|
475
|
+
|
476
|
+
////// Footer //////
|
477
|
+
$footer-border-color: $color-muted;
|
478
|
+
$color-footer-legal-text: $color-muted;
|
479
|
+
$footer-font-size: 16px;
|
480
|
+
$footer-navigation-hover-color: #5e5e5e;
|