less-rails-semantic_ui 2.0.7.0 → 2.1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons-local.ttf +0 -0
  3. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.svg +200 -0
  4. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.ttf +0 -0
  5. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.woff +0 -0
  6. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +26 -8
  7. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +281 -74
  8. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  9. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +17 -13
  10. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +124 -48
  11. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +202 -112
  12. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +1 -4
  13. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +13 -13
  14. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +11 -1
  15. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +23 -10
  16. data/assets/javascripts/semantic_ui/definitions/modules/search.js +84 -55
  17. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +34 -32
  18. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +10 -9
  19. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +5 -5
  20. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -1
  21. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +90 -25
  22. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +146 -23
  23. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +138 -64
  24. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +6 -6
  25. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +19 -0
  26. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +109 -31
  27. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +25 -1
  28. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +4 -3
  29. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +0 -2
  30. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +22 -3
  31. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +59 -28
  32. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +353 -235
  33. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +16 -1
  34. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +4 -11
  35. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +2 -1
  36. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +9 -5
  37. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +3 -0
  38. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +19 -1
  39. data/assets/stylesheets/semantic_ui/definitions/views/item.less +2 -2
  40. data/assets/stylesheets/semantic_ui/theme.less +10 -4
  41. data/assets/stylesheets/semantic_ui/themes/amazon/globals/site.variables +43 -0
  42. data/assets/stylesheets/semantic_ui/themes/bookish/elements/header.variables +5 -5
  43. data/assets/stylesheets/semantic_ui/themes/chubby/elements/header.variables +5 -5
  44. data/assets/stylesheets/semantic_ui/themes/default/collections/breadcrumb.variables +1 -1
  45. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +15 -5
  46. data/assets/stylesheets/semantic_ui/themes/default/collections/grid.variables +5 -0
  47. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +29 -14
  48. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -4
  49. data/assets/stylesheets/semantic_ui/themes/default/elements/container.variables +14 -1
  50. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +0 -12
  51. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +5 -6
  52. data/assets/stylesheets/semantic_ui/themes/default/elements/label.variables +30 -6
  53. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +11 -2
  54. data/assets/stylesheets/semantic_ui/themes/default/modules/checkbox.variables +4 -4
  55. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +13 -7
  56. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +1 -1
  57. data/assets/stylesheets/semantic_ui/themes/github/collections/breadcrumb.variables +11 -0
  58. data/assets/stylesheets/semantic_ui/themes/github/collections/grid.variables +2 -0
  59. data/assets/stylesheets/semantic_ui/themes/github/collections/table.variables +8 -0
  60. data/assets/stylesheets/semantic_ui/themes/github/elements/header.variables +9 -0
  61. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.overrides +208 -0
  62. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.variables +13 -0
  63. data/assets/stylesheets/semantic_ui/themes/github/elements/image.variables +5 -0
  64. data/assets/stylesheets/semantic_ui/themes/github/elements/input.overrides +32 -0
  65. data/assets/stylesheets/semantic_ui/themes/github/elements/input.variables +16 -0
  66. data/assets/stylesheets/semantic_ui/themes/github/elements/label.overrides +9 -0
  67. data/assets/stylesheets/semantic_ui/themes/github/elements/label.variables +4 -0
  68. data/assets/stylesheets/semantic_ui/themes/github/globals/site.variables +47 -0
  69. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.overrides +53 -0
  70. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.variables +35 -0
  71. data/assets/stylesheets/semantic_ui/themes/github/modules/popup.variables +12 -0
  72. data/assets/stylesheets/semantic_ui/themes/material/elements/button.overrides +0 -8
  73. data/assets/stylesheets/semantic_ui/themes/material/elements/button.variables +4 -2
  74. data/assets/stylesheets/semantic_ui/themes/twitter/elements/button.variables +1 -2
  75. data/lib/less/rails/semantic_ui/version.rb +1 -1
  76. metadata +22 -2
@@ -230,6 +230,13 @@ ol.ui.list ol li,
230
230
  }
231
231
 
