@natec/mef-dev-ui-kit 0.0.31 → 0.0.62

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 (93) hide show
  1. package/esm2020/lib/markup-kit/card/card/card.component.mjs +3 -3
  2. package/esm2020/lib/markup-kit/card/card-long/card-long.component.mjs +2 -2
  3. package/esm2020/lib/markup-kit/card/card-simple/card-simple.component.mjs +2 -2
  4. package/esm2020/lib/markup-kit/collapse/collapse/collapse.component.mjs +3 -3
  5. package/esm2020/lib/markup-kit/page-layouts/manage-page/manage-page.component.mjs +2 -2
  6. package/esm2020/lib/markup-kit/page-layouts/profile/profile.component.mjs +2 -2
  7. package/esm2020/lib/markup-kit/utils/help-block/help-block.component.mjs +3 -3
  8. package/esm2020/lib/markup-kit/utils/loader/loader/loader.component.mjs +1 -1
  9. package/esm2020/lib/markup-kit/utils/loader/loader.module.mjs +1 -1
  10. package/esm2020/lib/markup-kit/utils/loader/loader.service.mjs +1 -1
  11. package/fesm2015/natec-mef-dev-ui-kit.mjs +14 -14
  12. package/fesm2015/natec-mef-dev-ui-kit.mjs.map +1 -1
  13. package/fesm2020/natec-mef-dev-ui-kit.mjs +14 -14
  14. package/fesm2020/natec-mef-dev-ui-kit.mjs.map +1 -1
  15. package/package.json +25 -16
  16. package/src/lib/styles/fonts/lato/lato-bold.eot +0 -0
  17. package/src/lib/styles/fonts/lato/lato-bold.otf +0 -0
  18. package/src/lib/styles/fonts/lato/lato-bold.svg +78356 -0
  19. package/src/lib/styles/fonts/lato/lato-bold.ttf +0 -0
  20. package/src/lib/styles/fonts/lato/lato-bold.woff +0 -0
  21. package/src/lib/styles/fonts/lato/lato-bold.woff2 +0 -0
  22. package/src/lib/styles/fonts/lato/lato-regular.eot +0 -0
  23. package/src/lib/styles/fonts/lato/lato-regular.otf +0 -0
  24. package/src/lib/styles/fonts/lato/lato-regular.svg +78251 -0
  25. package/src/lib/styles/fonts/lato/lato-regular.ttf +0 -0
  26. package/src/lib/styles/fonts/lato/lato-regular.woff +0 -0
  27. package/src/lib/styles/fonts/lato/lato-regular.woff2 +0 -0
  28. package/src/lib/styles/fonts/main-img-font/icomoon.eot +0 -0
  29. package/src/lib/styles/fonts/main-img-font/icomoon.svg +57 -0
  30. package/src/lib/styles/fonts/main-img-font/icomoon.ttf +0 -0
  31. package/src/lib/styles/fonts/main-img-font/icomoon.woff +0 -0
  32. package/src/lib/styles/fonts/montserrat/Montserrat-Bold.ttf +0 -0
  33. package/src/lib/styles/fonts/montserrat/Montserrat-Bold.woff +0 -0
  34. package/src/lib/styles/fonts/montserrat/Montserrat-Bold.woff2 +0 -0
  35. package/src/lib/styles/fonts/montserrat/Montserrat-Light.woff +0 -0
  36. package/src/lib/styles/fonts/montserrat/Montserrat-Light.woff2 +0 -0
  37. package/src/lib/styles/fonts/montserrat/Montserrat-Medium.woff +0 -0
  38. package/src/lib/styles/fonts/montserrat/Montserrat-Medium.woff2 +0 -0
  39. package/src/lib/styles/fonts/montserrat/Montserrat-Regular.ttf +0 -0
  40. package/src/lib/styles/fonts/montserrat/Montserrat-Regular.woff +0 -0
  41. package/src/lib/styles/fonts/montserrat/Montserrat-Regular.woff2 +0 -0
  42. package/src/lib/styles/fonts/montserrat/Montserrat-SemiBold.woff +0 -0
  43. package/src/lib/styles/fonts/montserrat/Montserrat-SemiBold.woff2 +0 -0
  44. package/src/lib/styles/fonts/montserrat/montserrat-bold-webfont.svg +1462 -0
  45. package/src/lib/styles/fonts/montserrat/montserrat-regular-webfont.svg +1317 -0
  46. package/src/lib/styles/fonts/pgicon/Pages-icon.eot +0 -0
  47. package/src/lib/styles/fonts/pgicon/Pages-icon.svg +112 -0
  48. package/src/lib/styles/fonts/pgicon/Pages-icon.ttf +0 -0
  49. package/src/lib/styles/fonts/pgicon/Pages-icon.woff +0 -0
  50. package/src/lib/styles/fonts.scss +262 -0
  51. package/src/lib/styles/icons.scss +330 -0
  52. package/src/lib/styles/img/editor_tray_2x.png +0 -0
  53. package/src/lib/styles/img/noti-cross-2x.png +0 -0
  54. package/src/lib/styles/img/progress-circle-lg-master-static.svg +8 -0
  55. package/src/lib/styles/img/progress-circle-lg-master.svg +13 -0
  56. package/src/lib/styles/img/progress-circle-lg-white-static.svg +8 -0
  57. package/src/lib/styles/img/progress-circle-lg-white.svg +13 -0
  58. package/src/lib/styles/pg/_color.scss +689 -0
  59. package/src/lib/styles/pg/_dropdown.scss +38 -0
  60. package/src/lib/styles/pg/_mixins.scss +1010 -0
  61. package/src/lib/styles/pg/_responsive.scss +1140 -0
  62. package/src/lib/styles/pg/_var.scss +197 -0
  63. package/src/lib/styles/pg/core.scss +275 -0
  64. package/src/lib/styles/pg/modules/_breadcrumb.scss +66 -0
  65. package/src/lib/styles/pg/modules/_buttons.scss +65 -0
  66. package/src/lib/styles/pg/modules/_cards.scss +417 -0
  67. package/src/lib/styles/pg/modules/_form_elements.scss +1335 -0
  68. package/src/lib/styles/pg/modules/_header.scss +259 -0
  69. package/src/lib/styles/pg/modules/_horizontal-layout.scss +183 -0
  70. package/src/lib/styles/pg/modules/_horizontal_menu.scss +344 -0
  71. package/src/lib/styles/pg/modules/_jqx.scss +11 -0
  72. package/src/lib/styles/pg/modules/_layout.scss +180 -0
  73. package/src/lib/styles/pg/modules/_lock_screen.scss +92 -0
  74. package/src/lib/styles/pg/modules/_login.scss +62 -0
  75. package/src/lib/styles/pg/modules/_misc.scss +703 -0
  76. package/src/lib/styles/pg/modules/_modals.scss +281 -0
  77. package/src/lib/styles/pg/modules/_print.scss +32 -0
  78. package/src/lib/styles/pg/modules/_secondary-sidebar.scss +243 -0
  79. package/src/lib/styles/pg/modules/_select.scss +599 -0
  80. package/src/lib/styles/pg/modules/_sidebar.scss +413 -0
  81. package/src/lib/styles/pg/modules/_switch.scss +144 -0
  82. package/src/lib/styles/pg/modules/_tabs.scss +336 -0
  83. package/src/lib/styles/pg/modules/_tabs_accordian.scss +662 -0
  84. package/src/lib/styles/pg/modules/_timepicker.scss +34 -0
  85. package/src/lib/styles/pg/modules/_typography.scss +695 -0
  86. package/src/lib/styles/pg/modules/_uploader.scss +226 -0
  87. package/src/lib/styles/pg/modules/_view.scss +127 -0
  88. package/src/lib/styles/pg/modules/_z_index.scss +33 -0
  89. package/src/lib/styles/pg/toaster.scss +21 -0
  90. package/src/lib/styles/pg/utils.scss +32 -0
  91. package/src/lib/styles/pg/vendor/ng-datatable.scss +262 -0
  92. package/src/lib/styles/pg/vendor/ngx-google-map.scss +18 -0
  93. package/src/lib/styles/pg/vendor/typehead.scss +29 -0
