@symphony-talent/component-library 3.15.0 → 3.15.1

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": "@symphony-talent/component-library",
3
- "version": "3.15.0",
3
+ "version": "3.15.1",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "tslib": "^1.10.0"
@@ -563,3 +563,33 @@ body {
563
563
  .progress {
564
564
  margin-bottom: 0px !important;
565
565
  }
566
+ // Overwrites for Modal
567
+ .sfx-modal {
568
+ .modal-body {
569
+ &.sfx-pt-0 {
570
+ padding-top: $space-0!important;
571
+ }
572
+ &.sfx-pb-0 {
573
+ padding-bottom: $space-0!important;
574
+ }
575
+ &.sfx-pl-0 {
576
+ padding-left: $space-0!important;
577
+ }
578
+ &.sfx-pr-0 {
579
+ padding-right: $space-0!important;
580
+ }
581
+ &.sfx-pt-30 {
582
+ padding-top: $space-30!important;
583
+ }
584
+ &.sfx-pb-30 {
585
+ padding-bottom: $space-30!important;
586
+ }
587
+ &.sfx-pl-30 {
588
+ padding-left: $space-30!important;
589
+ }
590
+ &.sfx-pr-30 {
591
+ padding-right: $space-30!important;
592
+ }
593
+ }
594
+ }
595
+ // Overwrites for Modal