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 : 'element';
|
16
16
|
@element : 'container';
|
17
17
|
|
18
18
|
@import (multiple) '../../theme.config';
|
@@ -23,104 +23,104 @@
|
|
23
23
|
|
24
24
|
/* All Sizes */
|
25
25
|
.ui.container {
|
26
|
-
|
27
|
-
|
26
|
+
display: block;
|
27
|
+
max-width: @maxWidth;
|
28
28
|
}
|
29
29
|
|
30
30
|
/* Mobile */
|
31
31
|
@media only screen and (max-width: @largestMobileScreen) {
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
}
|
37
|
-
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
38
|
-
.ui.ui.ui.grid.container {
|
39
|
-
width: @mobileGridWidth;
|
32
|
+
.ui.ui.ui.container:not(.fluid) {
|
33
|
+
width: @mobileWidth;
|
34
|
+
margin-left: @mobileGutter;
|
35
|
+
margin-right: @mobileGutter;
|
40
36
|
}
|
41
|
-
& when (@variationContainerRelaxed) {
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
37
|
+
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
38
|
+
.ui.ui.ui.grid.container {
|
39
|
+
width: @mobileGridWidth;
|
40
|
+
}
|
41
|
+
& when (@variationContainerRelaxed) {
|
42
|
+
.ui.ui.ui.relaxed.grid.container {
|
43
|
+
width: @mobileRelaxedGridWidth;
|
44
|
+
}
|
45
|
+
& when (@variationContainerVeryRelaxed) {
|
46
|
+
.ui.ui.ui.very.relaxed.grid.container {
|
47
|
+
width: @mobileVeryRelaxedGridWidth;
|
48
|
+
}
|
49
|
+
}
|
48
50
|
}
|
49
|
-
}
|
50
51
|
}
|
51
|
-
}
|
52
52
|
}
|
53
53
|
|
54
54
|
/* Tablet */
|
55
55
|
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
}
|
61
|
-
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
62
|
-
.ui.ui.ui.grid.container {
|
63
|
-
width: @tabletGridWidth;
|
56
|
+
.ui.ui.ui.container:not(.fluid) {
|
57
|
+
width: @tabletWidth;
|
58
|
+
margin-left: @tabletGutter;
|
59
|
+
margin-right: @tabletGutter;
|
64
60
|
}
|
65
|
-
& when (@variationContainerRelaxed) {
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
61
|
+
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
62
|
+
.ui.ui.ui.grid.container {
|
63
|
+
width: @tabletGridWidth;
|
64
|
+
}
|
65
|
+
& when (@variationContainerRelaxed) {
|
66
|
+
.ui.ui.ui.relaxed.grid.container {
|
67
|
+
width: @tabletRelaxedGridWidth;
|
68
|
+
}
|
69
|
+
& when (@variationContainerVeryRelaxed) {
|
70
|
+
.ui.ui.ui.very.relaxed.grid.container {
|
71
|
+
width: @tabletVeryRelaxedGridWidth;
|
72
|
+
}
|
73
|
+
}
|
72
74
|
}
|
73
|
-
}
|
74
75
|
}
|
75
|
-
}
|
76
76
|
}
|
77
77
|
|
78
78
|
/* Small Monitor */
|
79
79
|
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
}
|
85
|
-
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
86
|
-
.ui.ui.ui.grid.container {
|
87
|
-
width: @computerGridWidth;
|
80
|
+
.ui.ui.ui.container:not(.fluid) {
|
81
|
+
width: @computerWidth;
|
82
|
+
margin-left: @computerGutter;
|
83
|
+
margin-right: @computerGutter;
|
88
84
|
}
|
89
|
-
& when (@variationContainerRelaxed) {
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
85
|
+
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
86
|
+
.ui.ui.ui.grid.container {
|
87
|
+
width: @computerGridWidth;
|
88
|
+
}
|
89
|
+
& when (@variationContainerRelaxed) {
|
90
|
+
.ui.ui.ui.relaxed.grid.container {
|
91
|
+
width: @computerRelaxedGridWidth;
|
92
|
+
}
|
93
|
+
& when (@variationContainerVeryRelaxed) {
|
94
|
+
.ui.ui.ui.very.relaxed.grid.container {
|
95
|
+
width: @computerVeryRelaxedGridWidth;
|
96
|
+
}
|
97
|
+
}
|
96
98
|
}
|
97
|
-
}
|
98
99
|
}
|
99
|
-
}
|
100
100
|
}
|
101
101
|
|
102
102
|
/* Large Monitor */
|
103
103
|
@media only screen and (min-width: @largeMonitorBreakpoint) {
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
}
|
109
|
-
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
110
|
-
.ui.ui.ui.grid.container {
|
111
|
-
width: @largeMonitorGridWidth;
|
104
|
+
.ui.ui.ui.container:not(.fluid) {
|
105
|
+
width: @largeMonitorWidth;
|
106
|
+
margin-left: @largeMonitorGutter;
|
107
|
+
margin-right: @largeMonitorGutter;
|
112
108
|
}
|
113
|
-
& when (@variationContainerRelaxed) {
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
109
|
+
& when (@variationContainerGrid) or (@variationContainerRelaxed) {
|
110
|
+
.ui.ui.ui.grid.container {
|
111
|
+
width: @largeMonitorGridWidth;
|
112
|
+
}
|
113
|
+
& when (@variationContainerRelaxed) {
|
114
|
+
.ui.ui.ui.relaxed.grid.container {
|
115
|
+
width: @largeMonitorRelaxedGridWidth;
|
116
|
+
}
|
117
|
+
& when (@variationContainerVeryRelaxed) {
|
118
|
+
.ui.ui.ui.very.relaxed.grid.container {
|
119
|
+
width: @largeMonitorVeryRelaxedGridWidth;
|
120
|
+
}
|
121
|
+
}
|
120
122
|
}
|
121
|
-
}
|
122
123
|
}
|
123
|
-
}
|
124
124
|
}
|
125
125
|
|
126
126
|
/*******************************
|
@@ -128,170 +128,170 @@
|
|
128
128
|
*******************************/
|
129
129
|
|
130
130
|
& when (@variationContainerText) {
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
131
|
+
/* Text Container */
|
132
|
+
.ui.text.container {
|
133
|
+
font-family: @textFontFamily;
|
134
|
+
max-width: @textWidth;
|
135
|
+
line-height: @textLineHeight;
|
136
|
+
font-size: @textSize;
|
137
|
+
}
|
138
138
|
}
|
139
139
|
|
140
140
|
& when (@variationContainerWide) {
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
141
|
+
/* Wide Container */
|
142
|
+
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) {
|
143
|
+
.ui.ui.ui.wide.container {
|
144
|
+
width: @tabletWideWidth;
|
145
|
+
}
|
145
146
|
}
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
147
|
+
@media only screen and (min-width: @computerBreakpoint) and (max-width: @largestSmallMonitor) {
|
148
|
+
.ui.ui.ui.wide.container {
|
149
|
+
width: @computerWideWidth;
|
150
|
+
}
|
150
151
|
}
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
152
|
+
@media only screen and (min-width: @largeMonitorBreakpoint) {
|
153
|
+
.ui.ui.ui.wide.container {
|
154
|
+
width: @largeMonitorWideWidth;
|
155
|
+
}
|
155
156
|
}
|
156
|
-
}
|
157
157
|
}
|
158
158
|
|
159
159
|
& when (@variationContainerFluid) {
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
160
|
+
/* Fluid */
|
161
|
+
.ui.fluid.container {
|
162
|
+
width: 100%;
|
163
|
+
}
|
164
164
|
}
|
165
165
|
|
166
166
|
/*******************************
|
167
167
|
Variations
|
168
168
|
*******************************/
|
169
169
|
& when (@variationContainerAligned) {
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
170
|
+
.ui[class*="left aligned"].container {
|
171
|
+
text-align: left;
|
172
|
+
}
|
173
|
+
.ui[class*="center aligned"].container {
|
174
|
+
text-align: center;
|
175
|
+
}
|
176
|
+
.ui[class*="right aligned"].container {
|
177
|
+
text-align: right;
|
178
|
+
}
|
179
179
|
}
|
180
180
|
& when (@variationContainerJustified) {
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
181
|
+
.ui.justified.container {
|
182
|
+
text-align: justify;
|
183
|
+
hyphens: auto;
|
184
|
+
}
|
185
185
|
}
|
186
186
|
& when (@variationContainerScrolling) {
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
.ui.scrolling.container {
|
191
|
-
overflow: auto;
|
192
|
-
}
|
193
|
-
@media only screen and (max-width : @largestMobileScreen) {
|
194
|
-
& when (@variationContainerScrollingShort) {
|
195
|
-
.ui.scrolling.container.short {
|
196
|
-
max-height: @scrollingMobileMaxHeight * 0.75;
|
197
|
-
}
|
198
|
-
}
|
199
|
-
& when (@variationContainerScrollingVeryShort) {
|
200
|
-
.ui.scrolling.container[class*="very short"] {
|
201
|
-
max-height: @scrollingMobileMaxHeight * 0.5;
|
202
|
-
}
|
203
|
-
}
|
187
|
+
/* --------------
|
188
|
+
Scrolling
|
189
|
+
--------------- */
|
204
190
|
.ui.scrolling.container {
|
205
|
-
|
191
|
+
overflow: auto;
|
192
|
+
overscroll-behavior: @overscrollBehavior;
|
206
193
|
}
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
194
|
+
@media only screen and (max-width: @largestMobileScreen) {
|
195
|
+
& when (@variationContainerScrollingShort) {
|
196
|
+
.ui.scrolling.container.short {
|
197
|
+
max-height: @scrollingMobileMaxHeight * 0.75;
|
198
|
+
}
|
199
|
+
}
|
200
|
+
& when (@variationContainerScrollingVeryShort) {
|
201
|
+
.ui.scrolling.container[class*="very short"] {
|
202
|
+
max-height: @scrollingMobileMaxHeight * 0.5;
|
203
|
+
}
|
204
|
+
}
|
205
|
+
.ui.scrolling.container {
|
206
|
+
max-height: @scrollingMobileMaxHeight;
|
207
|
+
}
|
208
|
+
& when (@variationContainerScrollingLong) {
|
209
|
+
.ui.scrolling.container.long {
|
210
|
+
max-height: @scrollingMobileMaxHeight * 2;
|
211
|
+
}
|
212
|
+
}
|
213
|
+
& when (@variationContainerScrollingVeryLong) {
|
214
|
+
.ui.scrolling.container[class*="very long"] {
|
215
|
+
max-height: @scrollingMobileMaxHeight * 3;
|
216
|
+
}
|
217
|
+
}
|
216
218
|
}
|
217
|
-
}
|
218
219
|
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
}
|
244
|
-
@media only screen and (min-width: @computerBreakpoint) {
|
245
|
-
& when (@variationContainerScrollingShort) {
|
246
|
-
.ui.scrolling.container.short {
|
247
|
-
max-height: @scrollingComputerMaxHeight * 0.75;
|
248
|
-
}
|
249
|
-
}
|
250
|
-
& when (@variationContainerScrollingVeryShort) {
|
251
|
-
.ui.scrolling.container[class*="very short"] {
|
252
|
-
max-height: @scrollingComputerMaxHeight * 0.5;
|
253
|
-
}
|
254
|
-
}
|
255
|
-
.ui.scrolling.container {
|
256
|
-
max-height: @scrollingComputerMaxHeight;
|
257
|
-
}
|
258
|
-
& when (@variationContainerScrollingLong) {
|
259
|
-
.ui.scrolling.container.long {
|
260
|
-
max-height: @scrollingComputerMaxHeight * 2;
|
261
|
-
}
|
262
|
-
}
|
263
|
-
& when (@variationContainerScrollingVeryLong) {
|
264
|
-
.ui.scrolling.container[class*="very long"]{
|
265
|
-
max-height: @scrollingComputerMaxHeight * 3;
|
266
|
-
}
|
267
|
-
}
|
268
|
-
}
|
269
|
-
@media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
270
|
-
& when (@variationContainerScrollingShort) {
|
271
|
-
.ui.scrolling.container.short {
|
272
|
-
max-height: @scrollingWidescreenMaxHeight * 0.75;
|
273
|
-
}
|
274
|
-
}
|
275
|
-
& when (@variationContainerScrollingVeryShort) {
|
276
|
-
.ui.scrolling.container[class*="very short"] {
|
277
|
-
max-height: @scrollingWidescreenMaxHeight * 0.5;
|
278
|
-
}
|
279
|
-
}
|
280
|
-
.ui.scrolling.container {
|
281
|
-
max-height: @scrollingWidescreenMaxHeight;
|
220
|
+
@media only screen and (min-width: @tabletBreakpoint) {
|
221
|
+
& when (@variationContainerScrollingShort) {
|
222
|
+
.ui.scrolling.container.short {
|
223
|
+
max-height: @scrollingTabletMaxHeight * 0.75;
|
224
|
+
}
|
225
|
+
}
|
226
|
+
& when (@variationContainerScrollingVeryShort) {
|
227
|
+
.ui.scrolling.container[class*="very short"] {
|
228
|
+
max-height: @scrollingTabletMaxHeight * 0.5;
|
229
|
+
}
|
230
|
+
}
|
231
|
+
.ui.scrolling.container {
|
232
|
+
max-height: @scrollingTabletMaxHeight;
|
233
|
+
}
|
234
|
+
& when (@variationContainerScrollingLong) {
|
235
|
+
.ui.scrolling.container.long {
|
236
|
+
max-height: @scrollingTabletMaxHeight * 2;
|
237
|
+
}
|
238
|
+
}
|
239
|
+
& when (@variationContainerScrollingVeryLong) {
|
240
|
+
.ui.scrolling.container[class*="very long"] {
|
241
|
+
max-height: @scrollingTabletMaxHeight * 3;
|
242
|
+
}
|
243
|
+
}
|
282
244
|
}
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
245
|
+
@media only screen and (min-width: @computerBreakpoint) {
|
246
|
+
& when (@variationContainerScrollingShort) {
|
247
|
+
.ui.scrolling.container.short {
|
248
|
+
max-height: @scrollingComputerMaxHeight * 0.75;
|
249
|
+
}
|
250
|
+
}
|
251
|
+
& when (@variationContainerScrollingVeryShort) {
|
252
|
+
.ui.scrolling.container[class*="very short"] {
|
253
|
+
max-height: @scrollingComputerMaxHeight * 0.5;
|
254
|
+
}
|
255
|
+
}
|
256
|
+
.ui.scrolling.container {
|
257
|
+
max-height: @scrollingComputerMaxHeight;
|
258
|
+
}
|
259
|
+
& when (@variationContainerScrollingLong) {
|
260
|
+
.ui.scrolling.container.long {
|
261
|
+
max-height: @scrollingComputerMaxHeight * 2;
|
262
|
+
}
|
263
|
+
}
|
264
|
+
& when (@variationContainerScrollingVeryLong) {
|
265
|
+
.ui.scrolling.container[class*="very long"] {
|
266
|
+
max-height: @scrollingComputerMaxHeight * 3;
|
267
|
+
}
|
268
|
+
}
|
287
269
|
}
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
270
|
+
@media only screen and (min-width: @widescreenMonitorBreakpoint) {
|
271
|
+
& when (@variationContainerScrollingShort) {
|
272
|
+
.ui.scrolling.container.short {
|
273
|
+
max-height: @scrollingWidescreenMaxHeight * 0.75;
|
274
|
+
}
|
275
|
+
}
|
276
|
+
& when (@variationContainerScrollingVeryShort) {
|
277
|
+
.ui.scrolling.container[class*="very short"] {
|
278
|
+
max-height: @scrollingWidescreenMaxHeight * 0.5;
|
279
|
+
}
|
280
|
+
}
|
281
|
+
.ui.scrolling.container {
|
282
|
+
max-height: @scrollingWidescreenMaxHeight;
|
283
|
+
}
|
284
|
+
& when (@variationContainerScrollingLong) {
|
285
|
+
.ui.scrolling.container.long {
|
286
|
+
max-height: @scrollingWidescreenMaxHeight * 2;
|
287
|
+
}
|
288
|
+
}
|
289
|
+
& when (@variationContainerScrollingVeryLong) {
|
290
|
+
.ui.scrolling.container[class*="very long"] {
|
291
|
+
max-height: @scrollingWidescreenMaxHeight * 3;
|
292
|
+
}
|
293
|
+
}
|
292
294
|
}
|
293
|
-
}
|
294
295
|
}
|
295
296
|
|
296
|
-
|
297
297
|
.loadUIOverrides();
|