@lucca-front/scss 20.3.0-rc.2 → 20.3.0-rc.4
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.
- package/dist/lucca-front.min.css +1 -1
- package/package.json +2 -2
- package/src/commons/config.scss +0 -5
- package/src/commons/core.scss +3 -3
- package/src/commons/exports.scss +1 -0
- package/src/commons/index.scss +2 -9
- package/src/commons/utils/index.scss +478 -480
- package/src/commons/utils/reset.scss +1 -1
- package/src/components/_sample/index.scss +6 -14
- package/src/components/appLayout/index.scss +7 -11
- package/src/components/avatar/index.scss +35 -43
- package/src/components/box/index.scss +14 -20
- package/src/components/breadcrumbs/index.scss +10 -16
- package/src/components/button/index.scss +134 -140
- package/src/components/button/mods.scss +0 -17
- package/src/components/buttonGroup/index.scss +8 -20
- package/src/components/calendar/index.scss +44 -56
- package/src/components/callout/index.scss +4 -8
- package/src/components/calloutDisclosure/index.scss +9 -15
- package/src/components/calloutFeedbackList/index.scss +4 -8
- package/src/components/calloutPopover/index.scss +12 -18
- package/src/components/card/component.scss +1 -0
- package/src/components/card/index.scss +23 -25
- package/src/components/card/mods.scss +31 -0
- package/src/components/checkbox/index.scss +30 -36
- package/src/components/checkboxField/index.scss +80 -90
- package/src/components/chip/index.scss +17 -23
- package/src/components/clear/index.scss +17 -23
- package/src/components/code/index.scss +4 -8
- package/src/components/collapse/index.scss +7 -11
- package/src/components/comment/index.scss +20 -30
- package/src/components/container/index.scss +25 -29
- package/src/components/contentSection/index.scss +2 -4
- package/src/components/dataTable/index.scss +52 -68
- package/src/components/dataTableSticked/index.scss +24 -32
- package/src/components/dateField/index.scss +20 -24
- package/src/components/dateRangeField/index.scss +25 -29
- package/src/components/dialog/index.scss +36 -40
- package/src/components/divider/index.scss +7 -11
- package/src/components/dropdown/component.scss +43 -17
- package/src/components/dropdown/index.scss +9 -12
- package/src/components/dropdown/mods.scss +4 -4
- package/src/components/dropdown/states.scss +4 -3
- package/src/components/dropdown/vars.scss +8 -6
- package/src/components/emptyState/index.scss +7 -11
- package/src/components/errorPage/index.scss +4 -8
- package/src/components/fancyBox/index.scss +4 -8
- package/src/components/field/index.scss +76 -96
- package/src/components/fieldset/index.scss +12 -18
- package/src/components/file/index.scss +30 -38
- package/src/components/fileEntry/index.scss +18 -24
- package/src/components/fileToolbar/index.scss +6 -10
- package/src/components/fileUpload/index.scss +31 -37
- package/src/components/filterBar/index.scss +13 -17
- package/src/components/filterBarDeprecated/index.scss +4 -8
- package/src/components/filterPill/index.scss +48 -56
- package/src/components/filters/index.scss +8 -14
- package/src/components/footer/index.scss +34 -38
- package/src/components/form/index.scss +84 -114
- package/src/components/form/mods.scss +5 -7
- package/src/components/formLabel/index.scss +13 -19
- package/src/components/gauge/index.scss +20 -26
- package/src/components/grid/index.scss +21 -25
- package/src/components/header/index.scss +12 -18
- package/src/components/highlightData/index.scss +24 -28
- package/src/components/horizontalNavigation/index.scss +36 -42
- package/src/components/index.scss +55 -57
- package/src/components/indexTable/index.scss +56 -54
- package/src/components/inlineMessage/index.scss +12 -18
- package/src/components/inputFramed/index.scss +24 -30
- package/src/components/label/index.scss +9 -13
- package/src/components/layout/index.scss +45 -51
- package/src/components/link/index.scss +8 -14
- package/src/components/link/mods.scss +1 -1
- package/src/components/list/index.scss +11 -15
- package/src/components/listboxOption/index.scss +115 -131
- package/src/components/listing/index.scss +18 -22
- package/src/components/loading/index.scss +23 -27
- package/src/components/main/index.scss +15 -21
- package/src/components/mainLayout/index.scss +20 -26
- package/src/components/mobileHeader/index.scss +4 -8
- package/src/components/mobileNavigation/index.scss +2 -4
- package/src/components/mobilePush/index.scss +4 -8
- package/src/components/multiSelect/index.scss +36 -46
- package/src/components/navside/index.scss +56 -78
- package/src/components/newBadge/index.scss +4 -8
- package/src/components/notchBox/index.scss +13 -17
- package/src/components/notchBox/mods.scss +125 -137
- package/src/components/numericBadge/index.scss +16 -22
- package/src/components/pageHeader/index.scss +22 -26
- package/src/components/pagination/index.scss +6 -12
- package/src/components/plgPush/index.scss +2 -4
- package/src/components/popover/component.scss +0 -17
- package/src/components/popover/index.scss +2 -4
- package/src/components/progress/index.scss +9 -15
- package/src/components/radio/index.scss +12 -18
- package/src/components/radioButtons/index.scss +9 -15
- package/src/components/radioField/index.scss +40 -46
- package/src/components/readMore/index.scss +15 -21
- package/src/components/richText/index.scss +14 -20
- package/src/components/scrollBox/index.scss +10 -14
- package/src/components/section/index.scss +12 -16
- package/src/components/segmentedControl/index.scss +15 -25
- package/src/components/simpleSelect/index.scss +33 -41
- package/src/components/skeleton/index.scss +37 -43
- package/src/components/skipLinks/index.scss +2 -4
- package/src/components/sortableList/index.scss +6 -12
- package/src/components/statusBadge/index.scss +4 -8
- package/src/components/switch/index.scss +29 -35
- package/src/components/switchField/index.scss +16 -22
- package/src/components/table/index.scss +64 -78
- package/src/components/tableFixed/index.scss +11 -13
- package/src/components/tableFixedDeprecated/index.scss +10 -14
- package/src/components/tableOfContent/index.scss +24 -28
- package/src/components/tableSortable/index.scss +16 -22
- package/src/components/tableSticked/index.scss +24 -28
- package/src/components/tableSticked/mods.scss +6 -6
- package/src/components/tableStickedDeprecated/index.scss +40 -46
- package/src/components/tag/index.scss +23 -29
- package/src/components/textField/index.scss +22 -30
- package/src/components/textField/mods.scss +1 -1
- package/src/components/textFlow/index.scss +2 -4
- package/src/components/textfields/index.scss +258 -279
- package/src/components/timeline/index.scss +66 -72
- package/src/components/timepicker/index.scss +15 -21
- package/src/components/title/index.scss +30 -43
- package/src/components/title/mods.scss +1 -1
- package/src/components/titleSection/index.scss +23 -31
- package/src/components/toast/index.scss +4 -8
- package/src/components/tooltip/index.scss +21 -25
- package/src/components/userPopover/index.scss +2 -4
- package/src/components/userTile/index.scss +22 -26
- package/src/components/verticalNavigation/index.scss +16 -26
|
@@ -1,62 +1,61 @@
|
|
|
1
|
-
@forward 'field';
|
|
2
|
-
|
|
3
|
-
@forward '
|
|
4
|
-
@forward '
|
|
5
|
-
@forward '
|
|
6
|
-
@forward '
|
|
7
|
-
@forward '
|
|
8
|
-
@forward '
|
|
9
|
-
@forward '
|
|
10
|
-
@forward '
|
|
11
|
-
@forward 'filters';
|
|
12
|
-
@forward 'divider';
|
|
13
|
-
@forward 'section';
|
|
14
|
-
@forward 'collapse';
|
|
15
|
-
@forward 'container';
|
|
16
|
-
@forward 'errorPage';
|
|
17
|
-
@forward 'pageHeader';
|
|
18
|
-
@forward 'pagination';
|
|
19
|
-
@forward 'titleSection';
|
|
20
|
-
@forward 'contentSection';
|
|
21
|
-
@forward 'tableOfContent';
|
|
22
|
-
@forward 'list';
|
|
23
|
-
@forward 'card';
|
|
24
|
-
@forward 'gauge';
|
|
25
|
-
@forward 'callout';
|
|
26
|
-
@forward 'loading';
|
|
27
|
-
@forward 'progress';
|
|
28
|
-
@forward 'breadcrumbs';
|
|
29
|
-
@forward 'buttonGroup';
|
|
30
|
-
@forward 'header';
|
|
31
|
-
@forward 'horizontalNavigation';
|
|
32
|
-
|
|
33
|
-
@forward 'textfields';
|
|
34
|
-
@forward 'checkbox';
|
|
35
|
-
@forward 'switch';
|
|
36
|
-
@forward 'radio';
|
|
37
|
-
|
|
38
|
-
@forward 'textField'; // new component for checkbox
|
|
39
|
-
@forward 'checkboxField'; // new component for checkbox
|
|
40
|
-
@forward 'switchField'; // new component for switch
|
|
1
|
+
@forward 'field'; //
|
|
2
|
+
@forward 'box'; // 1 Ko
|
|
3
|
+
@forward 'tag'; // 1 Ko
|
|
4
|
+
@forward 'main'; // 1 Ko
|
|
5
|
+
@forward 'code'; // 1 Ko
|
|
6
|
+
@forward 'link'; // 1 Ko
|
|
7
|
+
@forward 'chip'; // 1 Ko
|
|
8
|
+
@forward 'title'; // 1 Ko
|
|
9
|
+
@forward 'label'; // 1 Ko
|
|
10
|
+
@forward 'filterBarDeprecated'; // 1 Ko
|
|
11
|
+
@forward 'filters'; // 1 Ko
|
|
12
|
+
@forward 'divider'; // 1 Ko
|
|
13
|
+
@forward 'section'; // 1 Ko
|
|
14
|
+
@forward 'collapse'; // 1 Ko
|
|
15
|
+
@forward 'container'; // 1 Ko
|
|
16
|
+
@forward 'errorPage'; // 1 Ko
|
|
17
|
+
@forward 'pageHeader'; // 1 Ko
|
|
18
|
+
@forward 'pagination'; // 1 Ko
|
|
19
|
+
@forward 'titleSection'; // 1 Ko
|
|
20
|
+
@forward 'contentSection'; // 1 Ko
|
|
21
|
+
@forward 'tableOfContent'; // 1 Ko
|
|
22
|
+
@forward 'list'; // 2 Ko
|
|
23
|
+
@forward 'card'; // 2 Ko
|
|
24
|
+
@forward 'gauge'; // 2 Ko
|
|
25
|
+
@forward 'callout'; // 2 Ko
|
|
26
|
+
@forward 'loading'; // 2 Ko
|
|
27
|
+
@forward 'progress'; // 2 Ko
|
|
28
|
+
@forward 'breadcrumbs'; // 2 Ko
|
|
29
|
+
@forward 'buttonGroup'; // 2 Ko
|
|
30
|
+
@forward 'header'; // 3 Ko
|
|
31
|
+
@forward 'horizontalNavigation'; // 4 Ko
|
|
32
|
+
@forward 'radio'; // 4 Ko
|
|
41
33
|
@forward 'radioField'; // new component for radio
|
|
42
|
-
|
|
43
|
-
@forward '
|
|
44
|
-
@forward '
|
|
45
|
-
@forward '
|
|
46
|
-
@forward '
|
|
47
|
-
@forward '
|
|
48
|
-
@forward '
|
|
49
|
-
@forward '
|
|
50
|
-
@forward '
|
|
51
|
-
@forward '
|
|
34
|
+
@forward 'switch'; // 4 Ko
|
|
35
|
+
@forward 'switchField'; // new component for switch
|
|
36
|
+
@forward 'file'; // 5 Ko
|
|
37
|
+
@forward 'layout'; // 5 Ko
|
|
38
|
+
@forward 'radioButtons'; // 5 Ko
|
|
39
|
+
@forward 'table'; // 7 Ko
|
|
40
|
+
@forward 'checkbox'; // 7 Ko
|
|
41
|
+
@forward 'checkboxField'; // new component for checkbox
|
|
42
|
+
@forward 'timeline'; // 10 Ko
|
|
43
|
+
@forward 'button'; // 12 Ko
|
|
44
|
+
@forward 'textfields'; // 13 Ko
|
|
45
|
+
@forward 'textField'; // new component for checkbox
|
|
46
|
+
@forward 'navside'; // 15 Ko
|
|
47
|
+
@forward 'form'; // 25 Ko
|
|
48
|
+
@forward 'tableFixed'; // 33 Ko
|
|
52
49
|
@forward 'segmentedControl';
|
|
53
50
|
@forward 'calendar';
|
|
54
51
|
@forward 'skipLinks';
|
|
55
52
|
@forward 'fancyBox';
|
|
56
53
|
@forward 'inputFramed';
|
|
54
|
+
|
|
55
|
+
// caution: the two components cannot be loaded at the same time
|
|
57
56
|
@forward 'grid';
|
|
58
|
-
@forward 'tableSticked';
|
|
59
|
-
@forward 'timepicker';
|
|
57
|
+
@forward 'tableSticked'; // 8 Ko
|
|
58
|
+
@forward 'timepicker'; //
|
|
60
59
|
@forward 'notchBox';
|
|
61
60
|
@forward 'statusBadge';
|
|
62
61
|
@forward 'mobileHeader';
|
|
@@ -85,7 +84,7 @@
|
|
|
85
84
|
@forward 'userPopover';
|
|
86
85
|
@forward 'scrollBox';
|
|
87
86
|
@forward 'comment';
|
|
88
|
-
@forward 'toast';
|
|
87
|
+
@forward 'toast'; // 5 Ko
|
|
89
88
|
@forward 'popover';
|
|
90
89
|
@forward 'userTile';
|
|
91
90
|
@forward 'mobilePush';
|
|
@@ -110,7 +109,6 @@
|
|
|
110
109
|
@forward 'listboxOption';
|
|
111
110
|
@forward 'suggestion';
|
|
112
111
|
|
|
113
|
-
|
|
114
|
-
@forward 'tableFixedDeprecated';
|
|
115
|
-
@forward 'tableStickedDeprecated';
|
|
116
|
-
|
|
112
|
+
// Deprecated CSS components
|
|
113
|
+
// @forward 'tableFixedDeprecated'; // 33 Ko
|
|
114
|
+
// @forward 'tableStickedDeprecated'; // 67 Ko
|
|
@@ -2,77 +2,79 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/media';
|
|
3
3
|
|
|
4
4
|
.indexTable {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
7
|
+
|
|
8
|
+
&.mod-selectable {
|
|
9
|
+
@include selectable;
|
|
10
|
+
|
|
11
|
+
// Selectable states
|
|
12
|
+
@include selectableSelectedRow;
|
|
13
|
+
@include selectableHoveredRow;
|
|
8
14
|
}
|
|
9
15
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
@include selectableSelectedRow;
|
|
14
|
-
@include selectableHoveredRow;
|
|
15
|
-
}
|
|
16
|
+
&.mod-stackable {
|
|
17
|
+
@include stackable;
|
|
18
|
+
}
|
|
16
19
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
&.mod-stickyHeader {
|
|
21
|
+
@include stickyHeader;
|
|
22
|
+
}
|
|
20
23
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
// Allow selection of mod-layoutFixed with or without breakpoints like mod-layoutFixedAtMediaMinXS or mod-layoutFixedAtMediaMaxL
|
|
25
|
+
&[class*='mod-layoutFixed'] {
|
|
26
|
+
@include layoutFixed;
|
|
27
|
+
}
|
|
24
28
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
+
.indexTable-head-row.mod-massSelection {
|
|
30
|
+
@include massSelection;
|
|
31
|
+
}
|
|
29
32
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
+
.indexTable-body-row-cell.mod-actions {
|
|
34
|
+
@include actions;
|
|
35
|
+
}
|
|
33
36
|
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
.indexTable-head-row-cell,
|
|
38
|
+
.indexTable-body-row-cell,
|
|
39
|
+
.indexTable-body-row-transparentCell,
|
|
40
|
+
.indexTable-foot-row-cell {
|
|
41
|
+
&.mod-alignRight {
|
|
42
|
+
@include alignRight;
|
|
36
43
|
}
|
|
37
44
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
.indexTable-body-row-transparentCell,
|
|
41
|
-
.indexTable-foot-row-cell {
|
|
42
|
-
&.mod-alignRight {
|
|
43
|
-
@include alignRight;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
&.mod-alignCenter {
|
|
47
|
-
@include alignCenter;
|
|
48
|
-
}
|
|
45
|
+
&.mod-alignCenter {
|
|
46
|
+
@include alignCenter;
|
|
49
47
|
}
|
|
48
|
+
}
|
|
50
49
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
// Responsive
|
|
51
|
+
@include media.max('S') {
|
|
52
|
+
&.mod-responsiveCardList {
|
|
53
|
+
@include responsiveCardList;
|
|
54
|
+
}
|
|
55
55
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
56
|
+
&.mod-selectable.mod-responsiveCardList {
|
|
57
|
+
@include selectableResponsiveCardList;
|
|
58
|
+
}
|
|
59
59
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
&.mod-stackable.mod-responsiveCardList {
|
|
61
|
+
@include stackableResponsiveCardList;
|
|
62
|
+
}
|
|
63
63
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
64
|
+
&.mod-selectable.mod-stackable.mod-responsiveCardList {
|
|
65
|
+
@include selectableStackableResponsiveCardList;
|
|
67
66
|
}
|
|
68
67
|
}
|
|
69
68
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
}
|
|
69
|
+
// generic states, non tied to a mod
|
|
70
|
+
&:not(:has(.indexTable-head[inert='inert'])) {
|
|
71
|
+
// focus-within
|
|
72
|
+
@include focusedRow;
|
|
75
73
|
|
|
76
|
-
|
|
74
|
+
// hover
|
|
75
|
+
@include hoveredRow;
|
|
77
76
|
}
|
|
77
|
+
|
|
78
|
+
// nested open / closed row
|
|
79
|
+
@include openClosedRow;
|
|
78
80
|
}
|
|
@@ -1,28 +1,22 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.inlineMessage {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include S;
|
|
12
|
-
}
|
|
7
|
+
&.mod-S {
|
|
8
|
+
@include S;
|
|
13
9
|
}
|
|
14
10
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
11
|
+
&.is-success {
|
|
12
|
+
@include success;
|
|
13
|
+
}
|
|
19
14
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
15
|
+
&.is-warning {
|
|
16
|
+
@include warning;
|
|
17
|
+
}
|
|
23
18
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
19
|
+
&.is-error {
|
|
20
|
+
@include error;
|
|
27
21
|
}
|
|
28
22
|
}
|
|
@@ -2,41 +2,37 @@
|
|
|
2
2
|
@use '@lucca-front/scss/src/commons/utils/a11y';
|
|
3
3
|
|
|
4
4
|
.inputFramed {
|
|
5
|
-
@
|
|
6
|
-
|
|
7
|
-
@include component;
|
|
8
|
-
}
|
|
5
|
+
@include vars;
|
|
6
|
+
@include component;
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
8
|
+
&:hover {
|
|
9
|
+
@include hover;
|
|
10
|
+
}
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
&:has(.inputFramed-header-input:checked) {
|
|
13
|
+
@include checked;
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
15
|
+
&:hover {
|
|
16
|
+
@include checkedHover;
|
|
21
17
|
}
|
|
18
|
+
}
|
|
22
19
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
&:has(.inputFramed-header-input:focus-visible) {
|
|
21
|
+
@include a11y.focusVisible;
|
|
22
|
+
}
|
|
26
23
|
|
|
27
|
-
|
|
28
|
-
|
|
24
|
+
&:has(.inputFramed-header-input[aria-invalid="true"]) {
|
|
25
|
+
@include critical;
|
|
29
26
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
}
|
|
27
|
+
&:hover {
|
|
28
|
+
@include criticalHover;
|
|
33
29
|
}
|
|
30
|
+
}
|
|
34
31
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
32
|
+
&:has(.inputFramed-header-input:disabled) {
|
|
33
|
+
&,
|
|
34
|
+
&:hover {
|
|
35
|
+
@include disabled;
|
|
40
36
|
}
|
|
41
37
|
}
|
|
42
38
|
|
|
@@ -46,8 +42,6 @@
|
|
|
46
42
|
}
|
|
47
43
|
|
|
48
44
|
.inputFramedWrapper {
|
|
49
|
-
@
|
|
50
|
-
|
|
51
|
-
@include wrapper;
|
|
52
|
-
}
|
|
45
|
+
@include vars;
|
|
46
|
+
@include wrapper;
|
|
53
47
|
}
|
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.label {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include number;
|
|
7
|
+
&.mod-number {
|
|
8
|
+
@include number;
|
|
12
9
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
&.mod-S {
|
|
11
|
+
@include numberS;
|
|
12
|
+
}
|
|
16
13
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
14
|
+
&.mod-XS {
|
|
15
|
+
@include numberXS;
|
|
20
16
|
}
|
|
21
17
|
}
|
|
22
18
|
}
|
|
@@ -1,74 +1,68 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.layout {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-navsideWithoutScrollbar {
|
|
8
|
+
@include navsideWithoutScrollbar;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
&.mod-contentHeaderStatic {
|
|
12
|
+
@include contentHeaderStatic;
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
&.mod-contentSubheaderStatic {
|
|
16
|
+
@include contentSubheaderStatic;
|
|
17
|
+
}
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
19
|
+
&.mod-navsideFooterStatic {
|
|
20
|
+
@include navsideFooterStatic;
|
|
21
|
+
}
|
|
25
22
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
&.mod-asideFooterStatic {
|
|
24
|
+
@include asideFooterStatic;
|
|
25
|
+
}
|
|
29
26
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
&.mod-contentFooterStatic {
|
|
28
|
+
@include contentFooterStatic;
|
|
29
|
+
}
|
|
33
30
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
31
|
+
&.mod-asideBefore {
|
|
32
|
+
@include asideBefore;
|
|
33
|
+
}
|
|
37
34
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
&.mod-headerRemoved {
|
|
36
|
+
@include headerRemoved;
|
|
37
|
+
}
|
|
41
38
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
&.mod-subheaderRemoved {
|
|
40
|
+
@include subheaderRemoved;
|
|
41
|
+
}
|
|
45
42
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
43
|
+
&.mod-asideRemoved {
|
|
44
|
+
@include asideRemoved;
|
|
45
|
+
}
|
|
49
46
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
&.mod-asideFooterRemoved {
|
|
48
|
+
@include asideFooterRemoved;
|
|
49
|
+
}
|
|
53
50
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
51
|
+
&.mod-contentFooterRemoved {
|
|
52
|
+
@include contentFooterRemoved;
|
|
53
|
+
}
|
|
57
54
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
55
|
+
&.mod-navsideFooterRemoved {
|
|
56
|
+
@include navsideFooterRemoved;
|
|
57
|
+
}
|
|
61
58
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
59
|
+
&.mod-navsideLarge {
|
|
60
|
+
@include navsideLarge;
|
|
65
61
|
}
|
|
66
62
|
}
|
|
67
63
|
|
|
68
64
|
html {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
@include overlay;
|
|
72
|
-
}
|
|
65
|
+
&:is(.has-overlay, .withOverlay) {
|
|
66
|
+
@include overlay;
|
|
73
67
|
}
|
|
74
68
|
}
|
|
@@ -1,24 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.link {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-icon {
|
|
8
|
+
@include icon;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
11
|
+
&.mod-decorationHover {
|
|
12
|
+
@include decorationHover;
|
|
17
13
|
}
|
|
18
14
|
|
|
19
|
-
|
|
20
|
-
&:is(:disabled, .is-disabled) {
|
|
15
|
+
&:is(:disabled, .is-disabled) {
|
|
21
16
|
@include disabled;
|
|
22
17
|
}
|
|
23
|
-
}
|
|
24
18
|
}
|
|
@@ -1,25 +1,21 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.list {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
}
|
|
9
7
|
|
|
10
8
|
.list-item {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
9
|
+
&.mod-clickable {
|
|
10
|
+
@include clickable;
|
|
11
|
+
}
|
|
15
12
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
13
|
+
&.mod-draggable {
|
|
14
|
+
@include draggable;
|
|
15
|
+
}
|
|
19
16
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
17
|
+
// .mod-actionsHidden is deprecated
|
|
18
|
+
&.mod-actionsHidden {
|
|
19
|
+
@include actionsHidden;
|
|
24
20
|
}
|
|
25
21
|
}
|