fomantic-ui 2.9.1-beta.19 → 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 +1 -0
- package/.stylelintrc.js +46 -0
- package/dist/components/accordion.css +19 -26
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +31 -41
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +71 -96
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +6 -8
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- 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 +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +37 -51
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +4 -5
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +31 -41
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +32 -44
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +109 -152
- package/dist/components/dropdown.js +1 -1
- package/dist/components/dropdown.min.css +1 -1
- package/dist/components/dropdown.min.js +1 -1
- package/dist/components/embed.css +13 -19
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- 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 +39 -56
- package/dist/components/flyout.js +1 -1
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +1 -1
- package/dist/components/form.css +85 -111
- package/dist/components/form.js +1 -1
- package/dist/components/form.min.css +1 -1
- package/dist/components/form.min.js +1 -1
- 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 +42 -53
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +32 -42
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +45 -58
- package/dist/components/input.min.css +1 -1
- package/dist/components/item.css +55 -77
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +61 -90
- package/dist/components/label.min.css +1 -1
- 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 +33 -40
- package/dist/components/modal.js +1 -1
- package/dist/components/modal.min.css +1 -1
- package/dist/components/modal.min.js +1 -1
- package/dist/components/nag.css +19 -25
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +10 -12
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +49 -59
- package/dist/components/popup.js +1 -1
- package/dist/components/popup.min.css +1 -1
- package/dist/components/popup.min.js +1 -1
- package/dist/components/progress.css +29 -39
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- 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 +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- 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 +41 -58
- package/dist/components/search.js +1 -1
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +1 -1
- package/dist/components/segment.css +62 -83
- package/dist/components/segment.min.css +1 -1
- package/dist/components/shape.css +10 -14
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +41 -58
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +5 -5
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +27 -37
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +29 -41
- package/dist/components/statistic.min.css +1 -1
- 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 +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +6 -8
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +87 -117
- package/dist/components/table.min.css +1 -1
- 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 +1 -1
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +1 -1
- package/dist/components/transition.css +4 -3
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1719 -1719
- package/dist/semantic.js +26 -26
- package/dist/semantic.min.css +1 -1
- package/dist/semantic.min.js +1 -1
- package/package.json +8 -4
- 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 -1622
- package/src/definitions/elements/button.less +1723 -1737
- package/src/definitions/elements/container.less +209 -210
- 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 +511 -512
- package/src/definitions/elements/image.less +221 -225
- package/src/definitions/elements/input.less +661 -667
- package/src/definitions/elements/label.less +800 -799
- 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 -747
- 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.less +106 -108
- package/src/definitions/modules/accordion.less +242 -246
- package/src/definitions/modules/calendar.less +91 -92
- package/src/definitions/modules/checkbox.less +536 -542
- package/src/definitions/modules/dimmer.less +300 -297
- package/src/definitions/modules/dropdown.less +1577 -1591
- package/src/definitions/modules/embed.less +81 -82
- package/src/definitions/modules/flyout.less +443 -452
- package/src/definitions/modules/modal.less +459 -462
- package/src/definitions/modules/nag.less +134 -137
- package/src/definitions/modules/popup.less +738 -739
- package/src/definitions/modules/progress.less +521 -494
- package/src/definitions/modules/rating.less +94 -101
- package/src/definitions/modules/search.less +375 -383
- package/src/definitions/modules/shape.less +71 -76
- package/src/definitions/modules/sidebar.less +464 -474
- package/src/definitions/modules/slider.less +307 -308
- package/src/definitions/modules/sticky.less +21 -23
- package/src/definitions/modules/tab.less +51 -52
- package/src/definitions/modules/toast.less +584 -586
- package/src/definitions/modules/transition.less +55 -56
- 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 +269 -280
- package/src/theme.less +29 -32
- package/src/themes/default/globals/colors.less +589 -589
@@ -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,171 +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
|
-
overscroll-behavior: @overscrollBehavior;
|
193
|
-
}
|
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
|
-
}
|
187
|
+
/* --------------
|
188
|
+
Scrolling
|
189
|
+
--------------- */
|
205
190
|
.ui.scrolling.container {
|
206
|
-
|
191
|
+
overflow: auto;
|
192
|
+
overscroll-behavior: @overscrollBehavior;
|
207
193
|
}
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
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
|
+
}
|
217
218
|
}
|
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
|
-
}
|
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
|
-
}
|
269
|
-
}
|
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;
|
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
|
+
}
|
283
244
|
}
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
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
|
+
}
|
288
269
|
}
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
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
|
+
}
|
293
294
|
}
|
294
|
-
}
|
295
295
|
}
|
296
296
|
|
297
|
-
|
298
297
|
.loadUIOverrides();
|