@pacem/pacem-theme-less 1.0.0-amaldi

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.
Files changed (211) hide show
  1. package/LICENSE +191 -0
  2. package/NOTICE +4 -0
  3. package/README.md +23 -0
  4. package/fonts-empty.less +11 -0
  5. package/pacem/2d/index.less +14 -0
  6. package/pacem/2d/stage.less +31 -0
  7. package/pacem/2d/text.less +16 -0
  8. package/pacem/3d/index.less +24 -0
  9. package/pacem/3d/stage.less +30 -0
  10. package/pacem/attributes.less +8 -0
  11. package/pacem/basic/dock.less +19 -0
  12. package/pacem/basic/drag-drop.less +75 -0
  13. package/pacem/basic/index.less +42 -0
  14. package/pacem/basic/repeater.less +3 -0
  15. package/pacem/basic/rescale.less +157 -0
  16. package/pacem/basic/resize.less +3 -0
  17. package/pacem/basic/scroll-aware.less +4 -0
  18. package/pacem/basic/swipe.less +22 -0
  19. package/pacem/basic/viewport-aware.less +4 -0
  20. package/pacem/body.less +197 -0
  21. package/pacem/charts/dark/column-line.less +10 -0
  22. package/pacem/charts/dark/column.less +61 -0
  23. package/pacem/charts/dark/index.less +9 -0
  24. package/pacem/charts/dark/line.less +111 -0
  25. package/pacem/charts/dark/pie.less +210 -0
  26. package/pacem/charts/dark/shared.less +88 -0
  27. package/pacem/charts/index.less +1 -0
  28. package/pacem/charts/light/index.less +2 -0
  29. package/pacem/charts/phousys/index.less +2 -0
  30. package/pacem/cms/datagrid-columns.less +41 -0
  31. package/pacem/cms/grid.less +23 -0
  32. package/pacem/cms/index.less +3 -0
  33. package/pacem/cms/shared.less +3 -0
  34. package/pacem/cms/widget.less +81 -0
  35. package/pacem/fonts-dark.less +7 -0
  36. package/pacem/fonts-light.less +7 -0
  37. package/pacem/fonts-none.less +1 -0
  38. package/pacem/fonts-phousys.less +8 -0
  39. package/pacem/fx/fancy.less +138 -0
  40. package/pacem/fx/gradient.less +21 -0
  41. package/pacem/fx/hero.less +12 -0
  42. package/pacem/fx/index.less +6 -0
  43. package/pacem/fx/list.less +11 -0
  44. package/pacem/fx/pulse.less +105 -0
  45. package/pacem/fx/ripple.less +66 -0
  46. package/pacem/icons.less +76 -0
  47. package/pacem/layout/animations.less +37 -0
  48. package/pacem/layout/dark/address.less +37 -0
  49. package/pacem/layout/dark/borders.less +102 -0
  50. package/pacem/layout/dark/breadcrumbs.less +85 -0
  51. package/pacem/layout/dark/cards.less +555 -0
  52. package/pacem/layout/dark/coloring.less +184 -0
  53. package/pacem/layout/dark/container.less +50 -0
  54. package/pacem/layout/dark/datatable.less +454 -0
  55. package/pacem/layout/dark/elevation.less +74 -0
  56. package/pacem/layout/dark/fetch-feedback.less +124 -0
  57. package/pacem/layout/dark/grid-system.less +181 -0
  58. package/pacem/layout/dark/grids.less +268 -0
  59. package/pacem/layout/dark/index.less +27 -0
  60. package/pacem/layout/dark/interactive.less +10 -0
  61. package/pacem/layout/dark/layout.less +616 -0
  62. package/pacem/layout/dark/lists.less +112 -0
  63. package/pacem/layout/dark/other.less +29 -0
  64. package/pacem/layout/dark/panels.less +299 -0
  65. package/pacem/layout/dark/positioning.less +273 -0
  66. package/pacem/layout/dark/scroll.less +93 -0
  67. package/pacem/layout/dark/shapes.less +22 -0
  68. package/pacem/layout/dark/sizing.less +108 -0
  69. package/pacem/layout/dark/spacing.less +296 -0
  70. package/pacem/layout/dark/superposition-system.less +116 -0
  71. package/pacem/layout/dark/tiles.less +71 -0
  72. package/pacem/layout/dark/tokens-chips.less +16 -0
  73. package/pacem/layout/dark/toolbar.less +32 -0
  74. package/pacem/layout/dark/typography.less +110 -0
  75. package/pacem/layout/dark/visibility.less +406 -0
  76. package/pacem/layout/index.less +2 -0
  77. package/pacem/layout/light/index.less +2 -0
  78. package/pacem/layout/light/layout.less +2 -0
  79. package/pacem/layout/mixins.less +445 -0
  80. package/pacem/layout/phousys/index.less +2 -0
  81. package/pacem/layout/phousys/layout.less +2 -0
  82. package/pacem/layout/shared.less +18 -0
  83. package/pacem/logging/console.less +3 -0
  84. package/pacem/logging/fps.less +6 -0
  85. package/pacem/logging/index.less +2 -0
  86. package/pacem/maps/index.less +21 -0
  87. package/pacem/media/dark/index.less +6 -0
  88. package/pacem/media/index.less +1 -0
  89. package/pacem/media/light/index.less +2 -0
  90. package/pacem/media/phousys/index.less +2 -0
  91. package/pacem/pacem-animations.less +202 -0
  92. package/pacem/pacem.less +448 -0
  93. package/pacem/palette-dark.less +0 -0
  94. package/pacem/palette-light.less +0 -0
  95. package/pacem/plus/carousel.less +370 -0
  96. package/pacem/plus/context-menu.less +31 -0
  97. package/pacem/plus/datagrid/datacell.less +10 -0
  98. package/pacem/plus/datagrid/headcell.less +32 -0
  99. package/pacem/plus/datagrid/index.less +48 -0
  100. package/pacem/plus/edit.less +42 -0
  101. package/pacem/plus/gallery.less +239 -0
  102. package/pacem/plus/index.less +7 -0
  103. package/pacem/plus/modal-form.less +27 -0
  104. package/pacem/plus/router-hash-state.less +6 -0
  105. package/pacem/reset.less +51 -0
  106. package/pacem/scaffolding/dark/calendar-picker.less +415 -0
  107. package/pacem/scaffolding/dark/char-counter.less +68 -0
  108. package/pacem/scaffolding/dark/chars.less +29 -0
  109. package/pacem/scaffolding/dark/checkbox-radio-shared.less +150 -0
  110. package/pacem/scaffolding/dark/checkbox.less +232 -0
  111. package/pacem/scaffolding/dark/childform.less +191 -0
  112. package/pacem/scaffolding/dark/color.less +128 -0
  113. package/pacem/scaffolding/dark/contenteditable/alignment.less +6 -0
  114. package/pacem/scaffolding/dark/contenteditable/dashboard.less +253 -0
  115. package/pacem/scaffolding/dark/contenteditable/index.less +4 -0
  116. package/pacem/scaffolding/dark/contenteditable/picture.less +74 -0
  117. package/pacem/scaffolding/dark/contenteditable/placeholder.less +24 -0
  118. package/pacem/scaffolding/dark/contenteditable.less +157 -0
  119. package/pacem/scaffolding/dark/datepicker.less +129 -0
  120. package/pacem/scaffolding/dark/dialog-overrides.less +32 -0
  121. package/pacem/scaffolding/dark/element-picker.less +11 -0
  122. package/pacem/scaffolding/dark/expression.less +34 -0
  123. package/pacem/scaffolding/dark/form.less +16 -0
  124. package/pacem/scaffolding/dark/formfield.less +1149 -0
  125. package/pacem/scaffolding/dark/geolocate.less +12 -0
  126. package/pacem/scaffolding/dark/hierarchy.less +82 -0
  127. package/pacem/scaffolding/dark/image.less +195 -0
  128. package/pacem/scaffolding/dark/index.less +57 -0
  129. package/pacem/scaffolding/dark/input.less +134 -0
  130. package/pacem/scaffolding/dark/latlng.less +163 -0
  131. package/pacem/scaffolding/dark/markdown.less +20 -0
  132. package/pacem/scaffolding/dark/namevalue-list.less +13 -0
  133. package/pacem/scaffolding/dark/number.less +12 -0
  134. package/pacem/scaffolding/dark/password.less +12 -0
  135. package/pacem/scaffolding/dark/property-picker.less +11 -0
  136. package/pacem/scaffolding/dark/radio.less +78 -0
  137. package/pacem/scaffolding/dark/search.less +29 -0
  138. package/pacem/scaffolding/dark/select.less +55 -0
  139. package/pacem/scaffolding/dark/slider.less +176 -0
  140. package/pacem/scaffolding/dark/snapshot.less +183 -0
  141. package/pacem/scaffolding/dark/suggest.less +115 -0
  142. package/pacem/scaffolding/dark/tags.less +149 -0
  143. package/pacem/scaffolding/dark/tel.less +11 -0
  144. package/pacem/scaffolding/dark/textarea.less +29 -0
  145. package/pacem/scaffolding/dark/upload.less +252 -0
  146. package/pacem/scaffolding/dark/url.less +9 -0
  147. package/pacem/scaffolding/dark/validators.less +36 -0
  148. package/pacem/scaffolding/index.less +2 -0
  149. package/pacem/scaffolding/light/index.less +2 -0
  150. package/pacem/scaffolding/phousys/index.less +2 -0
  151. package/pacem/scaffolding/shared.less +249 -0
  152. package/pacem/text-overrides.less +219 -0
  153. package/pacem/theme-dark.less +676 -0
  154. package/pacem/theme-light.less +119 -0
  155. package/pacem/theme-phousys-old.less +130 -0
  156. package/pacem/theme-phousys.less +153 -0
  157. package/pacem/transforms/index.less +7 -0
  158. package/pacem/ui/dark/anchor.less +45 -0
  159. package/pacem/ui/dark/balloon.less +566 -0
  160. package/pacem/ui/dark/binder.less +50 -0
  161. package/pacem/ui/dark/blade.less +110 -0
  162. package/pacem/ui/dark/body.less +5 -0
  163. package/pacem/ui/dark/bottom-sheet.less +69 -0
  164. package/pacem/ui/dark/button.less +716 -0
  165. package/pacem/ui/dark/calendar.less +660 -0
  166. package/pacem/ui/dark/collapse.less +23 -0
  167. package/pacem/ui/dark/dialog.less +17 -0
  168. package/pacem/ui/dark/divider.less +49 -0
  169. package/pacem/ui/dark/header-footer.less +5 -0
  170. package/pacem/ui/dark/icon.less +141 -0
  171. package/pacem/ui/dark/image.less +90 -0
  172. package/pacem/ui/dark/index.less +82 -0
  173. package/pacem/ui/dark/infinite-scroller.less +5 -0
  174. package/pacem/ui/dark/led.less +142 -0
  175. package/pacem/ui/dark/lightbox.less +140 -0
  176. package/pacem/ui/dark/loader.less +219 -0
  177. package/pacem/ui/dark/markdown.less +292 -0
  178. package/pacem/ui/dark/marquee.less +49 -0
  179. package/pacem/ui/dark/menu.less +578 -0
  180. package/pacem/ui/dark/pager.less +166 -0
  181. package/pacem/ui/dark/picture.less +146 -0
  182. package/pacem/ui/dark/progressbar.less +167 -0
  183. package/pacem/ui/dark/sidebar.less +144 -0
  184. package/pacem/ui/dark/slideshow.less +1 -0
  185. package/pacem/ui/dark/social.less +5 -0
  186. package/pacem/ui/dark/sticky-header.less +41 -0
  187. package/pacem/ui/dark/tabs.less +423 -0
  188. package/pacem/ui/dark/ticker.less +173 -0
  189. package/pacem/ui/dark/timeline.less +159 -0
  190. package/pacem/ui/dark/toast.less +232 -0
  191. package/pacem/ui/dark/toc.less +47 -0
  192. package/pacem/ui/dark/tuner.less +155 -0
  193. package/pacem/ui/dark/view.less +17 -0
  194. package/pacem/ui/dark/window.less +313 -0
  195. package/pacem/ui/dialog-vars.less +159 -0
  196. package/pacem/ui/index.less +1 -0
  197. package/pacem/ui/light/button.less +8 -0
  198. package/pacem/ui/light/index.less +3 -0
  199. package/pacem/ui/light/loader.less +2 -0
  200. package/pacem/ui/light/menu.less +2 -0
  201. package/pacem/ui/light/sidebar.less +2 -0
  202. package/pacem/ui/phousys/button.less +8 -0
  203. package/pacem/ui/phousys/index.less +3 -0
  204. package/pacem/ui/phousys/loader.less +2 -0
  205. package/pacem/ui/phousys/menu.less +2 -0
  206. package/pacem/ui/phousys/sidebar.less +2 -0
  207. package/pacem/ui/shared.less +125 -0
  208. package/package.json +39 -0
  209. package/shared.less +161 -0
  210. package/theme-empty.less +116 -0
  211. package/themebuilder.js +290 -0
