fomantic-ui 2.9.1-beta.2 → 2.9.1-beta.20
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/.eslintrc.js +110 -0
- package/.github/workflows/ci.yml +14 -4
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1161 -1179
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -106
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +18 -16
- package/dist/components/calendar.js +1895 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +83 -115
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +47 -64
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +6 -5
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +708 -737
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +129 -166
- package/dist/components/dropdown.js +4161 -4234
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +651 -675
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +7 -6
- package/dist/components/feed.css +24 -32
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +5 -3
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +44 -58
- package/dist/components/flyout.js +1464 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1979 -2004
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +70 -96
- package/dist/components/grid.min.css +1 -1
- package/dist/components/header.css +47 -65
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +45 -66
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +182 -65
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +68 -91
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +44 -59
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +16 -22
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +126 -186
- package/dist/components/message.css +25 -35
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +39 -40
- package/dist/components/modal.js +1491 -1485
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +21 -28
- package/dist/components/nag.js +518 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +352 -59
- package/dist/components/popup.js +1437 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +9 -13
- package/dist/components/rating.js +505 -523
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +19 -26
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +43 -58
- package/dist/components/search.js +1498 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +64 -83
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +792 -809
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +43 -58
- package/dist/components/sidebar.js +1071 -1098
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +462 -476
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1287 -1306
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +639 -657
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +32 -41
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -35
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +857 -902
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +922 -963
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +93 -119
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +4 -6
- package/dist/components/toast.js +886 -887
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +150 -3
- package/dist/components/transition.js +1041 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1220 -1244
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +2529 -1778
- package/dist/semantic.js +28928 -29383
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/examples/assets/show-examples.js +13 -13
- package/gulpfile.js +9 -10
- package/package.json +13 -8
- package/scripts/nightly-version.js +81 -75
- package/src/definitions/behaviors/api.js +1162 -1180
- package/src/definitions/behaviors/form.js +1978 -2003
- package/src/definitions/behaviors/state.js +645 -663
- package/src/definitions/behaviors/visibility.js +1219 -1243
- package/src/definitions/collections/breadcrumb.less +41 -44
- package/src/definitions/collections/form.less +869 -879
- package/src/definitions/collections/grid.less +1690 -1695
- package/src/definitions/collections/menu.less +1493 -1503
- package/src/definitions/collections/message.less +292 -295
- package/src/definitions/collections/table.less +1616 -1620
- package/src/definitions/elements/button.less +1721 -1743
- package/src/definitions/elements/container.less +209 -209
- package/src/definitions/elements/divider.less +205 -206
- package/src/definitions/elements/emoji.less +38 -44
- package/src/definitions/elements/flag.less +44 -46
- package/src/definitions/elements/header.less +337 -345
- package/src/definitions/elements/icon.less +516 -443
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +663 -659
- package/src/definitions/elements/label.less +803 -793
- package/src/definitions/elements/list.less +809 -809
- package/src/definitions/elements/loader.less +272 -266
- package/src/definitions/elements/placeholder.less +171 -168
- package/src/definitions/elements/rail.less +91 -91
- package/src/definitions/elements/reveal.less +192 -196
- package/src/definitions/elements/segment.less +743 -746
- package/src/definitions/elements/step.less +425 -433
- package/src/definitions/elements/text.less +32 -34
- package/src/definitions/globals/reset.less +9 -6
- package/src/definitions/globals/site.js +461 -475
- package/src/definitions/globals/site.less +106 -108
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.js +1894 -1808
- package/src/definitions/modules/calendar.less +98 -95
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.js +707 -736
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.js +4160 -4233
- package/src/definitions/modules/dropdown.less +1577 -1589
- package/src/definitions/modules/embed.js +650 -674
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.js +1463 -1464
- package/src/definitions/modules/flyout.less +445 -451
- package/src/definitions/modules/modal.js +1490 -1484
- package/src/definitions/modules/modal.less +459 -459
- package/src/definitions/modules/nag.js +517 -525
- package/src/definitions/modules/nag.less +134 -138
- package/src/definitions/modules/popup.js +1436 -1455
- package/src/definitions/modules/popup.less +742 -687
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.js +504 -522
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.js +1497 -1533
- package/src/definitions/modules/search.less +375 -382
- package/src/definitions/modules/shape.js +791 -808
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.js +1070 -1097
- package/src/definitions/modules/sidebar.less +463 -472
- package/src/definitions/modules/slider.js +1286 -1305
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.js +873 -918
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.js +921 -962
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.js +885 -886
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.js +1040 -1076
- package/src/definitions/modules/transition.less +62 -28
- package/src/definitions/views/ad.less +206 -206
- package/src/definitions/views/card.less +968 -970
- package/src/definitions/views/comment.less +190 -198
- package/src/definitions/views/feed.less +220 -224
- package/src/definitions/views/item.less +436 -446
- package/src/definitions/views/statistic.less +271 -277
- package/src/theme.less +29 -32
- package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/src/themes/default/elements/container.variables +0 -7
- package/src/themes/default/elements/icon.variables +18 -0
- package/src/themes/default/elements/segment.variables +0 -7
- package/src/themes/default/globals/colors.less +589 -589
- package/src/themes/default/globals/site.variables +8 -0
- package/src/themes/default/globals/variation.variables +13 -1
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/nag.variables +1 -1
- package/src/themes/default/modules/popup.variables +2 -0
- package/src/themes/default/modules/transition.variables +8 -1
- package/tasks/admin/components/create.js +274 -276
- package/tasks/admin/components/init.js +123 -130
- package/tasks/admin/components/update.js +149 -157
- package/tasks/admin/distributions/create.js +184 -187
- package/tasks/admin/distributions/init.js +123 -130
- package/tasks/admin/distributions/update.js +145 -152
- package/tasks/admin/publish.js +5 -7
- package/tasks/admin/register.js +36 -38
- package/tasks/admin/release.js +8 -10
- package/tasks/build/assets.js +42 -39
- package/tasks/build/css.js +225 -216
- package/tasks/build/javascript.js +118 -113
- package/tasks/build.js +10 -10
- package/tasks/check-install.js +14 -16
- package/tasks/clean.js +5 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +18 -20
- package/tasks/collections/docs.js +9 -11
- package/tasks/collections/install.js +9 -11
- package/tasks/collections/rtl.js +9 -11
- package/tasks/collections/various.js +8 -10
- package/tasks/config/admin/github.js +17 -17
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +18 -20
- package/tasks/config/admin/templates/less-package.js +11 -13
- package/tasks/config/defaults.js +116 -114
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +8 -9
- package/tasks/config/project/config.js +127 -134
- package/tasks/config/project/install.js +715 -713
- package/tasks/config/project/release.js +32 -38
- package/tasks/config/tasks.js +165 -156
- package/tasks/config/user.js +23 -26
- package/tasks/docs/build.js +97 -95
- package/tasks/docs/metadata.js +90 -96
- package/tasks/docs/serve.js +80 -81
- package/tasks/install.js +370 -378
- package/tasks/rtl/build.js +2 -2
- package/tasks/rtl/watch.js +2 -2
- package/tasks/version.js +4 -4
- package/tasks/watch.js +28 -30
- package/test/meteor/assets.js +10 -13
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
@@ -12,7 +12,7 @@
|
|
12
12
|
Theme
|
13
13
|
*******************************/
|
14
14
|
|
15
|
-
@type
|
15
|
+
@type : 'collection';
|
16
16
|
@element : 'grid';
|
17
17
|
|
18
18
|
@import (multiple) '../../theme.config';
|
@@ -22,134 +22,133 @@
|
|
22
22
|
*******************************/
|
23
23
|
|
24
24
|
.ui.grid {
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
25
|
+
display: flex;
|
26
|
+
flex-direction: row;
|
27
|
+
flex-wrap: wrap;
|
28
|
+
align-items: stretch;
|
29
|
+
padding: 0;
|
30
30
|
}
|
31
31
|
|
32
|
-
|
32
|
+
/* ----------------------
|
33
33
|
Remove Gutters
|
34
|
-
|
34
|
+
----------------------- */
|
35
35
|
|
36
36
|
.ui.grid {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
37
|
+
margin-top: -(@rowSpacing / 2);
|
38
|
+
margin-bottom: -(@rowSpacing / 2);
|
39
|
+
margin-left: -(@gutterWidth / 2);
|
40
|
+
margin-right: -(@gutterWidth / 2);
|
41
41
|
}
|
42
42
|
& when (@variationGridRelaxed) {
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
43
|
+
.ui.relaxed.grid {
|
44
|
+
margin-left: -(@relaxedGutterWidth / 2);
|
45
|
+
margin-right: -(@relaxedGutterWidth / 2);
|
46
|
+
}
|
47
|
+
& when (@variationGridVeryRelaxed) {
|
48
|
+
.ui[class*="very relaxed"].grid {
|
49
|
+
margin-left: -(@veryRelaxedGutterWidth / 2);
|
50
|
+
margin-right: -(@veryRelaxedGutterWidth / 2);
|
51
|
+
}
|
51
52
|
}
|
52
|
-
}
|
53
53
|
}
|
54
54
|
|
55
|
-
|
56
55
|
/* Preserve Rows Spacing on Consecutive Grids */
|
57
56
|
.ui.grid + .grid {
|
58
|
-
|
57
|
+
margin-top: @consecutiveGridDistance;
|
59
58
|
}
|
60
59
|
|
61
|
-
|
60
|
+
/* -------------------
|
62
61
|
Columns
|
63
|
-
|
62
|
+
-------------------- */
|
64
63
|
|
65
64
|
/* Standard 16 column */
|
66
65
|
.ui.grid > .column:not(.row),
|
67
66
|
.ui.grid > .row > .column {
|
68
|
-
|
69
|
-
|
67
|
+
position: relative;
|
68
|
+
display: inline-block;
|
70
69
|
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
70
|
+
width: @oneWide;
|
71
|
+
padding-left: (@gutterWidth / 2);
|
72
|
+
padding-right: (@gutterWidth / 2);
|
73
|
+
vertical-align: top;
|
75
74
|
}
|
76
75
|
|
77
76
|
.ui.grid > * {
|
78
|
-
|
79
|
-
|
77
|
+
padding-left: (@gutterWidth / 2);
|
78
|
+
padding-right: (@gutterWidth / 2);
|
80
79
|
}
|
81
80
|
|
82
|
-
|
81
|
+
/* -------------------
|
83
82
|
Rows
|
84
|
-
|
83
|
+
-------------------- */
|
85
84
|
|
86
85
|
.ui.grid > .row {
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
}
|
98
|
-
|
99
|
-
|
86
|
+
position: relative;
|
87
|
+
display: flex;
|
88
|
+
flex-direction: row;
|
89
|
+
flex-wrap: wrap;
|
90
|
+
justify-content: inherit;
|
91
|
+
align-items: stretch;
|
92
|
+
width: 100% !important;
|
93
|
+
padding: 0;
|
94
|
+
padding-top: (@rowSpacing / 2);
|
95
|
+
padding-bottom: (@rowSpacing / 2);
|
96
|
+
}
|
97
|
+
|
98
|
+
/* -------------------
|
100
99
|
Columns
|
101
|
-
|
100
|
+
-------------------- */
|
102
101
|
|
103
102
|
/* Vertical padding when no rows */
|
104
103
|
.ui.grid > .column:not(.row) {
|
105
|
-
|
106
|
-
|
104
|
+
padding-top: (@rowSpacing / 2);
|
105
|
+
padding-bottom: (@rowSpacing / 2);
|
107
106
|
}
|
108
107
|
.ui.grid > .row > .column {
|
109
|
-
|
110
|
-
|
108
|
+
margin-top: 0;
|
109
|
+
margin-bottom: 0;
|
111
110
|
}
|
112
111
|
|
113
|
-
|
112
|
+
/* -------------------
|
114
113
|
Content
|
115
|
-
|
114
|
+
-------------------- */
|
116
115
|
|
117
116
|
.ui.grid > .row > img,
|
118
117
|
.ui.grid > .row > .column > img {
|
119
|
-
|
118
|
+
max-width: @columnMaxImageWidth;
|
120
119
|
}
|
121
120
|
|
122
|
-
|
121
|
+
/* -------------------
|
123
122
|
Loose Coupling
|
124
|
-
|
123
|
+
-------------------- */
|
125
124
|
|
126
125
|
/* Collapse Margin on Consecutive Grid */
|
127
126
|
.ui.grid > .ui.grid:first-child {
|
128
|
-
|
127
|
+
margin-top: 0;
|
129
128
|
}
|
130
129
|
.ui.grid > .ui.grid:last-child {
|
131
|
-
|
130
|
+
margin-bottom: 0;
|
132
131
|
}
|
133
132
|
|
134
133
|
/* Segment inside Aligned Grid */
|
135
134
|
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
|
136
135
|
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
|
137
|
-
|
136
|
+
width: 100%;
|
138
137
|
}
|
139
138
|
|
140
139
|
/* Align Dividers with Gutter */
|
141
140
|
.ui.grid .row + .ui.divider {
|
142
|
-
|
143
|
-
|
141
|
+
flex-grow: 1;
|
142
|
+
margin: (@rowSpacing / 2) (@gutterWidth / 2);
|
144
143
|
}
|
145
144
|
.ui.grid .column + .ui.vertical.divider {
|
146
|
-
|
145
|
+
height: e(%("calc(50%% - %d)", (@rowSpacing / 2)));
|
147
146
|
}
|
148
147
|
|
149
148
|
/* Remove Border on Last Horizontal Segment */
|
150
149
|
.ui.grid > .row > .column:last-child > .horizontal.segment,
|
151
150
|
.ui.grid > .column:last-child > .horizontal.segment {
|
152
|
-
|
151
|
+
box-shadow: none;
|
153
152
|
}
|
154
153
|
|
155
154
|
/*******************************
|
@@ -157,1837 +156,1833 @@
|
|
157
156
|
*******************************/
|
158
157
|
|
159
158
|
& when (@variationGridPage) {
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
}
|
210
|
-
|
211
|
-
|
212
|
-
/*-------------------
|
159
|
+
/* -----------------------
|
160
|
+
Page Grid
|
161
|
+
------------------------- */
|
162
|
+
|
163
|
+
@media only screen and (max-width: @largestMobileScreen) {
|
164
|
+
.ui.page.grid {
|
165
|
+
width: @mobileWidth;
|
166
|
+
padding-left: @mobileGutter;
|
167
|
+
padding-right: @mobileGutter;
|
168
|
+
margin-left: 0;
|
169
|
+
margin-right: 0;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
173
|
+
.ui.page.grid {
|
174
|
+
width: @tabletWidth;
|
175
|
+
margin-left: @tabletMargin;
|
176
|
+
margin-right: @tabletMargin;
|
177
|
+
padding-left: @tabletGutter;
|
178
|
+
padding-right: @tabletGutter;
|
179
|
+
}
|
180
|
+
}
|
181
|
+
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
182
|
+
.ui.page.grid {
|
183
|
+
width: @computerWidth;
|
184
|
+
margin-left: @computerMargin;
|
185
|
+
margin-right: @computerMargin;
|
186
|
+
padding-left: @computerGutter;
|
187
|
+
padding-right: @computerGutter;
|
188
|
+
}
|
189
|
+
}
|
190
|
+
@media only screen and (min-width: @largeMonitorBreakpoint) and (max-width: @largestLargeMonitor) {
|
191
|
+
.ui.page.grid {
|
192
|
+
width: @largeMonitorWidth;
|
193
|
+
margin-left: @largeMonitorMargin;
|
194
|
+
margin-right: @largeMonitorMargin;
|
195
|
+
padding-left: @largeMonitorGutter;
|
196
|
+
padding-right: @largeMonitorGutter;
|
197
|
+
}
|
198
|
+
}
|
199
|
+
@media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
200
|
+
.ui.page.grid {
|
201
|
+
width: @widescreenMonitorWidth;
|
202
|
+
margin-left: @widescreenMargin;
|
203
|
+
margin-right: @widescreenMargin;
|
204
|
+
padding-left: @widescreenMonitorGutter;
|
205
|
+
padding-right: @widescreenMonitorGutter;
|
206
|
+
}
|
207
|
+
}
|
208
|
+
}
|
209
|
+
|
210
|
+
/* -------------------
|
213
211
|
Column Count
|
214
|
-
|
212
|
+
-------------------- */
|
215
213
|
|
216
214
|
/* Assume full width with one column */
|
217
215
|
.ui.grid > .column:only-child,
|
218
216
|
.ui.grid > .row > .column:only-child {
|
219
|
-
|
217
|
+
width: @oneColumn;
|
220
218
|
}
|
221
219
|
|
222
220
|
/* Grid Based */
|
223
221
|
.ui[class*="one column"].grid > .row > .column,
|
224
222
|
.ui[class*="one column"].grid > .column:not(.row) {
|
225
|
-
|
223
|
+
width: @oneColumn;
|
226
224
|
}
|
227
225
|
.ui[class*="two column"].grid > .row > .column,
|
228
226
|
.ui[class*="two column"].grid > .column:not(.row) {
|
229
|
-
|
227
|
+
width: @twoColumn;
|
230
228
|
}
|
231
229
|
.ui[class*="three column"].grid > .row > .column,
|
232
230
|
.ui[class*="three column"].grid > .column:not(.row) {
|
233
|
-
|
231
|
+
width: @threeColumn;
|
234
232
|
}
|
235
233
|
.ui[class*="four column"].grid > .row > .column,
|
236
234
|
.ui[class*="four column"].grid > .column:not(.row) {
|
237
|
-
|
235
|
+
width: @fourColumn;
|
238
236
|
}
|
239
237
|
.ui[class*="five column"].grid > .row > .column,
|
240
238
|
.ui[class*="five column"].grid > .column:not(.row) {
|
241
|
-
|
239
|
+
width: @fiveColumn;
|
242
240
|
}
|
243
241
|
.ui[class*="six column"].grid > .row > .column,
|
244
242
|
.ui[class*="six column"].grid > .column:not(.row) {
|
245
|
-
|
243
|
+
width: @sixColumn;
|
246
244
|
}
|
247
245
|
.ui[class*="seven column"].grid > .row > .column,
|
248
246
|
.ui[class*="seven column"].grid > .column:not(.row) {
|
249
|
-
|
247
|
+
width: @sevenColumn;
|
250
248
|
}
|
251
249
|
.ui[class*="eight column"].grid > .row > .column,
|
252
250
|
.ui[class*="eight column"].grid > .column:not(.row) {
|
253
|
-
|
251
|
+
width: @eightColumn;
|
254
252
|
}
|
255
253
|
.ui[class*="nine column"].grid > .row > .column,
|
256
254
|
.ui[class*="nine column"].grid > .column:not(.row) {
|
257
|
-
|
255
|
+
width: @nineColumn;
|
258
256
|
}
|
259
257
|
.ui[class*="ten column"].grid > .row > .column,
|
260
258
|
.ui[class*="ten column"].grid > .column:not(.row) {
|
261
|
-
|
259
|
+
width: @tenColumn;
|
262
260
|
}
|
263
261
|
.ui[class*="eleven column"].grid > .row > .column,
|
264
262
|
.ui[class*="eleven column"].grid > .column:not(.row) {
|
265
|
-
|
263
|
+
width: @elevenColumn;
|
266
264
|
}
|
267
265
|
.ui[class*="twelve column"].grid > .row > .column,
|
268
266
|
.ui[class*="twelve column"].grid > .column:not(.row) {
|
269
|
-
|
267
|
+
width: @twelveColumn;
|
270
268
|
}
|
271
269
|
.ui[class*="thirteen column"].grid > .row > .column,
|
272
270
|
.ui[class*="thirteen column"].grid > .column:not(.row) {
|
273
|
-
|
271
|
+
width: @thirteenColumn;
|
274
272
|
}
|
275
273
|
.ui[class*="fourteen column"].grid > .row > .column,
|
276
274
|
.ui[class*="fourteen column"].grid > .column:not(.row) {
|
277
|
-
|
275
|
+
width: @fourteenColumn;
|
278
276
|
}
|
279
277
|
.ui[class*="fifteen column"].grid > .row > .column,
|
280
278
|
.ui[class*="fifteen column"].grid > .column:not(.row) {
|
281
|
-
|
279
|
+
width: @fifteenColumn;
|
282
280
|
}
|
283
281
|
.ui[class*="sixteen column"].grid > .row > .column,
|
284
282
|
.ui[class*="sixteen column"].grid > .column:not(.row) {
|
285
|
-
|
283
|
+
width: @sixteenColumn;
|
286
284
|
}
|
287
285
|
|
288
286
|
/* Row Based Overrides */
|
289
287
|
.ui.grid > [class*="one column"].row > .column {
|
290
|
-
|
288
|
+
width: @oneColumn !important;
|
291
289
|
}
|
292
290
|
.ui.grid > [class*="two column"].row > .column {
|
293
|
-
|
291
|
+
width: @twoColumn !important;
|
294
292
|
}
|
295
293
|
.ui.grid > [class*="three column"].row > .column {
|
296
|
-
|
294
|
+
width: @threeColumn !important;
|
297
295
|
}
|
298
296
|
.ui.grid > [class*="four column"].row > .column {
|
299
|
-
|
297
|
+
width: @fourColumn !important;
|
300
298
|
}
|
301
299
|
.ui.grid > [class*="five column"].row > .column {
|
302
|
-
|
300
|
+
width: @fiveColumn !important;
|
303
301
|
}
|
304
302
|
.ui.grid > [class*="six column"].row > .column {
|
305
|
-
|
303
|
+
width: @sixColumn !important;
|
306
304
|
}
|
307
305
|
.ui.grid > [class*="seven column"].row > .column {
|
308
|
-
|
306
|
+
width: @sevenColumn !important;
|
309
307
|
}
|
310
308
|
.ui.grid > [class*="eight column"].row > .column {
|
311
|
-
|
309
|
+
width: @eightColumn !important;
|
312
310
|
}
|
313
311
|
.ui.grid > [class*="nine column"].row > .column {
|
314
|
-
|
312
|
+
width: @nineColumn !important;
|
315
313
|
}
|
316
314
|
.ui.grid > [class*="ten column"].row > .column {
|
317
|
-
|
315
|
+
width: @tenColumn !important;
|
318
316
|
}
|
319
317
|
.ui.grid > [class*="eleven column"].row > .column {
|
320
|
-
|
318
|
+
width: @elevenColumn !important;
|
321
319
|
}
|
322
320
|
.ui.grid > [class*="twelve column"].row > .column {
|
323
|
-
|
321
|
+
width: @twelveColumn !important;
|
324
322
|
}
|
325
323
|
.ui.grid > [class*="thirteen column"].row > .column {
|
326
|
-
|
324
|
+
width: @thirteenColumn !important;
|
327
325
|
}
|
328
326
|
.ui.grid > [class*="fourteen column"].row > .column {
|
329
|
-
|
327
|
+
width: @fourteenColumn !important;
|
330
328
|
}
|
331
329
|
.ui.grid > [class*="fifteen column"].row > .column {
|
332
|
-
|
330
|
+
width: @fifteenColumn !important;
|
333
331
|
}
|
334
332
|
.ui.grid > [class*="sixteen column"].row > .column {
|
335
|
-
|
333
|
+
width: @sixteenColumn !important;
|
336
334
|
}
|
337
335
|
|
338
|
-
& when (@variationGridCelled) and (@variationGridPage){
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
336
|
+
& when (@variationGridCelled) and (@variationGridPage) {
|
337
|
+
/* Celled Page */
|
338
|
+
.ui.celled.page.grid {
|
339
|
+
box-shadow: none;
|
340
|
+
}
|
343
341
|
}
|
344
342
|
|
345
343
|
& when (@variationGridWide) {
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
344
|
+
/* -------------------
|
345
|
+
Column Width
|
346
|
+
-------------------- */
|
347
|
+
|
348
|
+
/* Sizing Combinations */
|
349
|
+
.ui.grid > .row > [class*="one wide"].column,
|
350
|
+
.ui.grid > .column.row > [class*="one wide"].column,
|
351
|
+
.ui.grid > [class*="one wide"].column,
|
352
|
+
.ui.column.grid > [class*="one wide"].column {
|
353
|
+
width: @oneWide !important;
|
354
|
+
}
|
355
|
+
.ui.grid > .row > [class*="two wide"].column,
|
356
|
+
.ui.grid > .column.row > [class*="two wide"].column,
|
357
|
+
.ui.grid > [class*="two wide"].column,
|
358
|
+
.ui.column.grid > [class*="two wide"].column {
|
359
|
+
width: @twoWide !important;
|
360
|
+
}
|
361
|
+
.ui.grid > .row > [class*="three wide"].column,
|
362
|
+
.ui.grid > .column.row > [class*="three wide"].column,
|
363
|
+
.ui.grid > [class*="three wide"].column,
|
364
|
+
.ui.column.grid > [class*="three wide"].column {
|
365
|
+
width: @threeWide !important;
|
366
|
+
}
|
367
|
+
.ui.grid > .row > [class*="four wide"].column,
|
368
|
+
.ui.grid > .column.row > [class*="four wide"].column,
|
369
|
+
.ui.grid > [class*="four wide"].column,
|
370
|
+
.ui.column.grid > [class*="four wide"].column {
|
371
|
+
width: @fourWide !important;
|
372
|
+
}
|
373
|
+
.ui.grid > .row > [class*="five wide"].column,
|
374
|
+
.ui.grid > .column.row > [class*="five wide"].column,
|
375
|
+
.ui.grid > [class*="five wide"].column,
|
376
|
+
.ui.column.grid > [class*="five wide"].column {
|
377
|
+
width: @fiveWide !important;
|
378
|
+
}
|
379
|
+
.ui.grid > .row > [class*="six wide"].column,
|
380
|
+
.ui.grid > .column.row > [class*="six wide"].column,
|
381
|
+
.ui.grid > [class*="six wide"].column,
|
382
|
+
.ui.column.grid > [class*="six wide"].column {
|
383
|
+
width: @sixWide !important;
|
384
|
+
}
|
385
|
+
.ui.grid > .row > [class*="seven wide"].column,
|
386
|
+
.ui.grid > .column.row > [class*="seven wide"].column,
|
387
|
+
.ui.grid > [class*="seven wide"].column,
|
388
|
+
.ui.column.grid > [class*="seven wide"].column {
|
389
|
+
width: @sevenWide !important;
|
390
|
+
}
|
391
|
+
.ui.grid > .row > [class*="eight wide"].column,
|
392
|
+
.ui.grid > .column.row > [class*="eight wide"].column,
|
393
|
+
.ui.grid > [class*="eight wide"].column,
|
394
|
+
.ui.column.grid > [class*="eight wide"].column {
|
395
|
+
width: @eightWide !important;
|
396
|
+
}
|
397
|
+
.ui.grid > .row > [class*="nine wide"].column,
|
398
|
+
.ui.grid > .column.row > [class*="nine wide"].column,
|
399
|
+
.ui.grid > [class*="nine wide"].column,
|
400
|
+
.ui.column.grid > [class*="nine wide"].column {
|
401
|
+
width: @nineWide !important;
|
402
|
+
}
|
403
|
+
.ui.grid > .row > [class*="ten wide"].column,
|
404
|
+
.ui.grid > .column.row > [class*="ten wide"].column,
|
405
|
+
.ui.grid > [class*="ten wide"].column,
|
406
|
+
.ui.column.grid > [class*="ten wide"].column {
|
407
|
+
width: @tenWide !important;
|
408
|
+
}
|
409
|
+
.ui.grid > .row > [class*="eleven wide"].column,
|
410
|
+
.ui.grid > .column.row > [class*="eleven wide"].column,
|
411
|
+
.ui.grid > [class*="eleven wide"].column,
|
412
|
+
.ui.column.grid > [class*="eleven wide"].column {
|
413
|
+
width: @elevenWide !important;
|
414
|
+
}
|
415
|
+
.ui.grid > .row > [class*="twelve wide"].column,
|
416
|
+
.ui.grid > .column.row > [class*="twelve wide"].column,
|
417
|
+
.ui.grid > [class*="twelve wide"].column,
|
418
|
+
.ui.column.grid > [class*="twelve wide"].column {
|
419
|
+
width: @twelveWide !important;
|
420
|
+
}
|
421
|
+
.ui.grid > .row > [class*="thirteen wide"].column,
|
422
|
+
.ui.grid > .column.row > [class*="thirteen wide"].column,
|
423
|
+
.ui.grid > [class*="thirteen wide"].column,
|
424
|
+
.ui.column.grid > [class*="thirteen wide"].column {
|
425
|
+
width: @thirteenWide !important;
|
426
|
+
}
|
427
|
+
.ui.grid > .row > [class*="fourteen wide"].column,
|
428
|
+
.ui.grid > .column.row > [class*="fourteen wide"].column,
|
429
|
+
.ui.grid > [class*="fourteen wide"].column,
|
430
|
+
.ui.column.grid > [class*="fourteen wide"].column {
|
431
|
+
width: @fourteenWide !important;
|
432
|
+
}
|
433
|
+
.ui.grid > .row > [class*="fifteen wide"].column,
|
434
|
+
.ui.grid > .column.row > [class*="fifteen wide"].column,
|
435
|
+
.ui.grid > [class*="fifteen wide"].column,
|
436
|
+
.ui.column.grid > [class*="fifteen wide"].column {
|
437
|
+
width: @fifteenWide !important;
|
438
|
+
}
|
439
|
+
.ui.grid > .row > [class*="sixteen wide"].column,
|
440
|
+
.ui.grid > .column.row > [class*="sixteen wide"].column,
|
441
|
+
.ui.grid > [class*="sixteen wide"].column,
|
442
|
+
.ui.column.grid > [class*="sixteen wide"].column {
|
443
|
+
width: @sixteenWide !important;
|
444
|
+
}
|
445
|
+
|
446
|
+
/* ----------------------
|
447
|
+
Width per Device
|
448
|
+
----------------------- */
|
449
|
+
|
450
|
+
/* Mobile Sizing Combinations */
|
451
|
+
@media only screen and (min-width: @mobileBreakpoint) and (max-width: @largestMobileScreen) {
|
452
|
+
.ui.grid > .row > [class*="one wide mobile"].column,
|
453
|
+
.ui.grid > .column.row > [class*="one wide mobile"].column,
|
454
|
+
.ui.grid > [class*="one wide mobile"].column,
|
455
|
+
.ui.column.grid > [class*="one wide mobile"].column {
|
456
|
+
width: @oneWide !important;
|
457
|
+
}
|
458
|
+
.ui.grid > .row > [class*="two wide mobile"].column,
|
459
|
+
.ui.grid > .column.row > [class*="two wide mobile"].column,
|
460
|
+
.ui.grid > [class*="two wide mobile"].column,
|
461
|
+
.ui.column.grid > [class*="two wide mobile"].column {
|
462
|
+
width: @twoWide !important;
|
463
|
+
}
|
464
|
+
.ui.grid > .row > [class*="three wide mobile"].column,
|
465
|
+
.ui.grid > .column.row > [class*="three wide mobile"].column,
|
466
|
+
.ui.grid > [class*="three wide mobile"].column,
|
467
|
+
.ui.column.grid > [class*="three wide mobile"].column {
|
468
|
+
width: @threeWide !important;
|
469
|
+
}
|
470
|
+
.ui.grid > .row > [class*="four wide mobile"].column,
|
471
|
+
.ui.grid > .column.row > [class*="four wide mobile"].column,
|
472
|
+
.ui.grid > [class*="four wide mobile"].column,
|
473
|
+
.ui.column.grid > [class*="four wide mobile"].column {
|
474
|
+
width: @fourWide !important;
|
475
|
+
}
|
476
|
+
.ui.grid > .row > [class*="five wide mobile"].column,
|
477
|
+
.ui.grid > .column.row > [class*="five wide mobile"].column,
|
478
|
+
.ui.grid > [class*="five wide mobile"].column,
|
479
|
+
.ui.column.grid > [class*="five wide mobile"].column {
|
480
|
+
width: @fiveWide !important;
|
481
|
+
}
|
482
|
+
.ui.grid > .row > [class*="six wide mobile"].column,
|
483
|
+
.ui.grid > .column.row > [class*="six wide mobile"].column,
|
484
|
+
.ui.grid > [class*="six wide mobile"].column,
|
485
|
+
.ui.column.grid > [class*="six wide mobile"].column {
|
486
|
+
width: @sixWide !important;
|
487
|
+
}
|
488
|
+
.ui.grid > .row > [class*="seven wide mobile"].column,
|
489
|
+
.ui.grid > .column.row > [class*="seven wide mobile"].column,
|
490
|
+
.ui.grid > [class*="seven wide mobile"].column,
|
491
|
+
.ui.column.grid > [class*="seven wide mobile"].column {
|
492
|
+
width: @sevenWide !important;
|
493
|
+
}
|
494
|
+
.ui.grid > .row > [class*="eight wide mobile"].column,
|
495
|
+
.ui.grid > .column.row > [class*="eight wide mobile"].column,
|
496
|
+
.ui.grid > [class*="eight wide mobile"].column,
|
497
|
+
.ui.column.grid > [class*="eight wide mobile"].column {
|
498
|
+
width: @eightWide !important;
|
499
|
+
}
|
500
|
+
.ui.grid > .row > [class*="nine wide mobile"].column,
|
501
|
+
.ui.grid > .column.row > [class*="nine wide mobile"].column,
|
502
|
+
.ui.grid > [class*="nine wide mobile"].column,
|
503
|
+
.ui.column.grid > [class*="nine wide mobile"].column {
|
504
|
+
width: @nineWide !important;
|
505
|
+
}
|
506
|
+
.ui.grid > .row > [class*="ten wide mobile"].column,
|
507
|
+
.ui.grid > .column.row > [class*="ten wide mobile"].column,
|
508
|
+
.ui.grid > [class*="ten wide mobile"].column,
|
509
|
+
.ui.column.grid > [class*="ten wide mobile"].column {
|
510
|
+
width: @tenWide !important;
|
511
|
+
}
|
512
|
+
.ui.grid > .row > [class*="eleven wide mobile"].column,
|
513
|
+
.ui.grid > .column.row > [class*="eleven wide mobile"].column,
|
514
|
+
.ui.grid > [class*="eleven wide mobile"].column,
|
515
|
+
.ui.column.grid > [class*="eleven wide mobile"].column {
|
516
|
+
width: @elevenWide !important;
|
517
|
+
}
|
518
|
+
.ui.grid > .row > [class*="twelve wide mobile"].column,
|
519
|
+
.ui.grid > .column.row > [class*="twelve wide mobile"].column,
|
520
|
+
.ui.grid > [class*="twelve wide mobile"].column,
|
521
|
+
.ui.column.grid > [class*="twelve wide mobile"].column {
|
522
|
+
width: @twelveWide !important;
|
523
|
+
}
|
524
|
+
.ui.grid > .row > [class*="thirteen wide mobile"].column,
|
525
|
+
.ui.grid > .column.row > [class*="thirteen wide mobile"].column,
|
526
|
+
.ui.grid > [class*="thirteen wide mobile"].column,
|
527
|
+
.ui.column.grid > [class*="thirteen wide mobile"].column {
|
528
|
+
width: @thirteenWide !important;
|
529
|
+
}
|
530
|
+
.ui.grid > .row > [class*="fourteen wide mobile"].column,
|
531
|
+
.ui.grid > .column.row > [class*="fourteen wide mobile"].column,
|
532
|
+
.ui.grid > [class*="fourteen wide mobile"].column,
|
533
|
+
.ui.column.grid > [class*="fourteen wide mobile"].column {
|
534
|
+
width: @fourteenWide !important;
|
535
|
+
}
|
536
|
+
.ui.grid > .row > [class*="fifteen wide mobile"].column,
|
537
|
+
.ui.grid > .column.row > [class*="fifteen wide mobile"].column,
|
538
|
+
.ui.grid > [class*="fifteen wide mobile"].column,
|
539
|
+
.ui.column.grid > [class*="fifteen wide mobile"].column {
|
540
|
+
width: @fifteenWide !important;
|
541
|
+
}
|
542
|
+
.ui.grid > .row > [class*="sixteen wide mobile"].column,
|
543
|
+
.ui.grid > .column.row > [class*="sixteen wide mobile"].column,
|
544
|
+
.ui.grid > [class*="sixteen wide mobile"].column,
|
545
|
+
.ui.column.grid > [class*="sixteen wide mobile"].column {
|
546
|
+
width: @sixteenWide !important;
|
547
|
+
}
|
548
|
+
}
|
549
|
+
|
550
|
+
/* Tablet Sizing Combinations */
|
551
|
+
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
552
|
+
.ui.grid > .row > [class*="one wide tablet"].column,
|
553
|
+
.ui.grid > .column.row > [class*="one wide tablet"].column,
|
554
|
+
.ui.grid > [class*="one wide tablet"].column,
|
555
|
+
.ui.column.grid > [class*="one wide tablet"].column {
|
556
|
+
width: @oneWide !important;
|
557
|
+
}
|
558
|
+
.ui.grid > .row > [class*="two wide tablet"].column,
|
559
|
+
.ui.grid > .column.row > [class*="two wide tablet"].column,
|
560
|
+
.ui.grid > [class*="two wide tablet"].column,
|
561
|
+
.ui.column.grid > [class*="two wide tablet"].column {
|
562
|
+
width: @twoWide !important;
|
563
|
+
}
|
564
|
+
.ui.grid > .row > [class*="three wide tablet"].column,
|
565
|
+
.ui.grid > .column.row > [class*="three wide tablet"].column,
|
566
|
+
.ui.grid > [class*="three wide tablet"].column,
|
567
|
+
.ui.column.grid > [class*="three wide tablet"].column {
|
568
|
+
width: @threeWide !important;
|
569
|
+
}
|
570
|
+
.ui.grid > .row > [class*="four wide tablet"].column,
|
571
|
+
.ui.grid > .column.row > [class*="four wide tablet"].column,
|
572
|
+
.ui.grid > [class*="four wide tablet"].column,
|
573
|
+
.ui.column.grid > [class*="four wide tablet"].column {
|
574
|
+
width: @fourWide !important;
|
575
|
+
}
|
576
|
+
.ui.grid > .row > [class*="five wide tablet"].column,
|
577
|
+
.ui.grid > .column.row > [class*="five wide tablet"].column,
|
578
|
+
.ui.grid > [class*="five wide tablet"].column,
|
579
|
+
.ui.column.grid > [class*="five wide tablet"].column {
|
580
|
+
width: @fiveWide !important;
|
581
|
+
}
|
582
|
+
.ui.grid > .row > [class*="six wide tablet"].column,
|
583
|
+
.ui.grid > .column.row > [class*="six wide tablet"].column,
|
584
|
+
.ui.grid > [class*="six wide tablet"].column,
|
585
|
+
.ui.column.grid > [class*="six wide tablet"].column {
|
586
|
+
width: @sixWide !important;
|
587
|
+
}
|
588
|
+
.ui.grid > .row > [class*="seven wide tablet"].column,
|
589
|
+
.ui.grid > .column.row > [class*="seven wide tablet"].column,
|
590
|
+
.ui.grid > [class*="seven wide tablet"].column,
|
591
|
+
.ui.column.grid > [class*="seven wide tablet"].column {
|
592
|
+
width: @sevenWide !important;
|
593
|
+
}
|
594
|
+
.ui.grid > .row > [class*="eight wide tablet"].column,
|
595
|
+
.ui.grid > .column.row > [class*="eight wide tablet"].column,
|
596
|
+
.ui.grid > [class*="eight wide tablet"].column,
|
597
|
+
.ui.column.grid > [class*="eight wide tablet"].column {
|
598
|
+
width: @eightWide !important;
|
599
|
+
}
|
600
|
+
.ui.grid > .row > [class*="nine wide tablet"].column,
|
601
|
+
.ui.grid > .column.row > [class*="nine wide tablet"].column,
|
602
|
+
.ui.grid > [class*="nine wide tablet"].column,
|
603
|
+
.ui.column.grid > [class*="nine wide tablet"].column {
|
604
|
+
width: @nineWide !important;
|
605
|
+
}
|
606
|
+
.ui.grid > .row > [class*="ten wide tablet"].column,
|
607
|
+
.ui.grid > .column.row > [class*="ten wide tablet"].column,
|
608
|
+
.ui.grid > [class*="ten wide tablet"].column,
|
609
|
+
.ui.column.grid > [class*="ten wide tablet"].column {
|
610
|
+
width: @tenWide !important;
|
611
|
+
}
|
612
|
+
.ui.grid > .row > [class*="eleven wide tablet"].column,
|
613
|
+
.ui.grid > .column.row > [class*="eleven wide tablet"].column,
|
614
|
+
.ui.grid > [class*="eleven wide tablet"].column,
|
615
|
+
.ui.column.grid > [class*="eleven wide tablet"].column {
|
616
|
+
width: @elevenWide !important;
|
617
|
+
}
|
618
|
+
.ui.grid > .row > [class*="twelve wide tablet"].column,
|
619
|
+
.ui.grid > .column.row > [class*="twelve wide tablet"].column,
|
620
|
+
.ui.grid > [class*="twelve wide tablet"].column,
|
621
|
+
.ui.column.grid > [class*="twelve wide tablet"].column {
|
622
|
+
width: @twelveWide !important;
|
623
|
+
}
|
624
|
+
.ui.grid > .row > [class*="thirteen wide tablet"].column,
|
625
|
+
.ui.grid > .column.row > [class*="thirteen wide tablet"].column,
|
626
|
+
.ui.grid > [class*="thirteen wide tablet"].column,
|
627
|
+
.ui.column.grid > [class*="thirteen wide tablet"].column {
|
628
|
+
width: @thirteenWide !important;
|
629
|
+
}
|
630
|
+
.ui.grid > .row > [class*="fourteen wide tablet"].column,
|
631
|
+
.ui.grid > .column.row > [class*="fourteen wide tablet"].column,
|
632
|
+
.ui.grid > [class*="fourteen wide tablet"].column,
|
633
|
+
.ui.column.grid > [class*="fourteen wide tablet"].column {
|
634
|
+
width: @fourteenWide !important;
|
635
|
+
}
|
636
|
+
.ui.grid > .row > [class*="fifteen wide tablet"].column,
|
637
|
+
.ui.grid > .column.row > [class*="fifteen wide tablet"].column,
|
638
|
+
.ui.grid > [class*="fifteen wide tablet"].column,
|
639
|
+
.ui.column.grid > [class*="fifteen wide tablet"].column {
|
640
|
+
width: @fifteenWide !important;
|
641
|
+
}
|
642
|
+
.ui.grid > .row > [class*="sixteen wide tablet"].column,
|
643
|
+
.ui.grid > .column.row > [class*="sixteen wide tablet"].column,
|
644
|
+
.ui.grid > [class*="sixteen wide tablet"].column,
|
645
|
+
.ui.column.grid > [class*="sixteen wide tablet"].column {
|
646
|
+
width: @sixteenWide !important;
|
647
|
+
}
|
648
|
+
}
|
649
|
+
|
650
|
+
/* Computer/Desktop Sizing Combinations */
|
651
|
+
@media only screen and (min-width: @computerBreakpoint) {
|
652
|
+
.ui.grid > .row > [class*="one wide computer"].column,
|
653
|
+
.ui.grid > .column.row > [class*="one wide computer"].column,
|
654
|
+
.ui.grid > [class*="one wide computer"].column,
|
655
|
+
.ui.column.grid > [class*="one wide computer"].column {
|
656
|
+
width: @oneWide !important;
|
657
|
+
}
|
658
|
+
.ui.grid > .row > [class*="two wide computer"].column,
|
659
|
+
.ui.grid > .column.row > [class*="two wide computer"].column,
|
660
|
+
.ui.grid > [class*="two wide computer"].column,
|
661
|
+
.ui.column.grid > [class*="two wide computer"].column {
|
662
|
+
width: @twoWide !important;
|
663
|
+
}
|
664
|
+
.ui.grid > .row > [class*="three wide computer"].column,
|
665
|
+
.ui.grid > .column.row > [class*="three wide computer"].column,
|
666
|
+
.ui.grid > [class*="three wide computer"].column,
|
667
|
+
.ui.column.grid > [class*="three wide computer"].column {
|
668
|
+
width: @threeWide !important;
|
669
|
+
}
|
670
|
+
.ui.grid > .row > [class*="four wide computer"].column,
|
671
|
+
.ui.grid > .column.row > [class*="four wide computer"].column,
|
672
|
+
.ui.grid > [class*="four wide computer"].column,
|
673
|
+
.ui.column.grid > [class*="four wide computer"].column {
|
674
|
+
width: @fourWide !important;
|
675
|
+
}
|
676
|
+
.ui.grid > .row > [class*="five wide computer"].column,
|
677
|
+
.ui.grid > .column.row > [class*="five wide computer"].column,
|
678
|
+
.ui.grid > [class*="five wide computer"].column,
|
679
|
+
.ui.column.grid > [class*="five wide computer"].column {
|
680
|
+
width: @fiveWide !important;
|
681
|
+
}
|
682
|
+
.ui.grid > .row > [class*="six wide computer"].column,
|
683
|
+
.ui.grid > .column.row > [class*="six wide computer"].column,
|
684
|
+
.ui.grid > [class*="six wide computer"].column,
|
685
|
+
.ui.column.grid > [class*="six wide computer"].column {
|
686
|
+
width: @sixWide !important;
|
687
|
+
}
|
688
|
+
.ui.grid > .row > [class*="seven wide computer"].column,
|
689
|
+
.ui.grid > .column.row > [class*="seven wide computer"].column,
|
690
|
+
.ui.grid > [class*="seven wide computer"].column,
|
691
|
+
.ui.column.grid > [class*="seven wide computer"].column {
|
692
|
+
width: @sevenWide !important;
|
693
|
+
}
|
694
|
+
.ui.grid > .row > [class*="eight wide computer"].column,
|
695
|
+
.ui.grid > .column.row > [class*="eight wide computer"].column,
|
696
|
+
.ui.grid > [class*="eight wide computer"].column,
|
697
|
+
.ui.column.grid > [class*="eight wide computer"].column {
|
698
|
+
width: @eightWide !important;
|
699
|
+
}
|
700
|
+
.ui.grid > .row > [class*="nine wide computer"].column,
|
701
|
+
.ui.grid > .column.row > [class*="nine wide computer"].column,
|
702
|
+
.ui.grid > [class*="nine wide computer"].column,
|
703
|
+
.ui.column.grid > [class*="nine wide computer"].column {
|
704
|
+
width: @nineWide !important;
|
705
|
+
}
|
706
|
+
.ui.grid > .row > [class*="ten wide computer"].column,
|
707
|
+
.ui.grid > .column.row > [class*="ten wide computer"].column,
|
708
|
+
.ui.grid > [class*="ten wide computer"].column,
|
709
|
+
.ui.column.grid > [class*="ten wide computer"].column {
|
710
|
+
width: @tenWide !important;
|
711
|
+
}
|
712
|
+
.ui.grid > .row > [class*="eleven wide computer"].column,
|
713
|
+
.ui.grid > .column.row > [class*="eleven wide computer"].column,
|
714
|
+
.ui.grid > [class*="eleven wide computer"].column,
|
715
|
+
.ui.column.grid > [class*="eleven wide computer"].column {
|
716
|
+
width: @elevenWide !important;
|
717
|
+
}
|
718
|
+
.ui.grid > .row > [class*="twelve wide computer"].column,
|
719
|
+
.ui.grid > .column.row > [class*="twelve wide computer"].column,
|
720
|
+
.ui.grid > [class*="twelve wide computer"].column,
|
721
|
+
.ui.column.grid > [class*="twelve wide computer"].column {
|
722
|
+
width: @twelveWide !important;
|
723
|
+
}
|
724
|
+
.ui.grid > .row > [class*="thirteen wide computer"].column,
|
725
|
+
.ui.grid > .column.row > [class*="thirteen wide computer"].column,
|
726
|
+
.ui.grid > [class*="thirteen wide computer"].column,
|
727
|
+
.ui.column.grid > [class*="thirteen wide computer"].column {
|
728
|
+
width: @thirteenWide !important;
|
729
|
+
}
|
730
|
+
.ui.grid > .row > [class*="fourteen wide computer"].column,
|
731
|
+
.ui.grid > .column.row > [class*="fourteen wide computer"].column,
|
732
|
+
.ui.grid > [class*="fourteen wide computer"].column,
|
733
|
+
.ui.column.grid > [class*="fourteen wide computer"].column {
|
734
|
+
width: @fourteenWide !important;
|
735
|
+
}
|
736
|
+
.ui.grid > .row > [class*="fifteen wide computer"].column,
|
737
|
+
.ui.grid > .column.row > [class*="fifteen wide computer"].column,
|
738
|
+
.ui.grid > [class*="fifteen wide computer"].column,
|
739
|
+
.ui.column.grid > [class*="fifteen wide computer"].column {
|
740
|
+
width: @fifteenWide !important;
|
741
|
+
}
|
742
|
+
.ui.grid > .row > [class*="sixteen wide computer"].column,
|
743
|
+
.ui.grid > .column.row > [class*="sixteen wide computer"].column,
|
744
|
+
.ui.grid > [class*="sixteen wide computer"].column,
|
745
|
+
.ui.column.grid > [class*="sixteen wide computer"].column {
|
746
|
+
width: @sixteenWide !important;
|
747
|
+
}
|
748
|
+
}
|
749
|
+
|
750
|
+
/* Large Monitor Sizing Combinations */
|
751
|
+
@media only screen and (min-width: @largeMonitorBreakpoint) and (max-width: @largestLargeMonitor) {
|
752
|
+
.ui.grid > .row > [class*="one wide large screen"].column,
|
753
|
+
.ui.grid > .column.row > [class*="one wide large screen"].column,
|
754
|
+
.ui.grid > [class*="one wide large screen"].column,
|
755
|
+
.ui.column.grid > [class*="one wide large screen"].column {
|
756
|
+
width: @oneWide !important;
|
757
|
+
}
|
758
|
+
.ui.grid > .row > [class*="two wide large screen"].column,
|
759
|
+
.ui.grid > .column.row > [class*="two wide large screen"].column,
|
760
|
+
.ui.grid > [class*="two wide large screen"].column,
|
761
|
+
.ui.column.grid > [class*="two wide large screen"].column {
|
762
|
+
width: @twoWide !important;
|
763
|
+
}
|
764
|
+
.ui.grid > .row > [class*="three wide large screen"].column,
|
765
|
+
.ui.grid > .column.row > [class*="three wide large screen"].column,
|
766
|
+
.ui.grid > [class*="three wide large screen"].column,
|
767
|
+
.ui.column.grid > [class*="three wide large screen"].column {
|
768
|
+
width: @threeWide !important;
|
769
|
+
}
|
770
|
+
.ui.grid > .row > [class*="four wide large screen"].column,
|
771
|
+
.ui.grid > .column.row > [class*="four wide large screen"].column,
|
772
|
+
.ui.grid > [class*="four wide large screen"].column,
|
773
|
+
.ui.column.grid > [class*="four wide large screen"].column {
|
774
|
+
width: @fourWide !important;
|
775
|
+
}
|
776
|
+
.ui.grid > .row > [class*="five wide large screen"].column,
|
777
|
+
.ui.grid > .column.row > [class*="five wide large screen"].column,
|
778
|
+
.ui.grid > [class*="five wide large screen"].column,
|
779
|
+
.ui.column.grid > [class*="five wide large screen"].column {
|
780
|
+
width: @fiveWide !important;
|
781
|
+
}
|
782
|
+
.ui.grid > .row > [class*="six wide large screen"].column,
|
783
|
+
.ui.grid > .column.row > [class*="six wide large screen"].column,
|
784
|
+
.ui.grid > [class*="six wide large screen"].column,
|
785
|
+
.ui.column.grid > [class*="six wide large screen"].column {
|
786
|
+
width: @sixWide !important;
|
787
|
+
}
|
788
|
+
.ui.grid > .row > [class*="seven wide large screen"].column,
|
789
|
+
.ui.grid > .column.row > [class*="seven wide large screen"].column,
|
790
|
+
.ui.grid > [class*="seven wide large screen"].column,
|
791
|
+
.ui.column.grid > [class*="seven wide large screen"].column {
|
792
|
+
width: @sevenWide !important;
|
793
|
+
}
|
794
|
+
.ui.grid > .row > [class*="eight wide large screen"].column,
|
795
|
+
.ui.grid > .column.row > [class*="eight wide large screen"].column,
|
796
|
+
.ui.grid > [class*="eight wide large screen"].column,
|
797
|
+
.ui.column.grid > [class*="eight wide large screen"].column {
|
798
|
+
width: @eightWide !important;
|
799
|
+
}
|
800
|
+
.ui.grid > .row > [class*="nine wide large screen"].column,
|
801
|
+
.ui.grid > .column.row > [class*="nine wide large screen"].column,
|
802
|
+
.ui.grid > [class*="nine wide large screen"].column,
|
803
|
+
.ui.column.grid > [class*="nine wide large screen"].column {
|
804
|
+
width: @nineWide !important;
|
805
|
+
}
|
806
|
+
.ui.grid > .row > [class*="ten wide large screen"].column,
|
807
|
+
.ui.grid > .column.row > [class*="ten wide large screen"].column,
|
808
|
+
.ui.grid > [class*="ten wide large screen"].column,
|
809
|
+
.ui.column.grid > [class*="ten wide large screen"].column {
|
810
|
+
width: @tenWide !important;
|
811
|
+
}
|
812
|
+
.ui.grid > .row > [class*="eleven wide large screen"].column,
|
813
|
+
.ui.grid > .column.row > [class*="eleven wide large screen"].column,
|
814
|
+
.ui.grid > [class*="eleven wide large screen"].column,
|
815
|
+
.ui.column.grid > [class*="eleven wide large screen"].column {
|
816
|
+
width: @elevenWide !important;
|
817
|
+
}
|
818
|
+
.ui.grid > .row > [class*="twelve wide large screen"].column,
|
819
|
+
.ui.grid > .column.row > [class*="twelve wide large screen"].column,
|
820
|
+
.ui.grid > [class*="twelve wide large screen"].column,
|
821
|
+
.ui.column.grid > [class*="twelve wide large screen"].column {
|
822
|
+
width: @twelveWide !important;
|
823
|
+
}
|
824
|
+
.ui.grid > .row > [class*="thirteen wide large screen"].column,
|
825
|
+
.ui.grid > .column.row > [class*="thirteen wide large screen"].column,
|
826
|
+
.ui.grid > [class*="thirteen wide large screen"].column,
|
827
|
+
.ui.column.grid > [class*="thirteen wide large screen"].column {
|
828
|
+
width: @thirteenWide !important;
|
829
|
+
}
|
830
|
+
.ui.grid > .row > [class*="fourteen wide large screen"].column,
|
831
|
+
.ui.grid > .column.row > [class*="fourteen wide large screen"].column,
|
832
|
+
.ui.grid > [class*="fourteen wide large screen"].column,
|
833
|
+
.ui.column.grid > [class*="fourteen wide large screen"].column {
|
834
|
+
width: @fourteenWide !important;
|
835
|
+
}
|
836
|
+
.ui.grid > .row > [class*="fifteen wide large screen"].column,
|
837
|
+
.ui.grid > .column.row > [class*="fifteen wide large screen"].column,
|
838
|
+
.ui.grid > [class*="fifteen wide large screen"].column,
|
839
|
+
.ui.column.grid > [class*="fifteen wide large screen"].column {
|
840
|
+
width: @fifteenWide !important;
|
841
|
+
}
|
842
|
+
.ui.grid > .row > [class*="sixteen wide large screen"].column,
|
843
|
+
.ui.grid > .column.row > [class*="sixteen wide large screen"].column,
|
844
|
+
.ui.grid > [class*="sixteen wide large screen"].column,
|
845
|
+
.ui.column.grid > [class*="sixteen wide large screen"].column {
|
846
|
+
width: @sixteenWide !important;
|
847
|
+
}
|
848
|
+
}
|
849
|
+
|
850
|
+
/* Widescreen Sizing Combinations */
|
851
|
+
@media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
852
|
+
.ui.grid > .row > [class*="one wide widescreen"].column,
|
853
|
+
.ui.grid > .column.row > [class*="one wide widescreen"].column,
|
854
|
+
.ui.grid > [class*="one wide widescreen"].column,
|
855
|
+
.ui.column.grid > [class*="one wide widescreen"].column {
|
856
|
+
width: @oneWide !important;
|
857
|
+
}
|
858
|
+
.ui.grid > .row > [class*="two wide widescreen"].column,
|
859
|
+
.ui.grid > .column.row > [class*="two wide widescreen"].column,
|
860
|
+
.ui.grid > [class*="two wide widescreen"].column,
|
861
|
+
.ui.column.grid > [class*="two wide widescreen"].column {
|
862
|
+
width: @twoWide !important;
|
863
|
+
}
|
864
|
+
.ui.grid > .row > [class*="three wide widescreen"].column,
|
865
|
+
.ui.grid > .column.row > [class*="three wide widescreen"].column,
|
866
|
+
.ui.grid > [class*="three wide widescreen"].column,
|
867
|
+
.ui.column.grid > [class*="three wide widescreen"].column {
|
868
|
+
width: @threeWide !important;
|
869
|
+
}
|
870
|
+
.ui.grid > .row > [class*="four wide widescreen"].column,
|
871
|
+
.ui.grid > .column.row > [class*="four wide widescreen"].column,
|
872
|
+
.ui.grid > [class*="four wide widescreen"].column,
|
873
|
+
.ui.column.grid > [class*="four wide widescreen"].column {
|
874
|
+
width: @fourWide !important;
|
875
|
+
}
|
876
|
+
.ui.grid > .row > [class*="five wide widescreen"].column,
|
877
|
+
.ui.grid > .column.row > [class*="five wide widescreen"].column,
|
878
|
+
.ui.grid > [class*="five wide widescreen"].column,
|
879
|
+
.ui.column.grid > [class*="five wide widescreen"].column {
|
880
|
+
width: @fiveWide !important;
|
881
|
+
}
|
882
|
+
.ui.grid > .row > [class*="six wide widescreen"].column,
|
883
|
+
.ui.grid > .column.row > [class*="six wide widescreen"].column,
|
884
|
+
.ui.grid > [class*="six wide widescreen"].column,
|
885
|
+
.ui.column.grid > [class*="six wide widescreen"].column {
|
886
|
+
width: @sixWide !important;
|
887
|
+
}
|
888
|
+
.ui.grid > .row > [class*="seven wide widescreen"].column,
|
889
|
+
.ui.grid > .column.row > [class*="seven wide widescreen"].column,
|
890
|
+
.ui.grid > [class*="seven wide widescreen"].column,
|
891
|
+
.ui.column.grid > [class*="seven wide widescreen"].column {
|
892
|
+
width: @sevenWide !important;
|
893
|
+
}
|
894
|
+
.ui.grid > .row > [class*="eight wide widescreen"].column,
|
895
|
+
.ui.grid > .column.row > [class*="eight wide widescreen"].column,
|
896
|
+
.ui.grid > [class*="eight wide widescreen"].column,
|
897
|
+
.ui.column.grid > [class*="eight wide widescreen"].column {
|
898
|
+
width: @eightWide !important;
|
899
|
+
}
|
900
|
+
.ui.grid > .row > [class*="nine wide widescreen"].column,
|
901
|
+
.ui.grid > .column.row > [class*="nine wide widescreen"].column,
|
902
|
+
.ui.grid > [class*="nine wide widescreen"].column,
|
903
|
+
.ui.column.grid > [class*="nine wide widescreen"].column {
|
904
|
+
width: @nineWide !important;
|
905
|
+
}
|
906
|
+
.ui.grid > .row > [class*="ten wide widescreen"].column,
|
907
|
+
.ui.grid > .column.row > [class*="ten wide widescreen"].column,
|
908
|
+
.ui.grid > [class*="ten wide widescreen"].column,
|
909
|
+
.ui.column.grid > [class*="ten wide widescreen"].column {
|
910
|
+
width: @tenWide !important;
|
911
|
+
}
|
912
|
+
.ui.grid > .row > [class*="eleven wide widescreen"].column,
|
913
|
+
.ui.grid > .column.row > [class*="eleven wide widescreen"].column,
|
914
|
+
.ui.grid > [class*="eleven wide widescreen"].column,
|
915
|
+
.ui.column.grid > [class*="eleven wide widescreen"].column {
|
916
|
+
width: @elevenWide !important;
|
917
|
+
}
|
918
|
+
.ui.grid > .row > [class*="twelve wide widescreen"].column,
|
919
|
+
.ui.grid > .column.row > [class*="twelve wide widescreen"].column,
|
920
|
+
.ui.grid > [class*="twelve wide widescreen"].column,
|
921
|
+
.ui.column.grid > [class*="twelve wide widescreen"].column {
|
922
|
+
width: @twelveWide !important;
|
923
|
+
}
|
924
|
+
.ui.grid > .row > [class*="thirteen wide widescreen"].column,
|
925
|
+
.ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
|
926
|
+
.ui.grid > [class*="thirteen wide widescreen"].column,
|
927
|
+
.ui.column.grid > [class*="thirteen wide widescreen"].column {
|
928
|
+
width: @thirteenWide !important;
|
929
|
+
}
|
930
|
+
.ui.grid > .row > [class*="fourteen wide widescreen"].column,
|
931
|
+
.ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
|
932
|
+
.ui.grid > [class*="fourteen wide widescreen"].column,
|
933
|
+
.ui.column.grid > [class*="fourteen wide widescreen"].column {
|
934
|
+
width: @fourteenWide !important;
|
935
|
+
}
|
936
|
+
.ui.grid > .row > [class*="fifteen wide widescreen"].column,
|
937
|
+
.ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
|
938
|
+
.ui.grid > [class*="fifteen wide widescreen"].column,
|
939
|
+
.ui.column.grid > [class*="fifteen wide widescreen"].column {
|
940
|
+
width: @fifteenWide !important;
|
941
|
+
}
|
942
|
+
.ui.grid > .row > [class*="sixteen wide widescreen"].column,
|
943
|
+
.ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
|
944
|
+
.ui.grid > [class*="sixteen wide widescreen"].column,
|
945
|
+
.ui.column.grid > [class*="sixteen wide widescreen"].column {
|
946
|
+
width: @sixteenWide !important;
|
947
|
+
}
|
948
|
+
}
|
951
949
|
}
|
952
950
|
|
953
951
|
& when (@variationGridCentered) {
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
952
|
+
/* ----------------------
|
953
|
+
Centered
|
954
|
+
----------------------- */
|
955
|
+
|
956
|
+
.ui.centered.grid,
|
957
|
+
.ui.centered.grid > .row,
|
958
|
+
.ui.grid > .centered.row {
|
959
|
+
text-align: center;
|
960
|
+
justify-content: center;
|
961
|
+
}
|
962
|
+
.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
|
963
|
+
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
|
964
|
+
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
|
965
|
+
text-align: left;
|
966
|
+
}
|
967
|
+
|
968
|
+
.ui.grid > .centered.column,
|
969
|
+
.ui.grid > .row > .centered.column {
|
970
|
+
display: block;
|
971
|
+
margin-left: auto;
|
972
|
+
margin-right: auto;
|
973
|
+
}
|
976
974
|
}
|
977
975
|
|
978
976
|
& when (@variationGridRelaxed) {
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
977
|
+
/* ----------------------
|
978
|
+
Relaxed
|
979
|
+
----------------------- */
|
980
|
+
|
981
|
+
.ui.relaxed.grid > .column:not(.row),
|
982
|
+
.ui.relaxed.grid > .row > .column,
|
983
|
+
.ui.grid > .relaxed.row > .column {
|
984
|
+
padding-left: (@relaxedGutterWidth / 2);
|
985
|
+
padding-right: (@relaxedGutterWidth / 2);
|
986
|
+
}
|
987
|
+
|
988
|
+
& when (@variationGridVeryRelaxed) {
|
989
|
+
.ui[class*="very relaxed"].grid > .column:not(.row),
|
990
|
+
.ui[class*="very relaxed"].grid > .row > .column,
|
991
|
+
.ui.grid > [class*="very relaxed"].row > .column {
|
992
|
+
padding-left: (@veryRelaxedGutterWidth / 2);
|
993
|
+
padding-right: (@veryRelaxedGutterWidth / 2);
|
994
|
+
}
|
995
|
+
}
|
996
|
+
|
997
|
+
/* Coupling with UI Divider */
|
998
|
+
.ui.relaxed.grid .row + .ui.divider,
|
999
|
+
.ui.grid .relaxed.row + .ui.divider {
|
1000
|
+
margin-left: (@relaxedGutterWidth / 2);
|
1001
|
+
margin-right: (@relaxedGutterWidth / 2);
|
1002
|
+
}
|
1003
|
+
& when (@variationGridVeryRelaxed) {
|
1004
|
+
.ui[class*="very relaxed"].grid .row + .ui.divider,
|
1005
|
+
.ui.grid [class*="very relaxed"].row + .ui.divider {
|
1006
|
+
margin-left: (@veryRelaxedGutterWidth / 2);
|
1007
|
+
margin-right: (@veryRelaxedGutterWidth / 2);
|
1008
|
+
}
|
1009
|
+
}
|
1012
1010
|
}
|
1013
1011
|
|
1014
1012
|
& when (@variationGridPadded) {
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1013
|
+
/* ----------------------
|
1014
|
+
Padded
|
1015
|
+
----------------------- */
|
1016
|
+
|
1017
|
+
.ui.padded.grid:not(.vertically):not(.horizontally) {
|
1018
|
+
margin: 0 !important;
|
1019
|
+
}
|
1020
|
+
[class*="horizontally padded"].ui.grid {
|
1021
|
+
margin-left: 0 !important;
|
1022
|
+
margin-right: 0 !important;
|
1023
|
+
}
|
1024
|
+
[class*="vertically padded"].ui.grid {
|
1025
|
+
margin-top: 0 !important;
|
1026
|
+
margin-bottom: 0 !important;
|
1027
|
+
}
|
1030
1028
|
}
|
1031
1029
|
|
1032
1030
|
& when (@variationGridFloated) {
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1031
|
+
/* ----------------------
|
1032
|
+
"Floated"
|
1033
|
+
----------------------- */
|
1036
1034
|
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1035
|
+
.ui.grid [class*="left floated"].column {
|
1036
|
+
margin-right: auto;
|
1037
|
+
}
|
1038
|
+
.ui.grid [class*="right floated"].column {
|
1039
|
+
margin-left: auto;
|
1040
|
+
}
|
1043
1041
|
}
|
1044
1042
|
|
1045
1043
|
& when (@variationGridDivided) {
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1044
|
+
/* ----------------------
|
1045
|
+
Divided
|
1046
|
+
----------------------- */
|
1049
1047
|
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1048
|
+
.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
|
1049
|
+
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
|
1050
|
+
box-shadow: @dividedBorder;
|
1051
|
+
}
|
1054
1052
|
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1053
|
+
& when (@variationGridVertical) {
|
1054
|
+
/* Swap from padding to margin on columns to have dividers align */
|
1055
|
+
.ui[class*="vertically divided"].grid > .column:not(.row),
|
1056
|
+
.ui[class*="vertically divided"].grid > .row > .column {
|
1057
|
+
margin-top: (@rowSpacing / 2);
|
1058
|
+
margin-bottom: (@rowSpacing / 2);
|
1059
|
+
padding-top: 0;
|
1060
|
+
padding-bottom: 0;
|
1061
|
+
}
|
1062
|
+
.ui[class*="vertically divided"].grid > .row {
|
1063
|
+
margin-top: 0;
|
1064
|
+
margin-bottom: 0;
|
1065
|
+
}
|
1063
1066
|
}
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
+
|
1068
|
+
/* No divider on first column on row */
|
1069
|
+
.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1070
|
+
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1071
|
+
box-shadow: none;
|
1067
1072
|
}
|
1068
|
-
}
|
1069
1073
|
|
1074
|
+
& when (@variationGridVertical) {
|
1075
|
+
/* No space on top of first row */
|
1076
|
+
.ui[class*="vertically divided"].grid > .row:first-child > .column {
|
1077
|
+
margin-top: 0;
|
1078
|
+
}
|
1079
|
+
}
|
1070
1080
|
|
1081
|
+
/* Divided Row */
|
1082
|
+
.ui.grid > .divided.row > .column {
|
1083
|
+
box-shadow: @dividedBorder;
|
1084
|
+
}
|
1085
|
+
.ui.grid > .divided.row > .column:first-child {
|
1086
|
+
box-shadow: none;
|
1087
|
+
}
|
1071
1088
|
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1089
|
+
& when (@variationGridVertical) {
|
1090
|
+
/* Vertically Divided */
|
1091
|
+
.ui[class*="vertically divided"].grid > .row {
|
1092
|
+
position: relative;
|
1093
|
+
}
|
1094
|
+
.ui[class*="vertically divided"].grid > .row::before {
|
1095
|
+
position: absolute;
|
1096
|
+
content: "";
|
1097
|
+
top: 0;
|
1098
|
+
left: 0;
|
1077
1099
|
|
1078
|
-
|
1079
|
-
|
1080
|
-
.ui[class*="vertically divided"].grid > .row:first-child > .column {
|
1081
|
-
margin-top: 0;
|
1082
|
-
}
|
1083
|
-
}
|
1100
|
+
width: e(%("calc(100%% - %d)", @gutterWidth));
|
1101
|
+
height: 1px;
|
1084
1102
|
|
1103
|
+
margin: 0 (@gutterWidth / 2);
|
1104
|
+
box-shadow: @verticallyDividedBorder;
|
1105
|
+
}
|
1106
|
+
}
|
1085
1107
|
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
}
|
1093
|
-
|
1094
|
-
& when (@variationGridVertical) {
|
1095
|
-
/* Vertically Divided */
|
1096
|
-
.ui[class*="vertically divided"].grid > .row {
|
1097
|
-
position: relative;
|
1098
|
-
}
|
1099
|
-
.ui[class*="vertically divided"].grid > .row::before {
|
1100
|
-
position: absolute;
|
1101
|
-
content: "";
|
1102
|
-
top: 0;
|
1103
|
-
left: 0;
|
1104
|
-
|
1105
|
-
width: e(%("calc(100%% - %d)", @gutterWidth));
|
1106
|
-
height: 1px;
|
1107
|
-
|
1108
|
-
margin: 0 (@gutterWidth / 2);
|
1109
|
-
box-shadow: @verticallyDividedBorder;
|
1110
|
-
}
|
1111
|
-
}
|
1112
|
-
|
1113
|
-
& when (@variationGridPadded) {
|
1114
|
-
/* Padded Horizontally Divided */
|
1115
|
-
[class*="horizontally padded"].ui.divided.grid,
|
1116
|
-
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
|
1117
|
-
width: 100%;
|
1118
|
-
}
|
1119
|
-
}
|
1120
|
-
& when (@variationGridVertical) {
|
1121
|
-
/* First Row Vertically Divided */
|
1122
|
-
.ui[class*="vertically divided"].grid > .row:first-child::before {
|
1123
|
-
box-shadow: none;
|
1124
|
-
}
|
1125
|
-
}
|
1126
|
-
& when (@variationGridInverted) {
|
1127
|
-
/* Inverted Divided */
|
1128
|
-
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
|
1129
|
-
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
|
1130
|
-
box-shadow: @dividedInvertedBorder;
|
1131
|
-
}
|
1132
|
-
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
|
1133
|
-
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1134
|
-
box-shadow: none;
|
1108
|
+
& when (@variationGridPadded) {
|
1109
|
+
/* Padded Horizontally Divided */
|
1110
|
+
[class*="horizontally padded"].ui.divided.grid,
|
1111
|
+
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
|
1112
|
+
width: 100%;
|
1113
|
+
}
|
1135
1114
|
}
|
1136
1115
|
& when (@variationGridVertical) {
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
}
|
1142
|
-
& when (@variationGridRelaxed) and (@variationGridVertical) {
|
1143
|
-
/* Relaxed */
|
1144
|
-
.ui.relaxed[class*="vertically divided"].grid > .row::before {
|
1145
|
-
margin-left: (@relaxedGutterWidth / 2);
|
1146
|
-
margin-right: (@relaxedGutterWidth / 2);
|
1147
|
-
width: e(%("calc(100%% - %d)", @relaxedGutterWidth));
|
1116
|
+
/* First Row Vertically Divided */
|
1117
|
+
.ui[class*="vertically divided"].grid > .row:first-child::before {
|
1118
|
+
box-shadow: none;
|
1119
|
+
}
|
1148
1120
|
}
|
1149
|
-
& when (@
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1121
|
+
& when (@variationGridInverted) {
|
1122
|
+
/* Inverted Divided */
|
1123
|
+
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
|
1124
|
+
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
|
1125
|
+
box-shadow: @dividedInvertedBorder;
|
1126
|
+
}
|
1127
|
+
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
|
1128
|
+
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1129
|
+
box-shadow: none;
|
1130
|
+
}
|
1131
|
+
& when (@variationGridVertical) {
|
1132
|
+
.ui.inverted[class*="vertically divided"].grid > .row::before {
|
1133
|
+
box-shadow: @verticallyDividedInvertedBorder;
|
1134
|
+
}
|
1135
|
+
}
|
1136
|
+
}
|
1137
|
+
& when (@variationGridRelaxed) and (@variationGridVertical) {
|
1138
|
+
/* Relaxed */
|
1139
|
+
.ui.relaxed[class*="vertically divided"].grid > .row::before {
|
1140
|
+
margin-left: (@relaxedGutterWidth / 2);
|
1141
|
+
margin-right: (@relaxedGutterWidth / 2);
|
1142
|
+
width: e(%("calc(100%% - %d)", @relaxedGutterWidth));
|
1143
|
+
}
|
1144
|
+
& when (@variationGridVeryRelaxed) {
|
1145
|
+
.ui[class*="very relaxed"][class*="vertically divided"].grid > .row::before {
|
1146
|
+
margin-left: (@veryRelaxedGutterWidth / 2);
|
1147
|
+
margin-right: (@veryRelaxedGutterWidth / 2);
|
1148
|
+
width: e(%("calc(100%% - %d)", @veryRelaxedGutterWidth));
|
1149
|
+
}
|
1150
|
+
}
|
1155
1151
|
}
|
1156
|
-
}
|
1157
1152
|
}
|
1158
1153
|
|
1159
1154
|
& when (@variationGridCelled) {
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1155
|
+
/* ----------------------
|
1156
|
+
Celled
|
1157
|
+
----------------------- */
|
1163
1158
|
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1159
|
+
.ui.celled.grid {
|
1160
|
+
width: 100%;
|
1161
|
+
margin: @celledMargin;
|
1162
|
+
box-shadow: @celledGridDivider;
|
1163
|
+
}
|
1169
1164
|
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
1207
|
-
|
1208
|
-
|
1209
|
-
|
1210
|
-
|
1211
|
-
|
1212
|
-
|
1165
|
+
.ui.celled.grid > .row {
|
1166
|
+
width: 100% !important;
|
1167
|
+
margin: 0;
|
1168
|
+
padding: 0;
|
1169
|
+
box-shadow: @celledRowDivider;
|
1170
|
+
}
|
1171
|
+
.ui.celled.grid > .column:not(.row),
|
1172
|
+
.ui.celled.grid > .row > .column {
|
1173
|
+
box-shadow: @celledColumnDivider;
|
1174
|
+
}
|
1175
|
+
|
1176
|
+
.ui.celled.grid > .column:first-child,
|
1177
|
+
.ui.celled.grid > .row > .column:first-child {
|
1178
|
+
box-shadow: none;
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
.ui.celled.grid > .column:not(.row),
|
1182
|
+
.ui.celled.grid > .row > .column {
|
1183
|
+
padding: @celledPadding;
|
1184
|
+
}
|
1185
|
+
& when (@variationGridRelaxed) {
|
1186
|
+
.ui.relaxed.celled.grid > .column:not(.row),
|
1187
|
+
.ui.relaxed.celled.grid > .row > .column {
|
1188
|
+
padding: @celledRelaxedPadding;
|
1189
|
+
}
|
1190
|
+
}
|
1191
|
+
& when (@variationGridVeryRelaxed) {
|
1192
|
+
.ui[class*="very relaxed"].celled.grid > .column:not(.row),
|
1193
|
+
.ui[class*="very relaxed"].celled.grid > .row > .column {
|
1194
|
+
padding: @celledVeryRelaxedPadding;
|
1195
|
+
}
|
1196
|
+
}
|
1197
|
+
|
1198
|
+
/* Internally Celled */
|
1199
|
+
.ui[class*="internally celled"].grid {
|
1200
|
+
box-shadow: none;
|
1201
|
+
margin: 0;
|
1202
|
+
}
|
1203
|
+
.ui[class*="internally celled"].grid > .row:first-child {
|
1204
|
+
box-shadow: none;
|
1205
|
+
}
|
1206
|
+
.ui[class*="internally celled"].grid > .row > .column:first-child {
|
1207
|
+
box-shadow: none;
|
1208
|
+
}
|
1213
1209
|
}
|
1214
1210
|
|
1215
1211
|
& when (@variationGridAligned) {
|
1216
|
-
|
1217
|
-
|
1218
|
-
|
1219
|
-
|
1220
|
-
|
1221
|
-
|
1222
|
-
|
1223
|
-
|
1224
|
-
|
1225
|
-
|
1226
|
-
|
1227
|
-
|
1228
|
-
|
1229
|
-
|
1230
|
-
|
1231
|
-
|
1232
|
-
|
1233
|
-
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1239
|
-
|
1240
|
-
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1212
|
+
/* ----------------------
|
1213
|
+
Vertically Aligned
|
1214
|
+
----------------------- */
|
1215
|
+
|
1216
|
+
/* Top Aligned */
|
1217
|
+
.ui[class*="top aligned"].grid > .column:not(.row),
|
1218
|
+
.ui[class*="top aligned"].grid > .row > .column,
|
1219
|
+
.ui.grid > [class*="top aligned"].row > .column,
|
1220
|
+
.ui.grid > [class*="top aligned"].column:not(.row),
|
1221
|
+
.ui.grid > .row > [class*="top aligned"].column {
|
1222
|
+
flex-direction: column;
|
1223
|
+
vertical-align: top;
|
1224
|
+
align-self: flex-start !important;
|
1225
|
+
}
|
1226
|
+
|
1227
|
+
/* Middle Aligned */
|
1228
|
+
.ui[class*="middle aligned"].grid > .column:not(.row),
|
1229
|
+
.ui[class*="middle aligned"].grid > .row > .column,
|
1230
|
+
.ui.grid > [class*="middle aligned"].row > .column,
|
1231
|
+
.ui.grid > [class*="middle aligned"].column:not(.row),
|
1232
|
+
.ui.grid > .row > [class*="middle aligned"].column {
|
1233
|
+
flex-direction: column;
|
1234
|
+
vertical-align: middle;
|
1235
|
+
align-self: center !important;
|
1236
|
+
}
|
1237
|
+
|
1238
|
+
/* Bottom Aligned */
|
1239
|
+
.ui[class*="bottom aligned"].grid > .column:not(.row),
|
1240
|
+
.ui[class*="bottom aligned"].grid > .row > .column,
|
1241
|
+
.ui.grid > [class*="bottom aligned"].row > .column,
|
1242
|
+
.ui.grid > [class*="bottom aligned"].column:not(.row),
|
1243
|
+
.ui.grid > .row > [class*="bottom aligned"].column {
|
1244
|
+
flex-direction: column;
|
1245
|
+
vertical-align: bottom;
|
1246
|
+
align-self: flex-end !important;
|
1247
|
+
}
|
1252
1248
|
}
|
1253
1249
|
|
1254
1250
|
& when (@variationGridStretched) {
|
1255
|
-
|
1256
|
-
|
1257
|
-
|
1258
|
-
|
1259
|
-
|
1260
|
-
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1266
|
-
|
1267
|
-
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1251
|
+
/* Stretched */
|
1252
|
+
.ui.stretched.grid > .row > .column,
|
1253
|
+
.ui.stretched.grid > .column,
|
1254
|
+
.ui.grid > .stretched.row > .column,
|
1255
|
+
.ui.grid > .stretched.column:not(.row),
|
1256
|
+
.ui.grid > .row > .stretched.column {
|
1257
|
+
display: inline-flex !important;
|
1258
|
+
align-self: stretch;
|
1259
|
+
flex-direction: column;
|
1260
|
+
}
|
1261
|
+
|
1262
|
+
.ui.stretched.grid > .row > .column > *,
|
1263
|
+
.ui.stretched.grid > .column > *,
|
1264
|
+
.ui.grid > .stretched.row > .column > *,
|
1265
|
+
.ui.grid > .stretched.column:not(.row) > *,
|
1266
|
+
.ui.grid > .row > .stretched.column > * {
|
1267
|
+
flex-grow: 1;
|
1268
|
+
}
|
1273
1269
|
}
|
1274
1270
|
|
1275
1271
|
& when (@variationGridAligned) {
|
1276
|
-
|
1277
|
-
|
1278
|
-
|
1279
|
-
|
1280
|
-
|
1281
|
-
|
1282
|
-
|
1283
|
-
|
1284
|
-
|
1285
|
-
|
1286
|
-
|
1287
|
-
|
1288
|
-
|
1289
|
-
|
1290
|
-
|
1291
|
-
|
1292
|
-
|
1293
|
-
|
1294
|
-
|
1295
|
-
|
1296
|
-
|
1297
|
-
|
1298
|
-
|
1299
|
-
|
1300
|
-
|
1301
|
-
|
1302
|
-
|
1303
|
-
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1307
|
-
|
1308
|
-
|
1309
|
-
|
1310
|
-
|
1311
|
-
|
1312
|
-
|
1313
|
-
|
1314
|
-
|
1315
|
-
|
1272
|
+
/* ----------------------
|
1273
|
+
Horizontally Centered
|
1274
|
+
----------------------- */
|
1275
|
+
|
1276
|
+
/* Left Aligned */
|
1277
|
+
|
1278
|
+
.ui[class*="left aligned"].grid > .column,
|
1279
|
+
.ui[class*="left aligned"].grid > .row > .column,
|
1280
|
+
.ui.grid > [class*="left aligned"].row > .column,
|
1281
|
+
.ui.grid > [class*="left aligned"].column.column,
|
1282
|
+
.ui.grid > .row > [class*="left aligned"].column.column {
|
1283
|
+
text-align: left;
|
1284
|
+
align-self: inherit;
|
1285
|
+
}
|
1286
|
+
|
1287
|
+
/* Center Aligned */
|
1288
|
+
|
1289
|
+
.ui[class*="center aligned"].grid > .column,
|
1290
|
+
.ui[class*="center aligned"].grid > .row > .column,
|
1291
|
+
.ui.grid > [class*="center aligned"].row > .column,
|
1292
|
+
.ui.grid > [class*="center aligned"].column.column,
|
1293
|
+
.ui.grid > .row > [class*="center aligned"].column.column {
|
1294
|
+
text-align: center;
|
1295
|
+
align-self: inherit;
|
1296
|
+
}
|
1297
|
+
|
1298
|
+
.ui[class*="center aligned"].grid {
|
1299
|
+
justify-content: center;
|
1300
|
+
}
|
1301
|
+
|
1302
|
+
/* Right Aligned */
|
1303
|
+
|
1304
|
+
.ui[class*="right aligned"].grid > .column,
|
1305
|
+
.ui[class*="right aligned"].grid > .row > .column,
|
1306
|
+
.ui.grid > [class*="right aligned"].row > .column,
|
1307
|
+
.ui.grid > [class*="right aligned"].column.column,
|
1308
|
+
.ui.grid > .row > [class*="right aligned"].column.column {
|
1309
|
+
text-align: right;
|
1310
|
+
align-self: inherit;
|
1311
|
+
}
|
1316
1312
|
}
|
1317
1313
|
|
1318
1314
|
& when (@variationGridJustified) {
|
1319
|
-
|
1320
|
-
|
1321
|
-
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
}
|
1328
|
-
}
|
1329
|
-
|
1330
|
-
/*----------------------
|
1331
|
-
Colored
|
1332
|
-
-----------------------*/
|
1333
|
-
& when not (@variationGridColors = false) {
|
1334
|
-
each(@variationGridColors, {
|
1335
|
-
@color: @value;
|
1336
|
-
@c: @colors[@@color][color];
|
1337
|
-
|
1338
|
-
.ui.grid > .@{color}.row,
|
1339
|
-
.ui.grid > .@{color}.column,
|
1340
|
-
.ui.grid > .row > .@{color}.column {
|
1341
|
-
background-color: @c;
|
1342
|
-
color: @white;
|
1315
|
+
/* Justified */
|
1316
|
+
.ui.justified.grid > .column,
|
1317
|
+
.ui.justified.grid > .row > .column,
|
1318
|
+
.ui.grid > .justified.row > .column,
|
1319
|
+
.ui.grid > .justified.column.column,
|
1320
|
+
.ui.grid > .row > .justified.column.column {
|
1321
|
+
text-align: justify;
|
1322
|
+
hyphens: auto;
|
1343
1323
|
}
|
1344
|
-
})
|
1345
1324
|
}
|
1346
1325
|
|
1326
|
+
/* ----------------------
|
1327
|
+
Colored
|
1328
|
+
----------------------- */
|
1329
|
+
& when not (@variationGridColors = false) {
|
1330
|
+
each(@variationGridColors, {
|
1331
|
+
@color: @value;
|
1332
|
+
@c: @colors[@@color][color];
|
1333
|
+
|
1334
|
+
.ui.grid > .@{color}.row,
|
1335
|
+
.ui.grid > .@{color}.column,
|
1336
|
+
.ui.grid > .row > .@{color}.column {
|
1337
|
+
background-color: @c;
|
1338
|
+
color: @white;
|
1339
|
+
}
|
1340
|
+
})
|
1341
|
+
}
|
1347
1342
|
|
1348
1343
|
& when (@variationGridEqualWidth) {
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1344
|
+
/* ----------------------
|
1345
|
+
Equal Width
|
1346
|
+
----------------------- */
|
1352
1347
|
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1360
|
-
|
1361
|
-
|
1362
|
-
|
1363
|
-
|
1348
|
+
.ui[class*="equal width"].grid > .column:not(.row),
|
1349
|
+
.ui[class*="equal width"].grid > .row > .column,
|
1350
|
+
.ui.grid > [class*="equal width"].row > .column {
|
1351
|
+
display: inline-block;
|
1352
|
+
flex-grow: 1;
|
1353
|
+
}
|
1354
|
+
.ui[class*="equal width"].grid > .wide.column,
|
1355
|
+
.ui[class*="equal width"].grid > .row > .wide.column,
|
1356
|
+
.ui.grid > [class*="equal width"].row > .wide.column {
|
1357
|
+
flex-grow: 0;
|
1358
|
+
}
|
1364
1359
|
}
|
1365
1360
|
|
1366
1361
|
& when (@variationGridReversed) {
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1370
|
-
|
1371
|
-
|
1372
|
-
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
|
1381
|
-
|
1382
|
-
|
1383
|
-
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1392
|
-
|
1393
|
-
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1397
|
-
|
1398
|
-
|
1399
|
-
|
1400
|
-
|
1401
|
-
|
1402
|
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1407
|
-
|
1408
|
-
|
1362
|
+
/* ----------------------
|
1363
|
+
Reverse
|
1364
|
+
----------------------- */
|
1365
|
+
|
1366
|
+
/* Mobile */
|
1367
|
+
@media only screen and (max-width: @largestMobileScreen) {
|
1368
|
+
.ui[class*="mobile reversed"].grid,
|
1369
|
+
.ui[class*="mobile reversed"].grid > .row,
|
1370
|
+
.ui.grid > [class*="mobile reversed"].row {
|
1371
|
+
flex-direction: row-reverse;
|
1372
|
+
}
|
1373
|
+
.ui[class*="mobile vertically reversed"].grid,
|
1374
|
+
.ui.stackable[class*="mobile reversed"] {
|
1375
|
+
flex-direction: column-reverse;
|
1376
|
+
}
|
1377
|
+
& when (@variationGridDivided) {
|
1378
|
+
/* Divided Reversed */
|
1379
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1380
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1381
|
+
box-shadow: @dividedBorder;
|
1382
|
+
}
|
1383
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
|
1384
|
+
.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
|
1385
|
+
box-shadow: none;
|
1386
|
+
}
|
1387
|
+
|
1388
|
+
/* Vertically Divided Reversed */
|
1389
|
+
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child::before {
|
1390
|
+
box-shadow: @verticallyDividedBorder;
|
1391
|
+
}
|
1392
|
+
.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child::before {
|
1393
|
+
box-shadow: none;
|
1394
|
+
}
|
1395
|
+
}
|
1396
|
+
& when (@variationGridCelled) {
|
1397
|
+
/* Celled Reversed */
|
1398
|
+
.ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
|
1399
|
+
box-shadow: @celledColumnDivider;
|
1400
|
+
}
|
1401
|
+
.ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
|
1402
|
+
box-shadow: none;
|
1403
|
+
}
|
1404
|
+
}
|
1409
1405
|
}
|
1410
|
-
}
|
1411
1406
|
|
1412
|
-
|
1413
|
-
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
1417
|
-
|
1418
|
-
|
1419
|
-
|
1420
|
-
|
1421
|
-
|
1422
|
-
|
1423
|
-
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1427
|
-
|
1428
|
-
|
1429
|
-
|
1430
|
-
|
1431
|
-
|
1432
|
-
|
1433
|
-
|
1434
|
-
|
1435
|
-
|
1436
|
-
|
1437
|
-
|
1438
|
-
|
1439
|
-
|
1440
|
-
|
1441
|
-
|
1442
|
-
|
1443
|
-
|
1444
|
-
|
1445
|
-
|
1446
|
-
|
1447
|
-
|
1407
|
+
/* Tablet */
|
1408
|
+
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
1409
|
+
.ui[class*="tablet reversed"].grid,
|
1410
|
+
.ui[class*="tablet reversed"].grid > .row,
|
1411
|
+
.ui.grid > [class*="tablet reversed"].row {
|
1412
|
+
flex-direction: row-reverse;
|
1413
|
+
}
|
1414
|
+
.ui[class*="tablet vertically reversed"].grid {
|
1415
|
+
flex-direction: column-reverse;
|
1416
|
+
}
|
1417
|
+
& when (@variationGridDivided) {
|
1418
|
+
/* Divided Reversed */
|
1419
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1420
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1421
|
+
box-shadow: @dividedBorder;
|
1422
|
+
}
|
1423
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
|
1424
|
+
.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
|
1425
|
+
box-shadow: none;
|
1426
|
+
}
|
1427
|
+
|
1428
|
+
/* Vertically Divided Reversed */
|
1429
|
+
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child::before {
|
1430
|
+
box-shadow: @verticallyDividedBorder;
|
1431
|
+
}
|
1432
|
+
.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child::before {
|
1433
|
+
box-shadow: none;
|
1434
|
+
}
|
1435
|
+
}
|
1436
|
+
& when (@variationGridCelled) {
|
1437
|
+
/* Celled Reversed */
|
1438
|
+
.ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
|
1439
|
+
box-shadow: @celledColumnDivider;
|
1440
|
+
}
|
1441
|
+
.ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
|
1442
|
+
box-shadow: none;
|
1443
|
+
}
|
1444
|
+
}
|
1448
1445
|
}
|
1449
|
-
}
|
1450
1446
|
|
1451
|
-
|
1452
|
-
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1459
|
-
|
1460
|
-
|
1461
|
-
|
1462
|
-
|
1463
|
-
|
1464
|
-
|
1465
|
-
|
1466
|
-
|
1467
|
-
|
1468
|
-
|
1469
|
-
|
1470
|
-
|
1471
|
-
|
1472
|
-
|
1473
|
-
|
1474
|
-
|
1475
|
-
|
1476
|
-
|
1477
|
-
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1447
|
+
/* Computer */
|
1448
|
+
@media only screen and (min-width: @computerBreakpoint) {
|
1449
|
+
.ui[class*="computer reversed"].grid,
|
1450
|
+
.ui[class*="computer reversed"].grid > .row,
|
1451
|
+
.ui.grid > [class*="computer reversed"].row {
|
1452
|
+
flex-direction: row-reverse;
|
1453
|
+
}
|
1454
|
+
.ui[class*="computer vertically reversed"].grid {
|
1455
|
+
flex-direction: column-reverse;
|
1456
|
+
}
|
1457
|
+
& when (@variationGridDivided) {
|
1458
|
+
/* Divided Reversed */
|
1459
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
|
1460
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
|
1461
|
+
box-shadow: @dividedBorder;
|
1462
|
+
}
|
1463
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
|
1464
|
+
.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
|
1465
|
+
box-shadow: none;
|
1466
|
+
}
|
1467
|
+
|
1468
|
+
/* Vertically Divided Reversed */
|
1469
|
+
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child::before {
|
1470
|
+
box-shadow: @verticallyDividedBorder;
|
1471
|
+
}
|
1472
|
+
.ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child::before {
|
1473
|
+
box-shadow: none;
|
1474
|
+
}
|
1475
|
+
}
|
1476
|
+
& when (@variationGridCelled) {
|
1477
|
+
/* Celled Reversed */
|
1478
|
+
.ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
|
1479
|
+
box-shadow: @celledColumnDivider;
|
1480
|
+
}
|
1481
|
+
.ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
|
1482
|
+
box-shadow: none;
|
1483
|
+
}
|
1484
|
+
}
|
1487
1485
|
}
|
1488
|
-
}
|
1489
1486
|
}
|
1490
1487
|
|
1491
1488
|
& when (@variationGridDoubling) {
|
1492
|
-
|
1493
|
-
|
1494
|
-
|
1495
|
-
|
1496
|
-
|
1497
|
-
|
1498
|
-
|
1499
|
-
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
|
1506
|
-
|
1507
|
-
|
1508
|
-
|
1509
|
-
|
1510
|
-
|
1511
|
-
|
1512
|
-
|
1513
|
-
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1517
|
-
|
1518
|
-
|
1519
|
-
|
1520
|
-
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1528
|
-
|
1529
|
-
|
1530
|
-
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1534
|
-
|
1535
|
-
|
1536
|
-
|
1537
|
-
|
1538
|
-
|
1539
|
-
|
1540
|
-
|
1541
|
-
|
1542
|
-
|
1543
|
-
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1547
|
-
|
1548
|
-
|
1549
|
-
|
1550
|
-
|
1551
|
-
|
1552
|
-
|
1553
|
-
|
1554
|
-
|
1555
|
-
|
1556
|
-
|
1557
|
-
|
1558
|
-
|
1559
|
-
|
1560
|
-
|
1561
|
-
|
1562
|
-
|
1563
|
-
|
1564
|
-
|
1565
|
-
|
1566
|
-
|
1567
|
-
|
1568
|
-
|
1569
|
-
|
1570
|
-
|
1571
|
-
|
1572
|
-
|
1573
|
-
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1577
|
-
|
1578
|
-
|
1579
|
-
|
1580
|
-
|
1581
|
-
|
1582
|
-
|
1583
|
-
|
1584
|
-
|
1585
|
-
|
1586
|
-
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1591
|
-
|
1592
|
-
|
1593
|
-
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
|
1603
|
-
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1607
|
-
|
1608
|
-
|
1609
|
-
|
1610
|
-
|
1611
|
-
|
1612
|
-
|
1613
|
-
|
1614
|
-
|
1615
|
-
|
1616
|
-
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
|
1623
|
-
|
1624
|
-
|
1625
|
-
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1629
|
-
|
1630
|
-
|
1631
|
-
|
1632
|
-
|
1633
|
-
|
1634
|
-
|
1635
|
-
|
1636
|
-
|
1637
|
-
|
1638
|
-
|
1639
|
-
|
1640
|
-
|
1641
|
-
|
1642
|
-
|
1643
|
-
|
1644
|
-
|
1645
|
-
|
1646
|
-
|
1647
|
-
|
1648
|
-
|
1649
|
-
|
1650
|
-
|
1651
|
-
|
1652
|
-
|
1653
|
-
|
1654
|
-
|
1655
|
-
|
1656
|
-
|
1657
|
-
|
1658
|
-
|
1659
|
-
|
1660
|
-
|
1661
|
-
|
1662
|
-
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
|
1667
|
-
|
1668
|
-
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1673
|
-
|
1674
|
-
|
1675
|
-
|
1676
|
-
|
1677
|
-
|
1678
|
-
|
1679
|
-
|
1680
|
-
|
1681
|
-
|
1682
|
-
|
1683
|
-
|
1489
|
+
/* -------------------
|
1490
|
+
Doubling
|
1491
|
+
-------------------- */
|
1492
|
+
|
1493
|
+
/* Tablet Only */
|
1494
|
+
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
1495
|
+
.ui.doubling.grid {
|
1496
|
+
width: auto;
|
1497
|
+
}
|
1498
|
+
.ui.grid > .doubling.row,
|
1499
|
+
.ui.doubling.grid > .row {
|
1500
|
+
margin: 0 !important;
|
1501
|
+
padding: 0 !important;
|
1502
|
+
}
|
1503
|
+
.ui.grid > .doubling.row > .column,
|
1504
|
+
.ui.doubling.grid > .row > .column {
|
1505
|
+
padding-top: (@rowSpacing / 2) !important;
|
1506
|
+
padding-bottom: (@rowSpacing / 2) !important;
|
1507
|
+
box-shadow: none !important;
|
1508
|
+
margin: 0;
|
1509
|
+
}
|
1510
|
+
.ui.grid:not(.stretched) > .doubling.row:not(.stretched) > .column:not(.stretched),
|
1511
|
+
.ui.doubling.grid:not(.stretched) > .row:not(.stretched) > .column:not(.stretched) {
|
1512
|
+
display: inline-block !important;
|
1513
|
+
}
|
1514
|
+
.ui[class*="two column"].doubling.grid > .row > .column,
|
1515
|
+
.ui[class*="two column"].doubling.grid > .column:not(.row),
|
1516
|
+
.ui.grid > [class*="two column"].doubling.row.row > .column {
|
1517
|
+
width: @oneColumn !important;
|
1518
|
+
}
|
1519
|
+
.ui[class*="three column"].doubling.grid > .row > .column,
|
1520
|
+
.ui[class*="three column"].doubling.grid > .column:not(.row),
|
1521
|
+
.ui.grid > [class*="three column"].doubling.row.row > .column {
|
1522
|
+
width: @twoColumn !important;
|
1523
|
+
}
|
1524
|
+
.ui[class*="four column"].doubling.grid > .row > .column,
|
1525
|
+
.ui[class*="four column"].doubling.grid > .column:not(.row),
|
1526
|
+
.ui.grid > [class*="four column"].doubling.row.row > .column {
|
1527
|
+
width: @twoColumn !important;
|
1528
|
+
}
|
1529
|
+
.ui[class*="five column"].doubling.grid > .row > .column,
|
1530
|
+
.ui[class*="five column"].doubling.grid > .column:not(.row),
|
1531
|
+
.ui.grid > [class*="five column"].doubling.row.row > .column {
|
1532
|
+
width: @threeColumn !important;
|
1533
|
+
}
|
1534
|
+
.ui[class*="six column"].doubling.grid > .row > .column,
|
1535
|
+
.ui[class*="six column"].doubling.grid > .column:not(.row),
|
1536
|
+
.ui.grid > [class*="six column"].doubling.row.row > .column {
|
1537
|
+
width: @threeColumn !important;
|
1538
|
+
}
|
1539
|
+
.ui[class*="seven column"].doubling.grid > .row > .column,
|
1540
|
+
.ui[class*="seven column"].doubling.grid > .column:not(.row),
|
1541
|
+
.ui.grid > [class*="seven column"].doubling.row.row > .column {
|
1542
|
+
width: @threeColumn !important;
|
1543
|
+
}
|
1544
|
+
.ui[class*="eight column"].doubling.grid > .row > .column,
|
1545
|
+
.ui[class*="eight column"].doubling.grid > .column:not(.row),
|
1546
|
+
.ui.grid > [class*="eight column"].doubling.row.row > .column {
|
1547
|
+
width: @fourColumn !important;
|
1548
|
+
}
|
1549
|
+
.ui[class*="nine column"].doubling.grid > .row > .column,
|
1550
|
+
.ui[class*="nine column"].doubling.grid > .column:not(.row),
|
1551
|
+
.ui.grid > [class*="nine column"].doubling.row.row > .column {
|
1552
|
+
width: @fourColumn !important;
|
1553
|
+
}
|
1554
|
+
.ui[class*="ten column"].doubling.grid > .row > .column,
|
1555
|
+
.ui[class*="ten column"].doubling.grid > .column:not(.row),
|
1556
|
+
.ui.grid > [class*="ten column"].doubling.row.row > .column {
|
1557
|
+
width: @fiveColumn !important;
|
1558
|
+
}
|
1559
|
+
.ui[class*="eleven column"].doubling.grid > .row > .column,
|
1560
|
+
.ui[class*="eleven column"].doubling.grid > .column:not(.row),
|
1561
|
+
.ui.grid > [class*="eleven column"].doubling.row.row > .column {
|
1562
|
+
width: @fiveColumn !important;
|
1563
|
+
}
|
1564
|
+
.ui[class*="twelve column"].doubling.grid > .row > .column,
|
1565
|
+
.ui[class*="twelve column"].doubling.grid > .column:not(.row),
|
1566
|
+
.ui.grid > [class*="twelve column"].doubling.row.row > .column {
|
1567
|
+
width: @sixColumn !important;
|
1568
|
+
}
|
1569
|
+
.ui[class*="thirteen column"].doubling.grid > .row > .column,
|
1570
|
+
.ui[class*="thirteen column"].doubling.grid > .column:not(.row),
|
1571
|
+
.ui.grid > [class*="thirteen column"].doubling.row.row > .column {
|
1572
|
+
width: @sixColumn !important;
|
1573
|
+
}
|
1574
|
+
.ui[class*="fourteen column"].doubling.grid > .row > .column,
|
1575
|
+
.ui[class*="fourteen column"].doubling.grid > .column:not(.row),
|
1576
|
+
.ui.grid > [class*="fourteen column"].doubling.row.row > .column {
|
1577
|
+
width: @sevenColumn !important;
|
1578
|
+
}
|
1579
|
+
.ui[class*="fifteen column"].doubling.grid > .row > .column,
|
1580
|
+
.ui[class*="fifteen column"].doubling.grid > .column:not(.row),
|
1581
|
+
.ui.grid > [class*="fifteen column"].doubling.row.row > .column {
|
1582
|
+
width: @sevenColumn !important;
|
1583
|
+
}
|
1584
|
+
.ui[class*="sixteen column"].doubling.grid > .row > .column,
|
1585
|
+
.ui[class*="sixteen column"].doubling.grid > .column:not(.row),
|
1586
|
+
.ui.grid > [class*="sixteen column"].doubling.row.row > .column {
|
1587
|
+
width: @eightColumn !important;
|
1588
|
+
}
|
1589
|
+
}
|
1590
|
+
|
1591
|
+
/* Mobile Only */
|
1592
|
+
@media only screen and (max-width: @largestMobileScreen) {
|
1593
|
+
.ui.grid > .doubling.row,
|
1594
|
+
.ui.doubling.grid > .row {
|
1595
|
+
margin: 0 !important;
|
1596
|
+
padding: 0 !important;
|
1597
|
+
}
|
1598
|
+
.ui.grid > .doubling.row > .column,
|
1599
|
+
.ui.doubling.grid > .row > .column {
|
1600
|
+
padding-top: (@rowSpacing / 2) !important;
|
1601
|
+
padding-bottom: (@rowSpacing / 2) !important;
|
1602
|
+
margin: 0 !important;
|
1603
|
+
box-shadow: none !important;
|
1604
|
+
}
|
1605
|
+
.ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
|
1606
|
+
.ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
|
1607
|
+
.ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
|
1608
|
+
width: @oneColumn !important;
|
1609
|
+
}
|
1610
|
+
.ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
|
1611
|
+
.ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
|
1612
|
+
.ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
|
1613
|
+
width: @twoColumn !important;
|
1614
|
+
}
|
1615
|
+
.ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
|
1616
|
+
.ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
|
1617
|
+
.ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
|
1618
|
+
width: @twoColumn !important;
|
1619
|
+
}
|
1620
|
+
.ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
|
1621
|
+
.ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
|
1622
|
+
.ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
|
1623
|
+
width: @twoColumn !important;
|
1624
|
+
}
|
1625
|
+
.ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
|
1626
|
+
.ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
|
1627
|
+
.ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
|
1628
|
+
width: @twoColumn !important;
|
1629
|
+
}
|
1630
|
+
.ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
|
1631
|
+
.ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
|
1632
|
+
.ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
|
1633
|
+
width: @twoColumn !important;
|
1634
|
+
}
|
1635
|
+
.ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
|
1636
|
+
.ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
|
1637
|
+
.ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
|
1638
|
+
width: @twoColumn !important;
|
1639
|
+
}
|
1640
|
+
.ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
|
1641
|
+
.ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
|
1642
|
+
.ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
|
1643
|
+
width: @threeColumn !important;
|
1644
|
+
}
|
1645
|
+
.ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
|
1646
|
+
.ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
|
1647
|
+
.ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
|
1648
|
+
width: @threeColumn !important;
|
1649
|
+
}
|
1650
|
+
.ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
|
1651
|
+
.ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
|
1652
|
+
.ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
|
1653
|
+
width: @threeColumn !important;
|
1654
|
+
}
|
1655
|
+
.ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
|
1656
|
+
.ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
|
1657
|
+
.ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
|
1658
|
+
width: @threeColumn !important;
|
1659
|
+
}
|
1660
|
+
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
|
1661
|
+
.ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1662
|
+
.ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
|
1663
|
+
width: @threeColumn !important;
|
1664
|
+
}
|
1665
|
+
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
|
1666
|
+
.ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1667
|
+
.ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
|
1668
|
+
width: @fourColumn !important;
|
1669
|
+
}
|
1670
|
+
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
|
1671
|
+
.ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1672
|
+
.ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
|
1673
|
+
width: @fourColumn !important;
|
1674
|
+
}
|
1675
|
+
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
|
1676
|
+
.ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
|
1677
|
+
.ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
|
1678
|
+
width: @fourColumn !important;
|
1679
|
+
}
|
1680
|
+
}
|
1684
1681
|
}
|
1685
1682
|
|
1686
1683
|
& when (@variationGridStackable) {
|
1687
|
-
|
1688
|
-
|
1689
|
-
|
1690
|
-
|
1691
|
-
|
1692
|
-
|
1693
|
-
|
1694
|
-
|
1695
|
-
|
1696
|
-
|
1697
|
-
|
1698
|
-
|
1699
|
-
|
1700
|
-
|
1701
|
-
|
1702
|
-
|
1703
|
-
|
1704
|
-
|
1705
|
-
|
1706
|
-
|
1707
|
-
|
1708
|
-
|
1709
|
-
|
1710
|
-
|
1711
|
-
|
1712
|
-
|
1713
|
-
|
1714
|
-
|
1715
|
-
|
1716
|
-
|
1717
|
-
|
1718
|
-
|
1719
|
-
|
1720
|
-
|
1721
|
-
|
1722
|
-
|
1723
|
-
|
1724
|
-
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1728
|
-
|
1729
|
-
|
1730
|
-
|
1731
|
-
|
1732
|
-
|
1733
|
-
|
1684
|
+
/* -------------------
|
1685
|
+
Stackable
|
1686
|
+
-------------------- */
|
1687
|
+
|
1688
|
+
@media only screen and (max-width: @largestMobileScreen) {
|
1689
|
+
.ui.ui.ui.ui.stackable.grid {
|
1690
|
+
width: auto;
|
1691
|
+
margin-left: 0 !important;
|
1692
|
+
margin-right: 0 !important;
|
1693
|
+
}
|
1694
|
+
.ui.stackable.grid > .row > .wide.column,
|
1695
|
+
.ui.stackable.grid > .wide.column,
|
1696
|
+
.ui.stackable.grid > .column.grid > .column,
|
1697
|
+
.ui.stackable.grid > .column.row > .column,
|
1698
|
+
.ui.stackable.grid > .row > .column,
|
1699
|
+
.ui.stackable.grid > .column:not(.row),
|
1700
|
+
.ui.grid > .stackable.stackable.stackable.row > .column {
|
1701
|
+
width: 100% !important;
|
1702
|
+
margin: 0 0 !important;
|
1703
|
+
box-shadow: none !important;
|
1704
|
+
padding: (@stackableRowSpacing / 2) (@stackableGutter / 2);
|
1705
|
+
}
|
1706
|
+
.ui.stackable.grid:not(.vertically) > .row {
|
1707
|
+
margin: 0;
|
1708
|
+
padding: 0;
|
1709
|
+
}
|
1710
|
+
|
1711
|
+
/* Coupling */
|
1712
|
+
.ui.container > .ui.stackable.grid > .column,
|
1713
|
+
.ui.container > .ui.stackable.grid > .row > .column {
|
1714
|
+
padding-left: 0 !important;
|
1715
|
+
padding-right: 0 !important;
|
1716
|
+
}
|
1717
|
+
|
1718
|
+
/* Don't pad inside segment or nested grid */
|
1719
|
+
.ui.grid .ui.stackable.grid,
|
1720
|
+
.ui.segment:not(.vertical) .ui.stackable.page.grid {
|
1721
|
+
margin-left: -(@stackableGutter / 2) !important;
|
1722
|
+
margin-right: -(@stackableGutter / 2) !important;
|
1723
|
+
}
|
1724
|
+
|
1725
|
+
/* Divided Stackable */
|
1726
|
+
.ui.stackable.divided.grid > .row:first-child > .column:first-child,
|
1727
|
+
.ui.stackable.celled.grid > .row:first-child > .column:first-child,
|
1728
|
+
.ui.stackable.divided.grid > .column:not(.row):first-child,
|
1729
|
+
.ui.stackable.celled.grid > .column:not(.row):first-child {
|
1730
|
+
border-top: none !important;
|
1731
|
+
}
|
1732
|
+
& when (@variationGridInverted) {
|
1733
|
+
.ui.inverted.stackable.celled.grid > .column:not(.row),
|
1734
|
+
.ui.inverted.stackable.divided.grid > .column:not(.row),
|
1735
|
+
.ui.inverted.stackable.celled.grid > .row > .column,
|
1736
|
+
.ui.inverted.stackable.divided.grid > .row > .column {
|
1737
|
+
border-top: @stackableInvertedMobileBorder;
|
1738
|
+
}
|
1739
|
+
}
|
1740
|
+
.ui.stackable.celled.grid > .column:not(.row),
|
1741
|
+
.ui.stackable.divided:not(.vertically).grid > .column:not(.row),
|
1742
|
+
.ui.stackable.celled.grid > .row > .column,
|
1743
|
+
.ui.stackable.divided:not(.vertically).grid > .row > .column {
|
1744
|
+
border-top: @stackableMobileBorder;
|
1745
|
+
box-shadow: none !important;
|
1746
|
+
padding-top: @stackableRowSpacing !important;
|
1747
|
+
padding-bottom: @stackableRowSpacing !important;
|
1748
|
+
}
|
1749
|
+
& when (@variationGridCelled) {
|
1750
|
+
.ui.stackable.celled.grid > .row {
|
1751
|
+
box-shadow: none !important;
|
1752
|
+
}
|
1753
|
+
}
|
1754
|
+
& when (@variationGridDivided) {
|
1755
|
+
.ui.stackable.divided:not(.vertically).grid > .column:not(.row),
|
1756
|
+
.ui.stackable.divided:not(.vertically).grid > .row > .column {
|
1757
|
+
padding-left: 0 !important;
|
1758
|
+
padding-right: 0 !important;
|
1759
|
+
}
|
1760
|
+
}
|
1734
1761
|
}
|
1735
|
-
|
1736
|
-
.ui.inverted.stackable.celled.grid > .column:not(.row),
|
1737
|
-
.ui.inverted.stackable.divided.grid > .column:not(.row),
|
1738
|
-
.ui.inverted.stackable.celled.grid > .row > .column,
|
1739
|
-
.ui.inverted.stackable.divided.grid > .row > .column {
|
1740
|
-
border-top: @stackableInvertedMobileBorder;
|
1741
|
-
}
|
1742
|
-
}
|
1743
|
-
.ui.stackable.celled.grid > .column:not(.row),
|
1744
|
-
.ui.stackable.divided:not(.vertically).grid > .column:not(.row),
|
1745
|
-
.ui.stackable.celled.grid > .row > .column,
|
1746
|
-
.ui.stackable.divided:not(.vertically).grid > .row > .column {
|
1747
|
-
border-top: @stackableMobileBorder;
|
1748
|
-
box-shadow: none !important;
|
1749
|
-
padding-top: @stackableRowSpacing !important;
|
1750
|
-
padding-bottom: @stackableRowSpacing !important;
|
1751
|
-
}
|
1752
|
-
& when (@variationGridCelled) {
|
1753
|
-
.ui.stackable.celled.grid > .row {
|
1754
|
-
box-shadow: none !important;
|
1755
|
-
}
|
1756
|
-
}
|
1757
|
-
& when (@variationGridDivided) {
|
1758
|
-
.ui.stackable.divided:not(.vertically).grid > .column:not(.row),
|
1759
|
-
.ui.stackable.divided:not(.vertically).grid > .row > .column {
|
1760
|
-
padding-left: 0 !important;
|
1761
|
-
padding-right: 0 !important;
|
1762
|
-
}
|
1763
|
-
}
|
1764
|
-
}
|
1765
|
-
|
1766
|
-
}
|
1767
|
-
|
1768
|
-
/*----------------------
|
1769
|
-
Only (Device)
|
1770
|
-
-----------------------*/
|
1762
|
+
}
|
1771
1763
|
|
1764
|
+
/* ----------------------
|
1765
|
+
Only (Device)
|
1766
|
+
----------------------- */
|
1772
1767
|
|
1773
1768
|
/* These include arbitrary class repetitions for forced specificity */
|
1774
1769
|
|
1775
1770
|
/* Mobile Only Hide */
|
1776
1771
|
@media only screen and (max-width: @largestMobileScreen) {
|
1777
|
-
|
1778
|
-
|
1779
|
-
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1786
|
-
|
1787
|
-
|
1788
|
-
|
1789
|
-
|
1790
|
-
|
1791
|
-
|
1792
|
-
|
1793
|
-
|
1794
|
-
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
|
1799
|
-
|
1800
|
-
|
1772
|
+
.ui[class*="tablet only"].grid.grid.grid:not(.mobile),
|
1773
|
+
.ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
|
1774
|
+
.ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
|
1775
|
+
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
|
1776
|
+
display: none !important;
|
1777
|
+
}
|
1778
|
+
.ui[class*="computer only"].grid.grid.grid:not(.mobile),
|
1779
|
+
.ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
|
1780
|
+
.ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
|
1781
|
+
.ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
|
1782
|
+
display: none !important;
|
1783
|
+
}
|
1784
|
+
.ui[class*="large screen only"].grid.grid.grid:not(.mobile),
|
1785
|
+
.ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
|
1786
|
+
.ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
|
1787
|
+
.ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1788
|
+
display: none !important;
|
1789
|
+
}
|
1790
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1791
|
+
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1792
|
+
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1793
|
+
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1794
|
+
display: none !important;
|
1795
|
+
}
|
1801
1796
|
}
|
1797
|
+
|
1802
1798
|
/* Tablet Only Hide */
|
1803
1799
|
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
1804
|
-
|
1805
|
-
|
1806
|
-
|
1807
|
-
|
1808
|
-
|
1809
|
-
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1817
|
-
|
1818
|
-
|
1819
|
-
|
1820
|
-
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1824
|
-
|
1825
|
-
|
1826
|
-
|
1827
|
-
|
1800
|
+
.ui[class*="mobile only"].grid.grid.grid:not(.tablet),
|
1801
|
+
.ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
|
1802
|
+
.ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
|
1803
|
+
.ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
|
1804
|
+
display: none !important;
|
1805
|
+
}
|
1806
|
+
.ui[class*="computer only"].grid.grid.grid:not(.tablet),
|
1807
|
+
.ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
|
1808
|
+
.ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
|
1809
|
+
.ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
|
1810
|
+
display: none !important;
|
1811
|
+
}
|
1812
|
+
.ui[class*="large screen only"].grid.grid.grid:not(.mobile),
|
1813
|
+
.ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
|
1814
|
+
.ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
|
1815
|
+
.ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1816
|
+
display: none !important;
|
1817
|
+
}
|
1818
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1819
|
+
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1820
|
+
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1821
|
+
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1822
|
+
display: none !important;
|
1823
|
+
}
|
1828
1824
|
}
|
1829
1825
|
|
1830
1826
|
/* Computer Only Hide */
|
1831
1827
|
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
1832
|
-
|
1833
|
-
|
1834
|
-
|
1835
|
-
|
1836
|
-
|
1837
|
-
|
1838
|
-
|
1839
|
-
|
1840
|
-
|
1841
|
-
|
1842
|
-
|
1843
|
-
|
1844
|
-
|
1845
|
-
|
1846
|
-
|
1847
|
-
|
1848
|
-
|
1849
|
-
|
1850
|
-
|
1851
|
-
|
1852
|
-
|
1853
|
-
|
1854
|
-
|
1855
|
-
|
1828
|
+
.ui[class*="mobile only"].grid.grid.grid:not(.computer),
|
1829
|
+
.ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
|
1830
|
+
.ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
|
1831
|
+
.ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1832
|
+
display: none !important;
|
1833
|
+
}
|
1834
|
+
.ui[class*="tablet only"].grid.grid.grid:not(.computer),
|
1835
|
+
.ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
|
1836
|
+
.ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
|
1837
|
+
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1838
|
+
display: none !important;
|
1839
|
+
}
|
1840
|
+
.ui[class*="large screen only"].grid.grid.grid:not(.mobile),
|
1841
|
+
.ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
|
1842
|
+
.ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
|
1843
|
+
.ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1844
|
+
display: none !important;
|
1845
|
+
}
|
1846
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1847
|
+
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1848
|
+
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1849
|
+
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1850
|
+
display: none !important;
|
1851
|
+
}
|
1856
1852
|
}
|
1857
1853
|
|
1858
1854
|
/* Large Screen Only Hide */
|
1859
1855
|
@media only screen and (min-width: @largeMonitorBreakpoint) and (max-width: @largestLargeMonitor) {
|
1860
|
-
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
|
1870
|
-
|
1871
|
-
|
1872
|
-
|
1873
|
-
|
1874
|
-
|
1875
|
-
|
1876
|
-
|
1877
|
-
|
1856
|
+
.ui[class*="mobile only"].grid.grid.grid:not(.computer),
|
1857
|
+
.ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
|
1858
|
+
.ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
|
1859
|
+
.ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1860
|
+
display: none !important;
|
1861
|
+
}
|
1862
|
+
.ui[class*="tablet only"].grid.grid.grid:not(.computer),
|
1863
|
+
.ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
|
1864
|
+
.ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
|
1865
|
+
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1866
|
+
display: none !important;
|
1867
|
+
}
|
1868
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1869
|
+
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1870
|
+
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1871
|
+
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1872
|
+
display: none !important;
|
1873
|
+
}
|
1878
1874
|
}
|
1879
1875
|
|
1880
1876
|
/* Widescreen Only Hide */
|
1881
1877
|
@media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
1882
|
-
|
1883
|
-
|
1884
|
-
|
1885
|
-
|
1886
|
-
|
1887
|
-
}
|
1888
|
-
.ui[class*="tablet only"].grid.grid.grid:not(.computer),
|
1889
|
-
.ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
|
1890
|
-
.ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
|
1891
|
-
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1892
|
-
display: none !important;
|
1893
|
-
}
|
1894
|
-
}
|
1895
|
-
|
1896
|
-
& when (@variationGridCompact) {
|
1897
|
-
/*-----------------
|
1898
|
-
Compact
|
1899
|
-
-----------------*/
|
1900
|
-
|
1901
|
-
.ui.ui.ui.compact.grid {
|
1902
|
-
margin: -(@compactGutterWidth / 2);
|
1903
|
-
}
|
1904
|
-
|
1905
|
-
.ui.ui.ui.compact.grid > .column:not(.row),
|
1906
|
-
.ui.ui.ui.compact.grid > .row > .column {
|
1907
|
-
padding-left: (@compactGutterWidth / 2);
|
1908
|
-
padding-right: (@compactGutterWidth / 2);
|
1909
|
-
}
|
1910
|
-
|
1911
|
-
.ui.ui.ui.compact.grid > * {
|
1912
|
-
padding-left: (@compactGutterWidth / 2);
|
1913
|
-
padding-right: (@compactGutterWidth / 2);
|
1914
|
-
}
|
1915
|
-
|
1916
|
-
/* Row */
|
1917
|
-
.ui.ui.ui.compact.grid > .row {
|
1918
|
-
padding-top: (@compactRowSpacing / 2);
|
1919
|
-
padding-bottom: (@compactRowSpacing / 2);
|
1920
|
-
padding-left: 0;
|
1921
|
-
padding-right: 0;
|
1922
|
-
}
|
1923
|
-
|
1924
|
-
/* Columns */
|
1925
|
-
.ui.ui.ui.compact.grid > .column:not(.row) {
|
1926
|
-
padding-top: (@compactRowSpacing / 2);
|
1927
|
-
padding-bottom: (@compactRowSpacing / 2);
|
1928
|
-
}
|
1929
|
-
& when (@variationGridRelaxed) and (@variationGridCelled) {
|
1930
|
-
/* Relaxed + Celled */
|
1931
|
-
.ui.compact.relaxed.celled.grid > .column:not(.row),
|
1932
|
-
.ui.compact.relaxed.celled.grid > .row > .column {
|
1933
|
-
padding: @compactCelledRelaxedPadding;
|
1878
|
+
.ui[class*="mobile only"].grid.grid.grid:not(.computer),
|
1879
|
+
.ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
|
1880
|
+
.ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
|
1881
|
+
.ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
|
1882
|
+
display: none !important;
|
1934
1883
|
}
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
|
1939
|
-
|
1884
|
+
.ui[class*="tablet only"].grid.grid.grid:not(.computer),
|
1885
|
+
.ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
|
1886
|
+
.ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
|
1887
|
+
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1888
|
+
display: none !important;
|
1940
1889
|
}
|
1941
|
-
|
1890
|
+
}
|
1942
1891
|
|
1943
|
-
|
1944
|
-
|
1945
|
-
|
1892
|
+
& when (@variationGridCompact) {
|
1893
|
+
/* -----------------
|
1894
|
+
Compact
|
1895
|
+
----------------- */
|
1946
1896
|
|
1947
|
-
|
1948
|
-
|
1949
|
-
margin: -(@veryCompactGutterWidth / 2);
|
1897
|
+
.ui.ui.ui.compact.grid {
|
1898
|
+
margin: -(@compactGutterWidth / 2);
|
1950
1899
|
}
|
1951
1900
|
|
1952
|
-
.ui.ui.ui
|
1953
|
-
.ui.ui.ui
|
1954
|
-
|
1955
|
-
|
1901
|
+
.ui.ui.ui.compact.grid > .column:not(.row),
|
1902
|
+
.ui.ui.ui.compact.grid > .row > .column {
|
1903
|
+
padding-left: (@compactGutterWidth / 2);
|
1904
|
+
padding-right: (@compactGutterWidth / 2);
|
1956
1905
|
}
|
1957
1906
|
|
1958
|
-
.ui.ui.ui
|
1959
|
-
|
1960
|
-
|
1907
|
+
.ui.ui.ui.compact.grid > * {
|
1908
|
+
padding-left: (@compactGutterWidth / 2);
|
1909
|
+
padding-right: (@compactGutterWidth / 2);
|
1961
1910
|
}
|
1962
1911
|
|
1963
1912
|
/* Row */
|
1964
|
-
.ui.ui.ui
|
1965
|
-
|
1966
|
-
|
1967
|
-
|
1968
|
-
|
1913
|
+
.ui.ui.ui.compact.grid > .row {
|
1914
|
+
padding-top: (@compactRowSpacing / 2);
|
1915
|
+
padding-bottom: (@compactRowSpacing / 2);
|
1916
|
+
padding-left: 0;
|
1917
|
+
padding-right: 0;
|
1969
1918
|
}
|
1970
1919
|
|
1971
1920
|
/* Columns */
|
1972
|
-
.ui.ui.ui
|
1973
|
-
|
1974
|
-
|
1921
|
+
.ui.ui.ui.compact.grid > .column:not(.row) {
|
1922
|
+
padding-top: (@compactRowSpacing / 2);
|
1923
|
+
padding-bottom: (@compactRowSpacing / 2);
|
1975
1924
|
}
|
1976
1925
|
& when (@variationGridRelaxed) and (@variationGridCelled) {
|
1977
|
-
|
1978
|
-
|
1979
|
-
|
1980
|
-
|
1981
|
-
|
1982
|
-
|
1983
|
-
|
1984
|
-
|
1985
|
-
|
1926
|
+
/* Relaxed + Celled */
|
1927
|
+
.ui.compact.relaxed.celled.grid > .column:not(.row),
|
1928
|
+
.ui.compact.relaxed.celled.grid > .row > .column {
|
1929
|
+
padding: @compactCelledRelaxedPadding;
|
1930
|
+
}
|
1931
|
+
& when (@variationGridVeryRelaxed) {
|
1932
|
+
.ui.compact[class*="very relaxed"].celled.grid > .column:not(.row),
|
1933
|
+
.ui.compact[class*="very relaxed"].celled.grid > .row > .column {
|
1934
|
+
padding: @compactCelledVeryRelaxedPadding;
|
1935
|
+
}
|
1986
1936
|
}
|
1987
|
-
}
|
1988
1937
|
}
|
1989
|
-
}
|
1990
|
-
}
|
1991
1938
|
|
1939
|
+
/* -----------------
|
1940
|
+
Very compact
|
1941
|
+
----------------- */
|
1942
|
+
|
1943
|
+
& when (@variationGridVeryCompact) {
|
1944
|
+
.ui.ui.ui[class*="very compact"].grid {
|
1945
|
+
margin: -(@veryCompactGutterWidth / 2);
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
.ui.ui.ui[class*="very compact"].grid > .column:not(.row),
|
1949
|
+
.ui.ui.ui[class*="very compact"].grid > .row > .column {
|
1950
|
+
padding-left: (@veryCompactGutterWidth / 2);
|
1951
|
+
padding-right: (@veryCompactGutterWidth / 2);
|
1952
|
+
}
|
1953
|
+
|
1954
|
+
.ui.ui.ui[class*="very compact"].grid > * {
|
1955
|
+
padding-left: (@veryCompactGutterWidth / 2);
|
1956
|
+
padding-right: (@veryCompactGutterWidth / 2);
|
1957
|
+
}
|
1958
|
+
|
1959
|
+
/* Row */
|
1960
|
+
.ui.ui.ui[class*="very compact"].grid > .row {
|
1961
|
+
padding-top: (@veryCompactRowSpacing / 2);
|
1962
|
+
padding-bottom: (@veryCompactRowSpacing / 2);
|
1963
|
+
padding-left: 0;
|
1964
|
+
padding-right: 0;
|
1965
|
+
}
|
1966
|
+
|
1967
|
+
/* Columns */
|
1968
|
+
.ui.ui.ui[class*="very compact"].grid > .column:not(.row) {
|
1969
|
+
padding-top: (@veryCompactRowSpacing / 2);
|
1970
|
+
padding-bottom: (@veryCompactRowSpacing / 2);
|
1971
|
+
}
|
1972
|
+
& when (@variationGridRelaxed) and (@variationGridCelled) {
|
1973
|
+
/* Relaxed + Celled */
|
1974
|
+
.ui[class*="very compact"].relaxed.celled.grid > .column:not(.row),
|
1975
|
+
.ui[class*="very compact"].relaxed.celled.grid > .row > .column {
|
1976
|
+
padding: @veryCompactCelledRelaxedPadding;
|
1977
|
+
}
|
1978
|
+
& when (@variationGridVeryRelaxed) {
|
1979
|
+
.ui[class*="very compact"][class*="very relaxed"].celled.grid > .column:not(.row),
|
1980
|
+
.ui[class*="very compact"][class*="very relaxed"].celled.grid > .row > .column {
|
1981
|
+
padding: @veryCompactCelledVeryRelaxedPadding;
|
1982
|
+
}
|
1983
|
+
}
|
1984
|
+
}
|
1985
|
+
}
|
1986
|
+
}
|
1992
1987
|
|
1993
1988
|
.loadUIOverrides();
|