mp-design-system 0.9.2 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mp-design-system",
3
- "version": "0.9.2",
3
+ "version": "0.9.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -84,7 +84,7 @@
84
84
  left: 0;
85
85
  width: 100%;
86
86
  height: 100%;
87
- background: radial-gradient(circle farthest-side at top right, rgba(color('grey'), 60%), rgba(color('grey', 'step--1'), 90%));
87
+ background: radial-gradient(ellipse farthest-side at bottom right, rgba(color('grey'), 60%), rgba(color('grey', 'step--1'), 90%));
88
88
  }
89
89
 
90
90
  @media (min-width: 55em) {
@@ -3,7 +3,7 @@
3
3
  @include space("top", "gutter");
4
4
  overflow: hidden;
5
5
 
6
- a {
6
+ a:not(.c-button) {
7
7
  color: color("utility-blue");
8
8
  position: relative;
9
9
  display: block;
@@ -30,10 +30,26 @@
30
30
  display: inline-block;
31
31
  }
32
32
 
33
+ .u-float-left {
34
+ float: left;
35
+ }
36
+
33
37
  .u-float-right {
34
38
  float: right;
35
39
  }
36
40
 
41
+ .u-float--image-left {
42
+ @extend .u-float-left;
43
+ @include margin(0, 0, "xs-l", 0);
44
+ width: 100%;
45
+
46
+ @media (min-width: 38em) {
47
+ @include margin-right('xs-l');
48
+ min-width: 9rem;
49
+ width: 50%;
50
+ }
51
+ }
52
+
37
53
  .u-float--image-right {
38
54
  @extend .u-float-right;
39
55
  @include margin(0, 0, "xs-l", 0);
@@ -96,7 +96,7 @@ Which is why we’ve created these guidelines. They contain simple, practical ad
96
96
  },
97
97
  footer: {
98
98
  cta: {
99
- link: '/content/real-life-examples/who-we-are-boilerplate/',
99
+ link: '/content/real-life-examples/01-who-we-are-boilerplate/',
100
100
  label: 'Read more'
101
101
  }
102
102
  }