@@ -0,0 +1,249 @@
1
+ @import "../../shared";
2
+ @import "../theme-dark";
3
+ @import "../layout/shared";
4
+
5
+ @field_min_width: 199px;
6
+ @field_min_width_wide: 417px;
7
+ @field_forecolor: @color_field_fore;
8
+ @field_focus_forecolor: @color_field_fore_focus;
9
+
10
+ @field_left: @grid_spacing * 5 / 6;
11
+ @input_padding_horiz: @grid_spacing / 3;
12
+
13
+ @field_readonly_top: .2 * (@field_height / 1.5);
14
+ @field_icon_size: 1.1rem * @font_rem_factor;
15
+ @field_padding_top: @grid_spacing/3;
16
+ @field_minimal_label_height: @field_minimal_fontsize * @font_size * 1.5625;
17
+
18
+ .LabelTopMargin() {
19
+ & when (@border_field_underline = false) {
20
+ margin-top: @field_padding_top + @field_readonly_top + @border_field_size;
21
+ }
22
+
23
+ & when (@border_field_underline = true) {
24
+ margin-top: @field_padding_top + @field_readonly_top;
25
+ }
26
+ }
27
+
28
+ .Watermark() {
29
+ color: @color_watermark;
30
+ font-style: italic;
31
+ font-family: @font_std;
32
+ //font-size: .86em;
33
+ }
34
+
35
+ .Outline(@clr) when (@field_outline_width > 0) {
36
+ .Outline(@field_outline_width, @clr);
37
+ }
38
+
39
+ .Outline(@width, @clr) {
40
+ // hack: since outline has no outline-radius support
41
+ box-shadow: 0 0 0 @width @clr;
42
+ }
43
+
44
+ .NoOutline() {
45
+ box-shadow: none;
46
+ }
47
+
48
+ .FormFieldItemFocused() {
49
+ color: @field_focus_forecolor;
50
+
51
+ .@{PCSS}-input,
52
+ .@{PCSS}-viewfinder {
53
+ border-color: fade(@color_default, 40);
54
+ .Outline(@color_field_outline);
55
+ }
56
+ }
57
+
58
+ .FormFieldItemBorder() {
59
+ .FormFieldItemBorders();
60
+ border-color: fade(@color_default, 20);
61
+ }
62
+
63
+ .FormFieldItemInline() {
64
+ min-width: 0;
65
+ width: 100%;
66
+ line-height: @field_height;
67
+ }
68
+
69
+ .FormFieldItemMultiline() {
70
+ min-width: @field_min_width_wide;
71
+
72
+ textarea.@{PCSS}-input {
73
+ line-height: 1.5;
74
+ display: block;
75
+ width: 100%;
76
+ resize: none;
77
+ }
78
+ }
79
+
80
+ .FormFieldStretch() {
81
+ display: flex;
82
+ align-content: stretch;
83
+ align-items: stretch;
84
+
85
+ > [pacem] {
86
+ flex: 1 0 100%;
87
+ }
88
+ }
89
+
90
+ .FormFieldItem() {
91
+ .FormFieldItem(@field_height);
92
+ }
93
+
94
+ .FormFieldItem(@f_height) {
95
+ padding: 0 @input_padding_horiz;
96
+
97
+ &when (@border_field_underline = true) {
98
+ .FormFieldItemSize(@f_height, @border_field_size);
99
+ }
100
+
101
+ &when (@border_field_underline = false) {
102
+ .FormFieldItemSize(@f_height, 2 * @border_field_size);
103
+ }
104
+ //background: none;
105
+ box-sizing: border-box;
106
+ color: @field_forecolor;
107
+
108
+ .Watermark() {
109
+ color: @color_watermark;
110
+ font-style: italic;
111
+ font-family: @font_std;
112
+ //font-size: .86em;
113
+ }
114
+
115
+ &::-webkit-input-placeholder { /* Chrome/Opera/Safari */
116
+ .Watermark();
117
+ }
118
+
119
+ &::-moz-placeholder { /* Firefox 19+ */
120
+ .Watermark();
121
+ }
122
+
123
+ &:-ms-input-placeholder { /* IE 10+ */
124
+ .Watermark();
125
+ }
126
+
127
+ &:-moz-placeholder { /* Firefox 18- */
128
+ .Watermark();
129
+ }
130
+ }
131
+
132
+ .FormFieldItemSize(@f_height, @brds) {
133
+ .FontStd(1.1 * @f_height / @field_height);
134
+ min-height: @f_height + @brds;
135
+ }
136
+
137
+ .FormFieldItemWrapperCore(){
138
+
139
+ .@{PCSS}-viewfinder,
140
+ .@{PCSS}-input {
141
+ .FormFieldItemBorder();
142
+ background-color: @color_input_back;
143
+ border-radius: @border_input_radius;
144
+ }
145
+
146
+ .@{PCSS}-viewfinder {
147
+ // nested .@{PCSS}-input ot .@{PCSS}-viewfinder don't show borders
148
+ .@{PCSS}-input,
149
+ .@{PCSS}-viewfinder {
150
+ border: none;
151
+ border-radius: 0;
152
+ background: none;
153
+ }
154
+
155
+ .@{PCSS}-input {
156
+ padding: 0;
157
+ }
158
+ }
159
+
160
+ &.@{PCSS}-focus {
161
+ .FormFieldItemFocused();
162
+
163
+ &.@{PCSS}-outline when (@field_outline_width = 0) {
164
+ .@{PCSS}-input,
165
+ .@{PCSS}-viewfinder {
166
+ .Outline(2px, @color_default);
167
+ }
168
+ }
169
+
170
+ .@{PCSS}-viewfinder {
171
+ // nested .@{PCSS}-input ot .@{PCSS}-viewfinder don't show outline when focused
172
+ .@{PCSS}-input,
173
+ .@{PCSS}-viewfinder {
174
+ .NoOutline();
175
+ }
176
+ }
177
+ }
178
+
179
+ .@{PCSS}-readonly {
180
+ .FontStdSize(1.1);
181
+ display: block;
182
+ min-height: @field_height;
183
+ line-height: 1.5;
184
+ margin-bottom: @border_field_size; // <- replaces the bottom border
185
+ & when (@border_field_underline = true) {
186
+ margin-top: 0; //@field_readonly_top;
187
+ }
188
+
189
+ & when (@border_field_underline = false) {
190
+ margin-top: /*@field_readonly_top +*/ @border_field_size; // <- replaces the top border
191
+ }
192
+ }
193
+
194
+ *[hidden] {
195
+ display: none !important;
196
+ }
197
+ }
198
+
199
+ .FormFieldItemWrapper() {
200
+ //
201
+ font-size: 1em;
202
+ position: relative;
203
+ display: block;
204
+ /*&when (@field_outline_width > 0) {
205
+ margin: @field_outline_width;
206
+ }*/
207
+ @media (min-width: @threshold_lg) {
208
+
209
+ &:not(.field-stretch) {
210
+ min-width: @field_min_width;
211
+ display: inline-block;
212
+ }
213
+ }
214
+
215
+ .FormFieldItemWrapperCore();
216
+ }
217
+
218
+ .FormFieldIcon(@icon) {
219
+ position: relative;
220
+ @_pad: @input_padding_horiz;
221
+
222
+ .@{PCSS}-input {
223
+ padding-left: @field_height;
224
+ box-sizing: border-box;
225
+ }
226
+
227
+ &::before {
228
+ .Icon(@icon, @field_icon_size); //@field_left);
229
+ line-height: @field_height;
230
+ left: @_pad;
231
+ top: 1px; // t.b.d.
232
+ }
233
+
234
+ &.@{PCSS}-invalid::before{
235
+ color: @color_field_fore_error;
236
+ }
237
+ }
238
+
239
+ .FormFieldLabelIcon(@icon) {
240
+ padding-left: @grid_spacing;
241
+
242
+ &::before {
243
+ .Icon(@icon, @field_icon_size);
244
+ line-height: 1.5 * 1.1 * @font_rem_factor;
245
+ color: @color_input_toggle;
246
+ left: 0;
247
+ top: 0; // @input_padding_horiz / 1.5;
248
+ }
249
+ }
@@ -0,0 +1,219 @@
1
+ @import "theme-dark";
2
+
3
+ /* #region text overrides */
4
+
5
+ @_font_faces: std, main, tech;
6
+
7
+ each(@_font_faces, {
8
+
9
+ .type-@{value}{
10
+ font-family: ~"var(--@{PCSS}-font-@{value})" !important;
11
+
12
+ @_f: ~"font_@{value}_rem_factor";
13
+ @_factor : @@_f;
14
+
15
+ font-size: 1rem * @_factor;
16
+
17
+ &.font-size-regular{
18
+ font-size: 1rem * @_factor;
19
+ }
20
+
21
+ &.font-size-small{
22
+ font-size: 1rem * .9 * @_factor;
23
+ }
24
+
25
+ &.font-size-smaller{
26
+ font-size: 1rem * .8667 * @_factor;
27
+ }
28
+
29
+ &.font-size-tiny{
30
+ font-size: 1rem * .75 * @_factor;
31
+ }
32
+
33
+ &.font-size-smallest{
34
+ font-size: 1rem * .6667 * @_factor;
35
+ }
36
+
37
+ &.font-size-big{
38
+ font-size: 1rem * 1.3333 * @_factor;
39
+ }
40
+
41
+ &.font-size-bigger{
42
+ font-size: 1rem * 1.6667 * @_factor;
43
+ }
44
+
45
+ &.font-size-huge{
46
+ font-size: 1rem * 2 * @_factor;
47
+ }
48
+
49
+ &.font-size-biggest{
50
+ font-size: 1rem * 2.5 * @_factor;
51
+ }
52
+
53
+ }
54
+
55
+ });
56
+
57
+
58
+ .text-strike {
59
+ text-decoration: line-through !important;
60
+ }
61
+
62
+ .text-small {
63
+ font-size: .9em !important;
64
+ }
65
+
66
+ .text-small-steady {
67
+ .FontMainSize(12/14) !important;
68
+ }
69
+
70
+ .text-big {
71
+ font-size: 1.5em !important;
72
+ }
73
+
74
+ .text-big-steady {
75
+ .FontMainSize(18/14) !important;
76
+ }
77
+
78
+ .text-smaller {
79
+ font-size: 0.86667em !important;
80
+ }
81
+
82
+ .text-smaller-steady {
83
+ .FontMainSize(10/14) !important;
84
+ }
85
+
86
+ .text-tiny {
87
+ font-size: 0.75em !important;
88
+ }
89
+
90
+ .text-tiny-steady {
91
+ .FontMainSize(8/14) !important;
92
+ }
93
+
94
+ .text-bigger {
95
+ font-size: 2em !important;
96
+ }
97
+
98
+ .text-bigger-steady {
99
+ .FontMainSize(24/14) !important;
100
+ }
101
+
102
+ .text-left {
103
+ text-align: left !important;
104
+ }
105
+
106
+ .text-right {
107
+ text-align: right !important;
108
+ }
109
+
110
+ .text-center {
111
+ text-align: center !important;
112
+ }
113
+
114
+ .text-justify {
115
+ text-align: justify !important;
116
+ }
117
+
118
+ .text-nowrap {
119
+ white-space: nowrap !important;
120
+ }
121
+
122
+ .text-pre {
123
+ white-space: pre !important;
124
+ }
125
+
126
+ .text-prewrap {
127
+ white-space: pre-wrap !important;
128
+ }
129
+
130
+ .text-truncate, // < bootstrap compat
131
+ .text-ellipsed {
132
+ white-space: nowrap;
133
+ overflow: hidden;
134
+ text-overflow: ellipsis;
135
+ }
136
+
137
+ .text-clamp {
138
+ overflow: hidden;
139
+ display: -webkit-box;
140
+ -webkit-box-orient: vertical;
141
+ -webkit-line-clamp: 1;
142
+
143
+ &.clamp-2 {
144
+ -webkit-line-clamp: 2;
145
+ }
146
+
147
+ &.clamp-3 {
148
+ -webkit-line-clamp: 3;
149
+ }
150
+
151
+ &.clamp-4 {
152
+ -webkit-line-clamp: 4;
153
+ }
154
+
155
+ &.clamp-5 {
156
+ -webkit-line-clamp: 5;
157
+ }
158
+ }
159
+
160
+ .text-upper {
161
+ text-transform: uppercase !important;
162
+ }
163
+
164
+ .text-lower {
165
+ text-transform: lowercase !important;
166
+ }
167
+
168
+ .text-capital {
169
+ text-transform: capitalize !important;
170
+ }
171
+
172
+ .text-bold,
173
+ .text-strong {
174
+ font-weight: 700 !important;
175
+ }
176
+
177
+ .text-italic,
178
+ .text-emphasis {
179
+ font-style: italic !important;
180
+ }
181
+
182
+ .text-tech {
183
+ font-family: @font_tech !important;
184
+ }
185
+
186
+ .text-std {
187
+ font-family: @font_std !important;
188
+ }
189
+
190
+ .text-main {
191
+ font-family: @font_main !important;
192
+ }
193
+
194
+ .text-normal {
195
+ text-transform: none !important;
196
+ font-style: normal !important;
197
+ font-weight: normal !important;
198
+ }
199
+
200
+ .text-rootsize {
201
+ .FontStdSize(1) !important;
202
+ }
203
+
204
+ .text-noshadow {
205
+ text-shadow: none !important;
206
+ }
207
+
208
+ .text-reset {
209
+ .text-normal();
210
+ font-family: ~"var(--@{PCSS}-font-std)" !important;
211
+ .FontStdSize(1);
212
+ }
213
+
214
+ .text-inherit,
215
+ .text-inherit:hover,
216
+ .text-inherit:active {
217
+ color: inherit;
218
+ }
219
+ /* #endregion */