@madgex/design-system 1.18.0 → 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.
package/dist/css/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
Do not edit directly
|
|
3
|
-
Generated on
|
|
3
|
+
Generated on Tue, 30 Jul 2019 09:26:34 GMT
|
|
4
4
|
*/
|
|
5
5
|
html,
|
|
6
6
|
body,
|
|
@@ -1426,6 +1426,7 @@ body {
|
|
|
1426
1426
|
display: inline-block;
|
|
1427
1427
|
text-align: center;
|
|
1428
1428
|
color: #222222;
|
|
1429
|
+
line-height: 1.15;
|
|
1429
1430
|
}
|
|
1430
1431
|
|
|
1431
1432
|
@media (min-width: 37.5em) {
|
|
@@ -1450,6 +1451,10 @@ body {
|
|
|
1450
1451
|
border: 1px solid #dddddd;
|
|
1451
1452
|
}
|
|
1452
1453
|
|
|
1454
|
+
.mds-card > *:last-child {
|
|
1455
|
+
margin-bottom: 0;
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1453
1458
|
.mds-card--highlighted {
|
|
1454
1459
|
background: #f8f8f8;
|
|
1455
1460
|
}
|
package/package.json
CHANGED
|
@@ -18,6 +18,7 @@ $mds-color-button-text-hover: $mds-color-button-text !default;
|
|
|
18
18
|
display: inline-block;
|
|
19
19
|
text-align: center;
|
|
20
20
|
color: $mds-color-button-text;
|
|
21
|
+
line-height: 1.15;
|
|
21
22
|
|
|
22
23
|
@include mq($from: md) {
|
|
23
24
|
width: auto;
|
|
@@ -35,6 +36,6 @@ $mds-color-button-text-hover: $mds-color-button-text !default;
|
|
|
35
36
|
&:focus {
|
|
36
37
|
background-color: $mds-color-button-bg-hover;
|
|
37
38
|
text-decoration: none;
|
|
38
|
-
color: $mds-color-button-text-hover
|
|
39
|
+
color: $mds-color-button-text-hover;
|
|
39
40
|
}
|
|
40
41
|
}
|