@asd20/ui 3.2.431 → 3.2.432

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.431",
8
+ "version": "3.2.432",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -398,13 +398,13 @@ export default {
398
398
  }
399
399
 
400
400
  &__call-to-action {
401
- margin: space(-1) space(2) space(-1) space(1);
401
+ margin: space(-1) space(1) space(-1) space(1);
402
402
  z-index: 1;
403
403
  display: flex;
404
404
  .asd20-button {
405
405
  box-sizing: border-box;
406
- flex-grow: 1;
407
- max-width: 40vw;
406
+ flex-shrink: 1;
407
+ // max-width: 40vw;
408
408
  min-height: space(2);
409
409
  font-size: 0.875rem !important;
410
410
  background-color: var(
@@ -517,13 +517,6 @@ export default {
517
517
  padding: 0 space(3);
518
518
  z-index: 5;
519
519
  }
520
-
521
- &__call-to-action {
522
- margin: space(-1) 60vw space(-1) space(3);
523
- .asd20-button {
524
- font-size: 1rem !important;
525
- }
526
- }
527
520
  }
528
521
  }
529
522
 
@@ -569,6 +562,13 @@ export default {
569
562
  &__title-content {
570
563
  max-width: 50%;
571
564
  }
565
+ &__call-to-action {
566
+ margin: space(-1) 60vw space(-1) space(3);
567
+ .asd20-button {
568
+ font-size: 1rem !important;
569
+ flex-shrink: 0;
570
+ }
571
+ }
572
572
 
573
573
  .back {
574
574
  padding: 0;
@@ -398,13 +398,13 @@ export default {
398
398
  }
399
399
 
400
400
  &__call-to-action {
401
- margin: space(-1) space(2) space(-1) space(1);
401
+ margin: space(-1) space(1) space(-1) space(1);
402
402
  z-index: 1;
403
403
  display: flex;
404
404
  .asd20-button {
405
405
  box-sizing: border-box;
406
- flex-grow: 1;
407
- max-width: 40vw;
406
+ flex-shrink: 1;
407
+ // max-width: 40vw;
408
408
  min-height: space(2);
409
409
  font-size: 0.875rem !important;
410
410
  background-color: var(
@@ -550,6 +550,7 @@ export default {
550
550
  margin: space(-1) 60vw space(-1) space(3);
551
551
  .asd20-button {
552
552
  font-size: 1rem !important;
553
+ flex-shrink: 0;
553
554
  }
554
555
  }
555
556
  }