@elderbyte/ngx-starter 15.2.1 → 15.2.3
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/esm2020/lib/components/labels/labels-input/labels-input.component.mjs +3 -3
- package/esm2020/lib/components/navigation/nav/nav-link/elder-nav-link.component.mjs +3 -3
- package/fesm2015/elderbyte-ngx-starter.mjs +4 -4
- package/fesm2015/elderbyte-ngx-starter.mjs.map +1 -1
- package/fesm2020/elderbyte-ngx-starter.mjs +4 -4
- package/fesm2020/elderbyte-ngx-starter.mjs.map +1 -1
- package/package.json +1 -1
- package/theming/_elder-common.scss +38 -0
package/package.json
CHANGED
|
@@ -449,6 +449,44 @@ $xxl: 32px;
|
|
|
449
449
|
padding-bottom: $xxl;
|
|
450
450
|
}
|
|
451
451
|
|
|
452
|
+
/***************************************************************************
|
|
453
|
+
* *
|
|
454
|
+
* Layout Widths *
|
|
455
|
+
* *
|
|
456
|
+
**************************************************************************/
|
|
457
|
+
|
|
458
|
+
.width-5p {
|
|
459
|
+
width: 5%;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.width-10p {
|
|
463
|
+
width: 10%;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.width-15p {
|
|
467
|
+
width: 15%;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.width-20p {
|
|
471
|
+
width: 20%;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.width-25p {
|
|
475
|
+
width: 25%;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.width-30p {
|
|
479
|
+
width: 30%;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.width-40p {
|
|
483
|
+
width: 40%;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.width-50p {
|
|
487
|
+
width: 50%;
|
|
488
|
+
}
|
|
489
|
+
|
|
452
490
|
/***************************************************************************
|
|
453
491
|
* *
|
|
454
492
|
* MDC Icon Button Sizing *
|