232
232
  /* Floated Content */
233
+ .ui[class*="left floated"].list {
234
+ float: left;
235
+ }
236
+ .ui[class*="right floated"].list {
237
+ float: right;
238
+ }
239
+
233
240
  .ui.list .list > .item [class*="left floated"],
234
241
  .ui.list > .item [class*="left floated"] {
235
242
  float: left;
@@ -642,6 +649,15 @@ ol.ui.inverted.list li:before,
642
649
  color: @orderedInvertedCountColor;
643
650
  }
644
651
 
652
+ /* Value */
653
+ .ui.ordered.list > .list > .item[data-value],
654
+ .ui.ordered.list > .item[data-value] {
655
+ content: attr(data-value);
656
+ }
657
+ ol.ui.list li[value]:before {
658
+ content: attr(value);
659
+ }
660
+
645
661
  /* Child Lists */
646
662
  ol.ui.list ol,
647
663
  .ui.ordered.list .list {
@@ -664,7 +680,6 @@ ol.ui.horizontal.list li:before,
664
680
  margin: 0em @horizontalOrderedCountDistance 0em 0em;
665
681
  }
666
682
 
667
-
668
683
  /*-------------------
669
684
  Divided
670
685
  --------------------*/
@@ -33,7 +33,7 @@
33
33
  *******************************/
34
34
 
35
35
  .ui.reveal {
36
- display: inline-block;
36
+ display: inherit;
37
37
  position: relative !important;
38
38
  font-size: 0em !important;
39
39
  }
@@ -74,6 +74,7 @@
74
74
 