@@ -0,0 +1,695 @@
1
+ /*------------------------------------------------------------------
2
+ [5. Typography]
3
+ */
4
+
5
+ /* Standard elements
6
+ --------------------------------------------------
7
+ */
8
+
9
+ @import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");
10
+
11
+ html {
12
+ font-size: 100%;
13
+ -ms-text-size-adjust: 100%;
14
+ -webkit-text-size-adjust: 100%;
15
+ }
16
+ body {
17
+ color: $color-master;
18
+ font-family: $base-font-family;
19
+ font-size: 14px;
20
+ font-weight: normal;
21
+ letter-spacing: 0.01em;
22
+ -webkit-font-smoothing: antialiased;
23
+ -webkit-text-size-adjust: 100%;
24
+ -ms-text-size-adjust: 100%;
25
+ -webkit-font-feature-settings: "kern" 1;
26
+ -moz-font-feature-settings: "kern" 1;
27
+ }
28
+ /* Headings
29
+ ------------------------------------
30
+ */
31
+ /* Lins and Others
32
+ ------------------------------------
33
+ */
34
+ a {
35
+ text-shadow: none !important;
36
+ color: $color-primary-dark;
37
+ transition: color 0.1s linear 0s, background-color 0.1s linear 0s,
38
+ opacity 0.2s linear 0s !important;
39
+ }
40
+ a:focus,
41
+ a:hover,
42
+ a:active {
43
+ color: $color-primary;
44
+ }
45
+ a,
46
+ a:focus,
47
+ a:hover,
48
+ a:active {
49
+ outline: 0 !important;
50
+ text-decoration: none;
51
+ }
52
+ a[ng-click] {
53
+ cursor: pointer;
54
+ }
55
+ br {
56
+ line-height: normal;
57
+ clear: both;
58
+ }
59
+ code {
60
+ color: $color-danger-dark;
61
+ background-color: $color-master-lighter;
62
+ &:hover {
63
+ background-color: $color-danger-lighter;
64
+ }
65
+ }
66
+ p {
67
+ display: block;
68
+ font-size: 14px;
69
+ font-weight: normal;
70
+ letter-spacing: 0.01em;
71
+ line-height: 22px;
72
+ margin: 0px 0px 10px 0px;
73
+ font-style: normal;
74
+ white-space: normal;
75
+ }
76
+ small,
77
+ .small {
78
+ line-height: 18px;
79
+ font-size: 85%;
80
+ }
81
+ label {
82
+ &.inline {
83
+ display: inline-block;
84
+ position: relative;
85
+ top: 0px;
86
+ font-size: 13px;
87
+ }
88
+ }
89
+ ul,
90
+ ol {
91
+ margin-bottom: 10px;
92
+ & > li {
93
+ padding-left: 3px;
94
+ line-height: 24px;
95
+ }
96
+ &.lg-icon {
97
+ & > li {
98
+ font-size: 21px;
99
+ & span {
100
+ font-size: 14px;
101
+ }
102
+ }
103
+ }
104
+ &.no-style {
105
+ list-style: none;
106
+ padding-left: 5px;
107
+ }
108
+ }
109
+ address {
110
+ margin-bottom: 0px;
111
+ a {
112
+ color: $color-master;
113
+ }
114
+ }
115
+ blockquote {
116
+ padding: 0 0 0 18px;
117
+ border-left: 0;
118
+ &:before {
119
+ content: "";
120
+ font-family: FontAwesome;
121
+ content: "\f10d";
122
+ margin-right: 13px;
123
+ float: left;
124
+ }
125
+ p {
126
+ font-size: 16px;
127
+ }
128
+ small {
129
+ line-height: 29px;
130
+ color: #8b91a0;
131
+ padding-left: 30px;
132
+ &:before {
133
+ content: "";
134
+ }
135
+ }
136
+ &.pull-right {
137
+ border-right: 0;
138
+ &:before {
139
+ float: right;
140
+ content: "";
141
+ font-family: FontAwesome;
142
+ content: "\f10d";
143
+ margin-left: 13px;
144
+ margin-right: 0;
145
+ }
146
+ small {
147
+ padding-right: 30px;
148
+ &:after {
149
+ content: "";
150
+ }
151
+ }
152
+ }
153
+ }
154
+ hr {
155
+ border-color: $color-master-light;
156
+ &.double {
157
+ border-width: 2px;
158
+ }
159
+ &.dotted {
160
+ border-style: dotted none none;
161
+ }
162
+ }
163
+
164
+ /* Font Sizes
165
+ ------------------------------------
166
+ */
167
+
168
+ .small-text {
169
+ font-size: 12px !important;
170
+ }
171
+ .normal-text {
172
+ font-size: 13px !important;
173
+ }
174
+ .large-text {
175
+ font-size: 15px !important;
176
+ }
177
+
178
+ /* Font Weights
179
+ ------------------------------------
180
+ */
181
+
182
+ .normal {
183
+ font-weight: normal;
184
+ }
185
+ .semi-bold {
186
+ font-weight: 400 !important;
187
+ }
188
+ .bold {
189
+ font-weight: bold !important;
190
+ }
191
+ .light {
192
+ font-weight: 300 !important;
193
+ }
194
+
195
+ /* Misc
196
+ ------------------------------------
197
+ */
198
+
199
+ .logo {
200
+ margin: 18px 14px;
201
+ }
202
+ .all-caps {
203
+ text-transform: uppercase;
204
+ }
205
+ .muted {
206
+ color: lighten($color-master, 50%);
207
+ }
208
+ .hint-text {
209
+ opacity: 0.7;
210
+ }
211
+ .no-decoration {
212
+ text-decoration: none !important;
213
+ }
214
+ /* Monochrome Colors
215
+ ------------------------------------
216
+ */
217
+
218
+ .bg-master {
219
+ background-color: $color-master;
220
+ }
221
+ .bg-master-light {
222
+ background-color: $color-master-light;
223
+ }
224
+ .bg-master-lighter {
225
+ background-color: $color-master-lighter;
226
+ }
227
+ .bg-master-lightest {
228
+ background-color: $color-master-lightest;
229
+ }
230
+ .bg-master-dark {
231
+ background-color: $color-master-dark;
232
+ }
233
+ .bg-master-darker {
234
+ background-color: $color-master-darker;
235
+ }
236
+ .bg-master-darkest {
237
+ background-color: $color-master-darkest;
238
+ }
239
+
240
+ /* Contextual Colors
241
+ ------------------------------------
242
+ */
243
+
244
+ /* Primary
245
+ ------------------------------------
246
+ */
247
+ .bg-primary {
248
+ background-color: $color-primary !important;
249
+ }
250
+ .bg-primary-dark {
251
+ background-color: $color-primary-dark;
252
+ }
253
+ .bg-primary-darker {
254
+ background-color: $color-primary-darker;
255
+ }
256
+ .bg-primary-light {
257
+ background-color: $color-primary-light;
258
+ }
259
+ .bg-primary-lighter {
260
+ background-color: $color-primary-lighter;
261
+ }
262
+
263
+ /* Complete
264
+ ------------------------------------
265
+ */
266
+ .bg-complete {
267
+ background-color: $color-complete;
268
+ }
269
+ .bg-complete-dark {
270
+ background-color: $color-complete-dark;
271
+ }
272
+ .bg-complete-darker {
273
+ background-color: $color-complete-darker;
274
+ }
275
+ .bg-complete-light {
276
+ background-color: $color-complete-light;
277
+ }
278
+ .bg-complete-lighter {
279
+ background-color: $color-complete-lighter;
280
+ }
281
+
282
+ /* Success
283
+ ------------------------------------
284
+ */
285
+ .bg-success {
286
+ background-color: $color-success !important;
287
+ }
288
+ .bg-success-dark {
289
+ background-color: $color-success-dark;
290
+ }
291
+ .bg-success-darker {
292
+ background-color: $color-success-darker;
293
+ }
294
+ .bg-success-light {
295
+ background-color: $color-success-light;
296
+ }
297
+ .bg-success-lighter {
298
+ background-color: $color-success-lighter;
299
+ }
300
+
301
+ /* Info
302
+ ------------------------------------
303
+ */
304
+ .bg-info {
305
+ background-color: $color-info !important;
306
+ }
307
+ .bg-info-dark {
308
+ background-color: $color-info-dark;
309
+ }
310
+ .bg-info-darker {
311
+ background-color: $color-info-darker;
312
+ }
313
+ .bg-info-light {
314
+ background-color: $color-info-light;
315
+ }
316
+ .bg-info-lighter {
317
+ background-color: $color-info-lighter;
318
+ }
319
+
320
+ /* Danger
321
+ ------------------------------------
322
+ */
323
+ .bg-danger {
324
+ background-color: $color-danger !important;
325
+ }
326
+ .bg-danger-dark {
327
+ background-color: $color-danger-dark;
328
+ }
329
+ .bg-danger-darker {
330
+ background-color: $color-danger-darker;
331
+ }
332
+ .bg-danger-light {
333
+ background-color: $color-danger-light;
334
+ }
335
+ .bg-danger-lighter {
336
+ background-color: $color-danger-lighter;
337
+ }
338
+
339
+ /* Warning
340
+ ------------------------------------
341
+ */
342
+ .bg-warning {
343
+ background-color: $color-warning !important;
344
+ }
345
+ .bg-warning-dark {
346
+ background-color: $color-warning-dark;
347
+ }
348
+ .bg-warning-darker {
349
+ background-color: $color-warning-darker !important;
350
+ }
351
+ .bg-warning-light {
352
+ background-color: $color-warning-light !important;
353
+ }
354
+ .bg-warning-lighter {
355
+ background-color: $color-warning-lighter;
356
+ }
357
+
358
+ /* More Color Options
359
+ ------------------------------------
360
+ */
361
+
362
+ /* Menu
363
+ ------------------------------------
364
+ */
365
+ .bg-menu-dark {
366
+ background-color: $color-menu-dark;
367
+ }
368
+ .bg-menu {
369
+ background-color: $color-menu;
370
+ }
371
+ .bg-menu-light {
372
+ background-color: $color-menu-light;
373
+ }
374
+
375
+ /* Gradients
376
+ ------------------------------------
377
+ */
378
+ .gradient-grey {
379
+ background: -webkit-linear-gradient(
380
+ top,
381
+ rgba(0, 0, 0, 0) 0%,
382
+ rgba(0, 0, 0, 0.8) 75%
383
+ );
384
+ background: linear-gradient(
385
+ to bottom,
386
+ rgba(0, 0, 0, 0) 0%,
387
+ rgba(0, 0, 0, 0.8) 75%
388
+ );
389
+ }
390
+ .gradient-black {
391
+ background: -webkit-linear-gradient(
392
+ top,
393
+ rgba(0, 0, 0, 0) 0%,
394
+ rgba(0, 0, 0, 0.8) 75%
395
+ );
396
+ background: linear-gradient(
397
+ to bottom,
398
+ rgba(0, 0, 0, 0) 0%,
399
+ rgba(0, 0, 0, 0.8) 75%
400
+ );
401
+ }
402
+
403
+ /* Other Colors
404
+ ------------------------------------
405
+ */
406
+ .bg-white {
407
+ background-color: #fff;
408
+ }
409
+ .bg-transparent {
410
+ background-color: transparent !important;
411
+ }
412
+
413
+ /* Text Colors */
414
+ .link {
415
+ opacity: 0.7;
416
+ &:hover {
417
+ opacity: 1;
418
+ }
419
+ }
420
+ .text-master {
421
+ color: $color-master !important;
422
+ }
423
+ .text-master-light {
424
+ color: $color-master-light !important;
425
+ }
426
+ .text-black {
427
+ color: $color-master-dark !important;
428
+ }
429
+ .text-white {
430
+ color: #fff !important;
431
+ }
432
+ .text-complete {
433
+ color: $color-complete !important;
434
+ }
435
+ .text-success {
436
+ color: $color-success !important;
437
+ }
438
+ .text-info {
439
+ color: $color-info !important;
440
+ }
441
+ .text-warning {
442
+ color: $color-warning !important;
443
+ }
444
+ .text-warning-dark {
445
+ color: $color-warning-dark !important;
446
+ }
447
+
448
+ .text-danger {
449
+ color: $color-danger !important;
450
+ }
451
+ .text-primary {
452
+ color: $color-primary !important;
453
+ }
454
+
455
+ /* Text Aligngments
456
+ ------------------------------------
457
+ */
458
+
459
+ .text-right {
460
+ text-align: right !important;
461
+ }
462
+ .text-left {
463
+ text-align: left !important;
464
+ }
465
+ .text-center {
466
+ text-align: center !important;
467
+ }
468
+
469
+ /* Labels
470
+ ------------------------------------
471
+ */
472
+
473
+ .label {
474
+ padding: 3px 9px;
475
+ font-size: 11px;
476
+ line-height: 1;
477
+ text-shadow: none;
478
+ background-color: $color-master-light;
479
+ font-weight: 600;
480
+ color: $color-master;
481
+ border-radius: 0.25em;
482
+ }
483
+ .label-success {
484
+ background-color: $color-success;
485
+ color: #fff;
486
+ }
487
+ .label-warning {
488
+ background-color: $color-warning;
489
+ color: #fff;
490
+ }
491
+ .label-important,
492
+ .label-danger {
493
+ background-color: $color-danger;
494
+ color: #fff;
495
+ }
496
+ .label-info {
497
+ background-color: $color-complete;
498
+ color: #fff;
499
+ }
500
+ .label-inverse {
501
+ background-color: $color-complete-dark;
502
+ color: #fff;
503
+ }
504
+ .label-white {
505
+ background-color: #fff;
506
+ color: $color-master;
507
+ }
508
+
509
+ /* Font Sizes
510
+ ------------------------------------
511
+ */
512
+ .fs-10 {
513
+ font-size: 10px !important;
514
+ }
515
+ .fs-11 {
516
+ font-size: 10.5px !important;
517
+ }
518
+ .fs-12 {
519
+ font-size: 12px !important;
520
+ }
521
+ .fs-13 {
522
+ font-size: 13px !important;
523
+ }
524
+ .fs-14 {
525
+ font-size: 14px !important;
526
+ }
527
+ .fs-15 {
528
+ font-size: 15px !important;
529
+ }
530
+ .fs-16 {
531
+ font-size: 16px !important;
532
+ }
533
+
534
+ /* Line-heights
535
+ ------------------------------------
536
+ */
537
+ .lh-normal {
538
+ line-height: normal;
539
+ }
540
+ .lh-10 {
541
+ line-height: 10px;
542
+ }
543
+ .lh-11 {
544
+ line-height: 11px;
545
+ }
546
+ .lh-12 {
547
+ line-height: 12px;
548
+ }
549
+ .lh-13 {
550
+ line-height: 13px;
551
+ }
552
+ .lh-14 {
553
+ line-height: 14px;
554
+ }
555
+ .lh-15 {
556
+ line-height: 15px;
557
+ }
558
+ .lh-16 {
559
+ line-height: 16px;
560
+ }
561
+
562
+ /* Font Faces
563
+ ------------------------------------
564
+ */
565
+
566
+ .font-arial {
567
+ font-family: Arial, sans-serif !important;
568
+ }
569
+ .font-montserrat {
570
+ font-family: montserrat-regular !important;
571
+ }
572
+ .font-georgia {
573
+ font-family: Georgia !important;
574
+ }
575
+ .font-heading {
576
+ font-family: $base-font-family;
577
+ }
578
+
579
+ /* Wells
580
+ ------------------------------------
581
+ */
582
+ .well {
583
+ background-color: $color-master-light;
584
+ -webkit-border-radius: 3px;
585
+ -moz-border-radius: 3px;
586
+ border-radius: 3px;
587
+ -webkit-box-shadow: none !important;
588
+ -moz-box-shadow: none !important;
589
+ box-shadow: none !important;
590
+ border: none;
591
+ background-image: none;
592
+ &.well-large {
593
+ padding: 24px;
594
+ width: auto;
595
+ }
596
+ &.well-small {
597
+ padding: 13px;
598
+ width: auto;
599
+ }
600
+ &.green {
601
+ background-color: $color-complete;
602
+ color: $color-white;
603
+ border: none;
604
+ }
605
+ }
606
+ .overflow-ellipsis {
607
+ text-overflow: ellipsis;
608
+ overflow: hidden;
609
+ white-space: nowrap;
610
+ }
611
+
612
+ .jumbotron {
613
+ @include border-radius(0);
614
+ p {
615
+ font-size: 14px;
616
+ font-weight: normal;
617
+ margin-bottom: inherit;
618
+ &.small {
619
+ font-size: 85%;
620
+ }
621
+ }
622
+ }
623
+
624
+ /* Responsive Handlers : Typo
625
+ ------------------------------------
626
+ */
627
+
628
+ @media (max-width: 1400px) {
629
+ body,
630
+ p {
631
+ font-size: 13px;
632
+ line-height: 20px;
633
+ }
634
+
635
+ small,
636
+ .small {
637
+ font-size: 89%;
638
+ line-height: 17px;
639
+ }
640
+ }
641
+
642
+ /* For Windows : Fixes
643
+ ------------------------------------
644
+ */
645
+ .windows {
646
+ body,
647
+ p {
648
+ font-size: 13px;
649
+ letter-spacing: normal;
650
+ }
651
+
652
+ .jumbotron p {
653
+ font-size: 13px;
654
+ &.small {
655
+ font-size: 85%;
656
+ }
657
+ }
658
+ small,
659
+ .small {
660
+ font-size: 89%;
661
+ }
662
+ }
663
+
664
+ .alert {
665
+ & > p,
666
+ & > ul {
667
+ margin-bottom: 0;
668
+ }
669
+ }
670
+ .table {
671
+ & > tbody {
672
+ & > tr {
673
+ & > td,
674
+ & > th {
675
+ line-height: 1.42857143;
676
+ }
677
+ }
678
+ }
679
+ & > tfoot {
680
+ & > tr {
681
+ & > td,
682
+ & > th {
683
+ line-height: 1.42857143;
684
+ }
685
+ }
686
+ }
687
+ & > thead {
688
+ & > tr {
689
+ & > td,
690
+ & > th {
691
+ line-height: 1.42857143;
692
+ }
693
+ }
694
+ }
695
+ }