@madgex/design-system 1.22.2 → 1.22.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Sep 2019 15:10:31 GMT
3
+ * Generated on Wed, 04 Sep 2019 16:09:31 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Sep 2019 15:10:32 GMT
3
+ * Generated on Wed, 04 Sep 2019 16:09:31 GMT
4
4
  */
5
5
 
6
6
  module.exports = {
@@ -1,7 +1,7 @@
1
1
 
2
2
  /*
3
3
  Do not edit directly
4
- Generated on Wed, 04 Sep 2019 15:10:32 GMT
4
+ Generated on Wed, 04 Sep 2019 16:09:31 GMT
5
5
  */
6
6
 
7
7
  $mds-color-brand-1-base: #1b75bb !default;
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  Do not edit directly
3
- Generated on Wed, 04 Sep 2019 15:10:32 GMT
3
+ Generated on Wed, 04 Sep 2019 16:09:31 GMT
4
4
  */
5
5
  html,
6
6
  body,
@@ -1524,13 +1524,7 @@ body {
1524
1524
  }
1525
1525
 
1526
1526
  .mds-button--large {
1527
- padding: 20px 24px;
1528
- }
1529
-
1530
- @media (min-width: 37.5em) {
1531
- .mds-button--large {
1532
- padding: 16px 24px;
1533
- }
1527
+ padding: 16px 24px;
1534
1528
  }
1535
1529
 
1536
1530
  .mds-card {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.22.2",
3
+ "version": "1.22.3",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -47,9 +47,5 @@ $mds-color-button-text-hover: $mds-color-button-text !default;
47
47
  }
48
48
 
49
49
  .mds-button--large {
50
- padding: ($mds-size-baseline * 5) ($mds-size-baseline * 6);
51
-
52
- @include mq($from: md) {
53
- padding: ($mds-size-baseline * 4) ($mds-size-baseline * 6);
54
- }
50
+ padding: ($mds-size-baseline * 4) ($mds-size-baseline * 6);
55
51
  }