@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,63 +1,55 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.simpleSelect {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
@include focused;
|
|
7
|
+
&:has(.simpleSelect-field-input:focus-visible) {
|
|
8
|
+
@include focused;
|
|
12
9
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
}
|
|
10
|
+
&:has(.simpleSelect-field-input[aria-expanded='true']) {
|
|
11
|
+
@include focusedExpanded;
|
|
16
12
|
}
|
|
13
|
+
}
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
15
|
+
&:not(.mod-noClueIcon) {
|
|
16
|
+
&:has(.simpleSelect-field-input:focus-visible),
|
|
17
|
+
&:has(.simpleSelect-field-input[aria-expanded='true']) {
|
|
18
|
+
&:not(:has(.simpleSelect-field-input:read-only)) {
|
|
19
|
+
@include searchable;
|
|
24
20
|
}
|
|
25
21
|
}
|
|
22
|
+
}
|
|
26
23
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
24
|
+
&:has(.simpleSelect-field-input[aria-invalid='true']) {
|
|
25
|
+
@include invalid;
|
|
26
|
+
}
|
|
30
27
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
28
|
+
&:has(.simpleSelect-field-input:disabled) {
|
|
29
|
+
@include disabled;
|
|
34
30
|
}
|
|
35
31
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
}
|
|
32
|
+
&.mod-S {
|
|
33
|
+
@include S;
|
|
34
|
+
}
|
|
40
35
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
36
|
+
&.mod-XS {
|
|
37
|
+
@include XS;
|
|
38
|
+
}
|
|
44
39
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}
|
|
40
|
+
&.mod-filterPill {
|
|
41
|
+
@include filterPill;
|
|
48
42
|
}
|
|
49
43
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}
|
|
44
|
+
&.is-searchFilled {
|
|
45
|
+
@include searchFilled;
|
|
46
|
+
}
|
|
54
47
|
|
|
55
|
-
|
|
56
|
-
|
|
48
|
+
&.is-selected {
|
|
49
|
+
@include selected;
|
|
57
50
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
51
|
+
&.is-searchFilled {
|
|
52
|
+
@include selectedSearchFilled;
|
|
61
53
|
}
|
|
62
54
|
}
|
|
63
55
|
}
|
|
@@ -1,63 +1,57 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.skeleton {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
7
|
// .mod-dark can be applied to .skeleton or .skeleton-item
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
@include dark;
|
|
13
|
-
}
|
|
8
|
+
&.mod-dark {
|
|
9
|
+
@include dark;
|
|
14
10
|
}
|
|
15
11
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
@include loading;
|
|
12
|
+
&.is-loading {
|
|
13
|
+
@include loading;
|
|
19
14
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
15
|
+
.skeleton-item {
|
|
16
|
+
// .mod-dark can be applied to .skeleton or .skeleton-item
|
|
17
|
+
&.mod-dark {
|
|
18
|
+
@include dark;
|
|
19
|
+
}
|
|
25
20
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
21
|
+
&.mod-square {
|
|
22
|
+
@include square;
|
|
23
|
+
}
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
25
|
+
&.mod-circle {
|
|
26
|
+
@include circle;
|
|
27
|
+
}
|
|
33
28
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
29
|
+
&.mod-XS {
|
|
30
|
+
@include XS;
|
|
31
|
+
}
|
|
37
32
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
33
|
+
&.mod-S {
|
|
34
|
+
@include S;
|
|
35
|
+
}
|
|
41
36
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
&.mod-L {
|
|
38
|
+
@include L;
|
|
39
|
+
}
|
|
45
40
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
41
|
+
&.mod-XL {
|
|
42
|
+
@include XL;
|
|
43
|
+
}
|
|
49
44
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
45
|
+
&.mod-XXL {
|
|
46
|
+
@include XXL;
|
|
47
|
+
}
|
|
53
48
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
49
|
+
&.mod-alignRight {
|
|
50
|
+
@include alignRight;
|
|
51
|
+
}
|
|
57
52
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
53
|
+
&.mod-alignCenter {
|
|
54
|
+
@include alignCenter;
|
|
61
55
|
}
|
|
62
56
|
}
|
|
63
57
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.sortableList {
|
|
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
11
|
|
|
16
12
|
.sortableList-item {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
@include clickable;
|
|
20
|
-
}
|
|
13
|
+
&.mod-clickable {
|
|
14
|
+
@include clickable;
|
|
21
15
|
}
|
|
22
16
|
}
|
|
@@ -1,54 +1,48 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.switch {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
8
6
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
7
|
+
&.mod-inline {
|
|
8
|
+
@include inline;
|
|
9
|
+
}
|
|
13
10
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
}
|
|
11
|
+
&.mod-S {
|
|
12
|
+
@include S;
|
|
17
13
|
}
|
|
18
14
|
}
|
|
19
15
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
@include checked;
|
|
24
|
-
|
|
25
|
-
&:hover {
|
|
26
|
-
@include checkedHover;
|
|
27
|
-
}
|
|
16
|
+
.switch-input {
|
|
17
|
+
&:is(:checked) {
|
|
18
|
+
@include checked;
|
|
28
19
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
}
|
|
20
|
+
&:hover {
|
|
21
|
+
@include checkedHover;
|
|
32
22
|
}
|
|
33
23
|
|
|
34
|
-
&:
|
|
35
|
-
@include
|
|
24
|
+
&:active {
|
|
25
|
+
@include checkedActive;
|
|
36
26
|
}
|
|
27
|
+
}
|
|
37
28
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
29
|
+
&:is(:hover) {
|
|
30
|
+
@include hover;
|
|
31
|
+
}
|
|
41
32
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
33
|
+
&:is(:focus-visible) {
|
|
34
|
+
@include focus;
|
|
35
|
+
}
|
|
45
36
|
|
|
46
|
-
|
|
47
|
-
|
|
37
|
+
&:is(:active) {
|
|
38
|
+
@include active;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
&:is([disabled], [readonly]) {
|
|
42
|
+
@include disabled;
|
|
48
43
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
44
|
+
&:is(:checked) {
|
|
45
|
+
@include disabledChecked;
|
|
52
46
|
}
|
|
53
47
|
}
|
|
54
48
|
}
|
|
@@ -1,38 +1,32 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.switchField {
|
|
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
11
|
|
|
16
12
|
.switchField-input {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
13
|
+
&:checked {
|
|
14
|
+
@include checked;
|
|
15
|
+
}
|
|
21
16
|
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
&:disabled {
|
|
18
|
+
@include disabled;
|
|
24
19
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
}
|
|
20
|
+
&:checked {
|
|
21
|
+
@include checkedDisabled;
|
|
28
22
|
}
|
|
23
|
+
}
|
|
29
24
|
|
|
30
|
-
|
|
31
|
-
|
|
25
|
+
&[aria-invalid='true'] {
|
|
26
|
+
@include invalid;
|
|
32
27
|
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
28
|
+
&:checked {
|
|
29
|
+
@include checkedInvalid;
|
|
36
30
|
}
|
|
37
31
|
}
|
|
38
32
|
}
|
|
@@ -1,74 +1,68 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.table {
|
|
4
|
-
@
|
|
5
|
-
|
|
6
|
-
@include component;
|
|
7
|
-
|
|
8
|
-
button.tableSortable {
|
|
9
|
-
--components-sortable-fontWeight: 600;
|
|
10
|
-
--components-sortable-fontSize: var(--pr-t-font-body-S-fontSize);
|
|
11
|
-
--components-sortable-lineHeight: var(--pr-t-font-body-S-lineHeight);
|
|
12
|
-
--components-sortable-arrowsOffset: var(--pr-t-spacings-25);
|
|
13
|
-
}
|
|
14
|
-
}
|
|
4
|
+
@include vars;
|
|
5
|
+
@include component;
|
|
15
6
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
}
|
|
7
|
+
&.mod-zebra {
|
|
8
|
+
@include zebra;
|
|
9
|
+
}
|
|
20
10
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
11
|
+
&.mod-alignTop {
|
|
12
|
+
@include alignTop;
|
|
13
|
+
}
|
|
24
14
|
|
|
25
|
-
|
|
26
|
-
|
|
15
|
+
&.mod-clickable {
|
|
16
|
+
@include clickable;
|
|
27
17
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
}
|
|
18
|
+
.table-head-row,
|
|
19
|
+
.table-body-row,
|
|
20
|
+
.table-foot-row {
|
|
21
|
+
&.mod-selectable {
|
|
22
|
+
@include clickableSelectable;
|
|
34
23
|
}
|
|
35
24
|
}
|
|
25
|
+
}
|
|
36
26
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
27
|
+
&.mod-card {
|
|
28
|
+
@include card;
|
|
29
|
+
}
|
|
40
30
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
31
|
+
&.mod-S {
|
|
32
|
+
@include S;
|
|
33
|
+
}
|
|
44
34
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
35
|
+
&.mod-noOffset {
|
|
36
|
+
@include noOffset;
|
|
37
|
+
}
|
|
48
38
|
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
39
|
+
&.mod-borderless {
|
|
40
|
+
@include borderless;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
button.tableSortable {
|
|
44
|
+
--components-sortable-fontWeight: 600;
|
|
45
|
+
--components-sortable-fontSize: var(--pr-t-font-body-S-fontSize);
|
|
46
|
+
--components-sortable-lineHeight: var(--pr-t-font-body-S-lineHeight);
|
|
47
|
+
--components-sortable-arrowsOffset: var(--pr-t-spacings-25);
|
|
52
48
|
}
|
|
53
49
|
}
|
|
54
50
|
|
|
55
51
|
.table-body-row,
|
|
56
52
|
.table-foot-row {
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
53
|
+
&.mod-header {
|
|
54
|
+
@include header;
|
|
55
|
+
}
|
|
61
56
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
57
|
+
&.mod-child {
|
|
58
|
+
@include child;
|
|
59
|
+
}
|
|
65
60
|
|
|
66
|
-
|
|
67
|
-
|
|
61
|
+
&.mod-parent {
|
|
62
|
+
@include parent;
|
|
68
63
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
64
|
+
&.mod-collapsable {
|
|
65
|
+
@include collapsable;
|
|
72
66
|
}
|
|
73
67
|
}
|
|
74
68
|
}
|
|
@@ -76,53 +70,45 @@
|
|
|
76
70
|
.table-head-row,
|
|
77
71
|
.table-body-row,
|
|
78
72
|
.table-foot-row {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}
|
|
73
|
+
&.mod-selectable {
|
|
74
|
+
@include selectable;
|
|
75
|
+
}
|
|
83
76
|
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
77
|
+
&.mod-draggable {
|
|
78
|
+
@include draggable;
|
|
87
79
|
}
|
|
88
80
|
}
|
|
89
81
|
|
|
90
82
|
.table-head-row {
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
@include twoLines;
|
|
94
|
-
}
|
|
83
|
+
&.mod-twoLines {
|
|
84
|
+
@include twoLines;
|
|
95
85
|
}
|
|
96
86
|
}
|
|
97
87
|
|
|
98
88
|
.table-body-row-cell,
|
|
99
89
|
.table-foot-row-cell {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
@include avatar;
|
|
103
|
-
}
|
|
90
|
+
&.mod-avatar {
|
|
91
|
+
@include avatar;
|
|
104
92
|
}
|
|
105
93
|
}
|
|
106
94
|
|
|
107
95
|
.table-head-row-cell,
|
|
108
96
|
.table-body-row-cell,
|
|
109
97
|
.table-foot-row-cell {
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
@include actions;
|
|
98
|
+
&.mod-actions {
|
|
99
|
+
@include actions;
|
|
113
100
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
101
|
+
// .mod-actionsHidden is deprecated
|
|
102
|
+
&.mod-actionsHidden {
|
|
103
|
+
@include actionsHidden;
|
|
118
104
|
}
|
|
105
|
+
}
|
|
119
106
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
107
|
+
&.mod-alignCenter {
|
|
108
|
+
@include alignCenter;
|
|
109
|
+
}
|
|
123
110
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
}
|
|
111
|
+
&.mod-alignRight {
|
|
112
|
+
@include alignRight;
|
|
127
113
|
}
|
|
128
114
|
}
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
@use 'exports' as *;
|
|
2
2
|
|
|
3
3
|
.table {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
4
|
+
// 1 - Layout fixed
|
|
5
|
+
&.mod-layoutFixed {
|
|
6
|
+
@include layoutFixed;
|
|
7
|
+
}
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
// 2 - Layout fixed starting at breakpoint
|
|
10
|
+
&[class*='mod-layoutFixedAtMediaMin'] {
|
|
11
|
+
@include layoutFixedWithBreakpoint;
|
|
12
|
+
}
|
|
14
13
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}
|
|
14
|
+
// Cells management for 1 & 2
|
|
15
|
+
&[class*='mod-layoutFixed'] {
|
|
16
|
+
@include layoutFixedCells;
|
|
19
17
|
}
|
|
20
18
|
}
|
|
@@ -3,27 +3,23 @@
|
|
|
3
3
|
@use 'exports' as *;
|
|
4
4
|
|
|
5
5
|
.table {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
@include layoutFixed;
|
|
9
|
-
}
|
|
6
|
+
&.mod-layoutFixed {
|
|
7
|
+
@include layoutFixed;
|
|
10
8
|
}
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
.table-head-row-cell,
|
|
14
12
|
.table-body-row-cell,
|
|
15
13
|
.table-foot-row-cell {
|
|
16
|
-
@
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
14
|
+
@for $i from 2 through 20 {
|
|
15
|
+
&.mod-layoutFixed-#{$i} {
|
|
16
|
+
@include layoutFixedCell($i);
|
|
17
|
+
}
|
|
21
18
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
19
|
+
@each $breakpoint, $value in config.$breakpoints {
|
|
20
|
+
@include media.min($breakpoint) {
|
|
21
|
+
&.mod-layoutFixed-#{$i}\@mediaMin#{$breakpoint} {
|
|
22
|
+
@include layoutFixedCell($i);
|
|
27
23
|
}
|
|
28
24
|
}
|
|
29
25
|
}
|