@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elderbyte/ngx-starter",
3
- "version": "15.2.1",
3
+ "version": "15.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^15.0.0 || ^16.0.0",
6
6
  "@angular/common": "^15.0.0 || ^16.0.0",
@@ -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 *