@madgex/design-system 1.18.1 → 1.18.2

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 Tue, 30 Jul 2019 08:20:29 GMT
3
+ * Generated on Tue, 30 Jul 2019 09:26:34 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 30 Jul 2019 08:20:29 GMT
3
+ * Generated on Tue, 30 Jul 2019 09:26:34 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 Tue, 30 Jul 2019 08:20:29 GMT
4
+ Generated on Tue, 30 Jul 2019 09:26:34 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 Tue, 30 Jul 2019 08:20:29 GMT
3
+ Generated on Tue, 30 Jul 2019 09:26:34 GMT
4
4
  */
5
5
  html,
6
6
  body,
@@ -1451,6 +1451,10 @@ body {
1451
1451
  border: 1px solid #dddddd;
1452
1452
  }
1453
1453
 
1454
+ .mds-card > *:last-child {
1455
+ margin-bottom: 0;
1456
+ }
1457
+
1454
1458
  .mds-card--highlighted {
1455
1459
  background: #f8f8f8;
1456
1460
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@madgex/design-system",
3
- "version": "1.18.1",
3
+ "version": "1.18.2",
4
4
  "scripts": {
5
5
  "clean": "rimraf dist public tokens/build",
6
6
  "commit": "commit",
@@ -1,6 +1,10 @@
1
1
  .mds-card {
2
2
  padding: ($mds-size-baseline * 3) ($mds-size-baseline * 4);
3
3
  border: $mds-size-border-width solid $mds-color-border;
4
+
5
+ > *:last-child {
6
+ margin-bottom: 0;
7
+ }
4
8
  }
5
9
  .mds-card--highlighted {
6
10
  background: $mds-color-neutral-lightest;