75
75
  .ui.slide.reveal > .content {
76
76
  display: block;
77
+ width: 100%;
77
78
  float: left;
78
79
 
79
80
  margin: 0em;
@@ -228,14 +229,7 @@
228
229
  States
229
230
  *******************************/
230
231
 
231
- .ui.disabled.reveal {
232
- opacity: 1 !important;
233
- }
234
- .ui.disabled.reveal > .content {
235
- transition: none !important;
236
- }
237
- .ui.disabled.active.reveal > .visible.content,
238
- .ui.disabled.reveal:hover > .visible.content {
232
+ .ui.disabled.reveal:hover > .visible.visible.content {
239
233
  position: static !important;
240
234
  display: block !important;
241
235
  opacity: 1 !important;
@@ -245,8 +239,7 @@
245
239
  bottom: auto !important;
246
240
  transform: none !important;
247
241
  }
248
- .ui.disabled.active.reveal > .hidden.content,
249
- .ui.disabled.reveal:hover > .hidden.content {
242
+ .ui.disabled.reveal:hover > .hidden.hidden.content {
250
243
  display: none !important;
251
244
  }
252
245
 
@@ -96,7 +96,8 @@
96
96
 
97
97
  /* Grid */
98
98
  .ui.page.grid.segment,
99
- .ui.grid .ui.segment.column {
99
+ .ui.grid > .row > .ui.segment.column,
100
+ .ui.grid > .ui.segment.column {
100
101
  padding-top: @pageGridMargin;
101
102
  padding-bottom: @pageGridMargin;
102
103
  }
@@ -112,11 +112,6 @@
112
112
  border-radius: @stepsBorderRadius 0em 0em @stepsBorderRadius;
113
113
  }
114
114
 
115
- /* Only Step */
116
- .ui.steps .step:only-child {
117
- border-radius: @stepsBorderRadius;
118
- }
119
-
120
115
  /* Last Step */
121
116
  .ui.steps .step:last-child {
122
117
  border-radius: 0em @stepsBorderRadius @stepsBorderRadius 0em;
@@ -126,6 +121,11 @@
126
121
  margin-right: 0em;
127
122
  }
128
123
 
124
+ /* Only Step */
125
+ .ui.steps .step:only-child {
126
+ border-radius: @stepsBorderRadius;
127
+ }
128
+
129
129
 
130
130
  /*******************************
131
131
  Content
@@ -235,6 +235,10 @@
235
235
  border-bottom: none;
236
236
  border-radius: 0em 0em @stepsBorderRadius @stepsBorderRadius;
237
237
  }
238
+ .ui.vertical.steps .step:only-child {
239
+ border-radius: @stepsBorderRadius;
240
+ }
241
+
238
242
 
239
243
  /* Arrow */
240
244
  .ui.vertical.steps .step:after {
@@ -57,6 +57,8 @@ body {
57
57
  font-smoothing: @fontSmoothing;
58
58
  }
59
59
 
60
+
61
+
60
62
  /*******************************
61
63
  Headers
62
64
  *******************************/
@@ -135,6 +137,7 @@ a:hover {
135
137
  text-decoration: @linkHoverUnderline;
136
138
  }
137
139
 
140
+
138
141
  /*******************************
139
142
  Highlighting
140
143
  *******************************/
@@ -98,6 +98,7 @@
98
98
  .ui.dropdown > .dropdown.icon {
99
99
  position: relative;
100
100
  width: auto;
101
+ font-size: @dropdownIconSize;
101
102
  margin: @dropdownIconMargin;
102
103
  }
103
104
  .ui.dropdown .menu > .item .dropdown.icon {
@@ -635,7 +636,7 @@ select.ui.dropdown {
635
636
  .ui.multiple.dropdown > .label {
636
637
  user-select: none;
637
638
  display: inline-block;
638
- vertical-align: baseline;
639
+ vertical-align: top;
639
640
  white-space: normal;
640
641
  font-size: @labelSize;
641
642
  padding: @labelPadding;
@@ -1323,4 +1324,21 @@ select.ui.dropdown {
1323
1324
  right: @pointingArrowDistanceFromEdge;
1324
1325
  }
1325
1326
 
1327
+ /* Upward pointing */
1328
+ .ui.upward.pointing.dropdown > .menu,
1329
+ .ui.upward.top.pointing.dropdown > .menu {
1330
+ top: auto;
1331
+ bottom: 100%;
1332
+ margin: 0em 0em @pointingMenuDistance;
1333
+ border-radius: @pointingUpwardMenuBorderRadius;
1334
+ }
1335
+ .ui.upward.pointing.dropdown > .menu:after,
1336
+ .ui.upward.top.pointing.dropdown > .menu:after {
1337
+ top: 100%;
1338
+ bottom: auto;
1339
+ box-shadow: @pointingUpwardArrowBoxShadow;
1340
+ margin: @pointingArrowOffset 0em 0em;
1341
+ }
1342
+
1343
+
1326
1344
  .loadUIOverrides();
@@ -397,13 +397,13 @@
397
397
  --------------------*/
398
398
 
399
399
  .ui.items > .item > .image + [class*="top aligned"].content {
400
- align-self: top;
400
+ align-self: flex-start;
401
401
  }
402
402
  .ui.items > .item > .image + [class*="middle aligned"].content {
403
403
  align-self: center;
404
404
  }
405
405
  .ui.items > .item > .image + [class*="bottom aligned"].content {
406
- align-self: bottom;
406
+ align-self: flex-end;
407
407
  }
408
408
 
409
409
 
@@ -2,20 +2,26 @@
2
2
  Import Directives
3
3
  *******************************/
4
4
 
5
- @theme : @@element;
5
+ /*------------------
6
+ Theme
7
+ -------------------*/
6
8
 
9
+ @theme: @@element;
7
10
 
8
11
  /*--------------------
9
12
  Site Variables
10
13
  ---------------------*/
11
14
 
12
- /* Default */
15
+ /* Default site.variables */
13
16
  @import "@{themesFolder}/default/globals/site.variables";
14
17
 
15
- /* Packaged Theme */
18
+ /* Packaged site.variables */
16
19
  @import "@{themesFolder}/@{site}/globals/site.variables";
17
20
 
18
- /* Site Theme */
21
+ /* Component's site.variables */
22
+ @import "@{themesFolder}/@{theme}/globals/site.variables";
23
+
24
+ /* Site theme site.variables */
19
25
  @import "@{siteFolder}/globals/site.variables";
20
26
 
21
27
 
@@ -0,0 +1,43 @@
1
+ /*******************************
2
+ User Global Variables
3
+ *******************************/
4
+
5
+ @pageMinWidth : 1049px;
6
+ @pageOverflowX : visible;
7
+
8
+ @emSize: 13px;
9
+ @fontSize : 13px;
10
+ @fontName : 'Arial';
11
+ @importGoogleFonts : false;
12
+
13
+ @h1: 2.25em;
14
+
15
+ @defaultBorderRadius: 0.30769em; /* 4px @ 13em */
16
+
17
+ @disabledOpacity: 0.3;
18
+
19
+ @black: #444C55;
20
+ @orange: #FDE07B;
21
+
22
+ @linkColor: #0066C0;
23
+ @linkHoverColor: #C45500;
24
+ @linkHoverUnderline: underline;
25
+
26
+ @borderColor: rgba(0, 0, 0, 0.13);
27
+ @solidBorderColor: #DDDDDD;
28
+ @internalBorderColor: rgba(0, 0, 0, 0.06);
29
+ @selectedBorderColor: #51A7E8;
30
+
31
+ /* Breakpoints */
32
+ @largeMonitorBreakpoint: 1049px;
33
+ @computerBreakpoint: @largeMonitorBreakpoint;
34
+ @tabletBreakpoint: @largeMonitorBreakpoint;
35
+
36
+ /* Colors */
37
+ @blue: #80A6CD;
38
+ @green: #60B044;
39
+ @orange: #D26911;
40
+
41
+
42
+ @infoBackgroundColor: #E6F1F6;
43
+ @infoTextColor: #4E575B;
@@ -30,8 +30,8 @@
30
30
  @h5: 0.9rem;
31
31
 
32
32
  /* Sizing */
33
- @huge: 1.75em;
34
- @large: 1.33em;
35
- @medium: 1.33em;
36
- @small: 1em;
37
- @tiny: 0.9em;
33
+ @hugeFontSize: 1.75em;
34
+ @largeFontSize: 1.33em;
35
+ @mediumFontSize: 1.33em;
36
+ @smallFontSize: 1em;
37
+ @tinyFontSize: 0.9em;
@@ -14,8 +14,8 @@
14
14
  @h5: 0.8rem;
15
15
 
16
16
  /* Sizing */
17
- @huge: 1.33em;
18
- @large: 1.2em;
19
- @medium: 1em;
20
- @small: 0.9em;
21
- @tiny: 0.8em;
17
+ @hugeFontSize: 1.33em;
18
+ @largeFontSize: 1.2em;
19
+ @mediumFontSize: 1em;
20
+ @smallFontSize: 0.9em;
21
+ @tinyFontSize: 0.8em;
@@ -6,7 +6,7 @@
6
6
  Breadcrumb
7
7
  --------------------*/
8
8
 
9
- @verticalMargin: 1em;
9
+ @verticalMargin: 0em;
10
10
  @display: inline-block;
11
11
  @verticalAlign: middle;
12
12
 
@@ -68,8 +68,12 @@
68
68
  @dividerMargin: @rowDistance 0em;
69
69
 
70
70
  /* Inline Validation Prompt */
71
- @inlineValidationMargin: -0.5em 0em -0.5em @rowDistance;
72
- @inlineValidationArrowOffset: -0.3em;
71
+ @promptBackground: @white;
72
+ @promptBorderColor: @formErrorBorder;
73
+ @promptBorder: 1px solid @promptBorderColor;
74
+ @promptTextColor: @formErrorColor;
75
+ @inlinePromptMargin: -0.25em 0em -0.5em 0.5em;
76
+ @inlinePromptBorderWidth: 1px;
73
77
 
74
78
  /*-------------------
75
79
  States
@@ -80,7 +84,7 @@
80
84
 
81
85
  /* Input Focus */
82
86
  @inputFocusBackground: @inputBackground;
83
- @inputFocusBorderColor: @selectedBorderColor;
87
+ @inputFocusBorderColor: @focusedFormBorderColor;
84
88
  @inputFocusColor: @selectedTextColor;
85
89
  @inputFocusBoxShadow: @inputFocusPointerSize 0em 0em 0em @selectedBorderColor inset;
86
90
  @inputFocusBorderRadius: @inputBorderRadius;
@@ -129,9 +133,10 @@
129
133
  /* Placeholder */
130
134
  @inputPlaceholderColor: lighten(@inputColor, 55);
131
135
  @inputPlaceholderFocusColor: lighten(@inputColor, 35);
132
- @inputErrorPlaceholderColor: lighten(@formErrorColor, 10);
133
- @inputErrorPlaceholderFocusColor: lighten(@formErrorColor, 5);
134
136
 
137
+ /* Placeholder Error */
138
+ @inputErrorPlaceholderColor: lighten(@formErrorColor, 40);
139
+ @inputErrorPlaceholderFocusColor: lighten(@formErrorColor, 30);
135
140
 
136
141
  /* Loading Dimmer */
137
142
  @loaderDimmerColor: rgba(255, 255, 255, 0.8);
@@ -153,7 +158,12 @@
153
158
  @requiredMargin: @requiredVerticalOffset 0em 0em @requiredDistance;
154
159
 
155
160
  /* Inverted */
161
+ @invertedInputBackground: @inputBackground;
162
+ @invertedInputBorderColor: @whiteBorderColor;
163
+ @invertedInputBoxShadow: @inputBoxShadow;
164
+ @invertedInputColor: @inputColor;
156
165
  @invertedLabelColor: @invertedTextColor;
166
+ @invertedInputBoxShadow: none;
157
167
 
158
168
  /*-------------------
159
169
  Variations
@@ -57,6 +57,11 @@
57
57
  @celledRelaxedPadding: 1.5em;
58
58
  @celledVeryRelaxedPadding: 2em;
59
59
 
60
+ @celledGridDivider: 0px 0px 0px @celledWidth @celledBorderColor;
61
+ @celledRowDivider: 0px (-@celledWidth) 0px 0px @celledBorderColor;
62
+ @celledColumnDivider: (-@celledWidth) 0px 0px 0px @celledBorderColor;
63
+
64
+
60
65
  /*--------------
61
66
  Stackable
62
67
  ---------------*/
@@ -163,7 +163,7 @@
163
163
 
164
164
  /* Pressed Item */
165
165
  @pressedItemBackground: @subtleTransparentBlack;
166
- @pressedItemColor: @pressedTextColor;
166
+ @pressedItemTextColor: @hoverItemTextColor;
167
167
 
168
168
 
169
169
  /* Active Item */
@@ -212,6 +212,8 @@
212
212
  @secondaryItemBackground: none;
213
213
  @secondaryItemSpacing: @relative5px;
214
214
  @secondaryItemMargin: 0em @secondaryItemSpacing;
215
+ @secondaryItemVerticalPadding: @relativeMini;
216
+ @secondaryItemHorizontalPadding: @relativeSmall;
215
217
  @secondaryItemPadding: @relativeMini @relativeSmall;
216
218
  @secondaryItemBorderRadius: @defaultBorderRadius;
217
219
  @secondaryItemTransition: color @defaultDuration @defaultEasing;
@@ -229,12 +231,17 @@
229
231
  @secondaryActiveHoveredItemColor: @selectedTextColor;
230
232
 
231
233
  @secondaryHeaderBackground: none transparent;
232
- @secondaryHeaderBorder: 1px solid @borderColor;
234
+ @secondaryHeaderBorder: none;
233
235
 
234
236
  @secondaryItemVerticalSpacing: @secondaryItemSpacing;
235
237
  @secondaryVerticalItemMargin: 0em 0em @secondaryItemVerticalSpacing;
236
238
  @secondaryVerticalItemBorderRadius: @defaultBorderRadius;
237
239
 
240
+ @secondaryMenuSubMenuMargin: 0em -@secondaryItemHorizontalPadding;
241
+ @secondaryMenuSubMenuItemMargin: 0em;
242
+ @secondarySubMenuHorizontalPadding: (@itemHorizontalPadding / @tinySize) + @subMenuIndent;
243
+ @secondaryMenuSubMenuItemPadding: @relative7px @secondarySubMenuHorizontalPadding;
244
+
238
245
  /* Pointing */
239
246
  @secondaryPointingBorderWidth: 2px;
240
247
  @secondaryPointingBorderColor: @borderColor;
@@ -300,22 +307,27 @@
300
307
 
301
308
  /* Tabular */
302
309
  @tabularBorderColor: @solidBorderColor;
303
- @tabularBackgroundColor: #FFFFFF;
310
+ @tabularBackgroundColor: transparent;
311
+ @tabularBackground: none @tabularBackgroundColor;
304
312
  @tabularBorderWidth: 1px;
305
313
  @tabularOppositeBorderWidth: @tabularBorderWidth + 1px;
314
+ @tabularVerticalPadding: @itemVerticalPadding;
306
315
  @tabularHorizontalPadding: @relativeHuge;
307
- @tabularMenuTextColor: @itemTextColor;
316
+ @tabularBorderRadius: @defaultBorderRadius;
317
+ @tabularTextColor: @itemTextColor;
318
+
319
+ @tabularHoveredTextColor: @hoveredTextColor;
320
+
321
+ @tabularVerticalBackground: none @tabularBackgroundColor;
308
322
 
309
323
  @tabularFluidOffset: 1px;
310
324
  @tabularFluidWidth: ~"calc(100% + "(@tabularFluidOffset * 2)~")";
325
+
326
+ @tabularActiveBackground: none @white;
311
327
  @tabularActiveColor: @selectedTextColor;
312
328
  @tabularActiveBoxShadow: none;
313
-
314
- @tabularMenuActiveBackground: @white;
315
- @tabularMenuActiveColor: @selectedTextColor;
316
-
317
329
  @tabularActiveWeight: bold;
318
- @tabularBorderRadius: @defaultBorderRadius;
330
+
319
331
 
320
332
 
321
333
  /* Pagination */
@@ -325,20 +337,23 @@
325
337
 
326
338
  /* Labeled Icon */
327
339
  @labeledIconItemHorizontalPadding: @relativeMassive;
328
- @labeledIconSize: @relativeHuge;
340
+ @labeledIconSize: @relativeMassive;
329
341
  @labeledIconMinWidth: 6em;
330
342
  @labeledIconTextMargin: 0.5rem;
331
343
 
332
344
 
333
345
  /* Text */
334
- @textMenuItemSpacing: 0.5em;
335
- @textMenuMargin: @relativeLarge -@textMenuItemSpacing;
346
+ @textMenuItemSpacing: @relative7px;
347
+ @textMenuMargin: @relativeMedium -(@textMenuItemSpacing);
336
348
  @textMenuItemColor: @mutedTextColor;
337
349
  @textMenuItemFontWeight: normal;
338
- @textMenuItemMargin: 0em @textMenuItemSpacing;
350
+ @textMenuItemMargin: 0em 0em;
351
+ @textMenuItemPadding: @relative5px @textMenuItemSpacing;
339
352
  @textMenuItemTransition: opacity @defaultDuration @defaultEasing;
340
353
 
341
354
  @textMenuSubMenuMargin: 0em;
355
+ @textMenuSubMenuItemMargin: 0em;
356
+ @textMenuSubMenuItemPadding: @relative7px 0em;
342
357
 
343
358
  @textMenuActiveItemFontWeight: normal;
344
359
  @textMenuActiveItemColor: @selectedTextColor;
@@ -427,4 +442,4 @@
427
442
  @smallWidth: 13rem;
428
443
  @mediumWidth: 15rem;
429
444
  @largeWidth: 18rem;
430
- @hugeWidth: 20rem;
445
+ @hugeWidth: 20rem;