@madgex/design-system 1.21.8 → 1.21.9
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/dist/css/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Do not edit directly
|
|
3
|
-
Generated on
|
|
3
|
+
Generated on Wed, 21 Aug 2019 12:37:48 GMT
|
|
4
4
|
*/
|
|
5
5
|
html,
|
|
6
6
|
body,
|
|
@@ -1472,7 +1472,7 @@ body {
|
|
|
1472
1472
|
border: 1px solid transparent;
|
|
1473
1473
|
border-radius: 4px;
|
|
1474
1474
|
background-color: #f0af11;
|
|
1475
|
-
padding:
|
|
1475
|
+
padding: 12px 12px;
|
|
1476
1476
|
font-size: 100%;
|
|
1477
1477
|
width: 100%;
|
|
1478
1478
|
display: inline-block;
|
|
@@ -1484,6 +1484,7 @@ body {
|
|
|
1484
1484
|
@media (min-width: 37.5em) {
|
|
1485
1485
|
.mds-button {
|
|
1486
1486
|
width: auto;
|
|
1487
|
+
padding: 8px 12px;
|
|
1487
1488
|
}
|
|
1488
1489
|
}
|
|
1489
1490
|
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@ $mds-color-button-text-hover: $mds-color-button-text !default;
|
|
|
12
12
|
border: 1px solid transparent;
|
|
13
13
|
border-radius: $mds-size-button-border-radius;
|
|
14
14
|
background-color: $mds-color-button-bg;
|
|
15
|
-
padding: ($mds-size-baseline *
|
|
15
|
+
padding: ($mds-size-baseline * 3) ($mds-size-baseline * 3);
|
|
16
16
|
font-size: 100%;
|
|
17
17
|
width: 100%;
|
|
18
18
|
display: inline-block;
|
|
@@ -22,6 +22,7 @@ $mds-color-button-text-hover: $mds-color-button-text !default;
|
|
|
22
22
|
|
|
23
23
|
@include mq($from: md) {
|
|
24
24
|
width: auto;
|
|
25
|
+
padding: ($mds-size-baseline * 2) ($mds-size-baseline * 3);
|
|
25
26
|
}
|
|
26
27
|
|
|
27
28
|
// Ensure that any global link styles are overridden
|