mp-design-system 1.2.24 → 1.2.25

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": "1.2.24",
3
+ "version": "1.2.25",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "dev": "npm-run-all --parallel bundle:*",
@@ -55,6 +55,10 @@
55
55
  }
56
56
 
57
57
  &__logo {
58
+ display: block;
59
+ max-width: 216px;
60
+ width: 60%;
61
+
58
62
  img {
59
63
  @include margin-right('gutter');
60
64
  filter: saturate(0) brightness(10);
@@ -129,6 +129,20 @@
129
129
  @media (min-width: 38em) {
130
130
  background: linear-gradient(84.46deg, color('petrol', 'step--1') 7.52%, color('petrol') 44.84%, rgba(35, 80, 87, 0.8) 51.02%, rgba(52, 82, 87, 0.62) 54.99%, rgba(78, 86, 87, 0.2209) 59.54%, rgba(87, 87, 87, 0) 65.59%);
131
131
  }
132
+
133
+ &::after {
134
+ position: absolute;
135
+ content: '';
136
+ top: 0;
137
+ left: 0;
138
+ background: rgba(black, 0.33);
139
+ width: 100%;
140
+ height: 100%;
141
+
142
+ @media (min-width: 38em) {
143
+ background: radial-gradient(circle farthest-side at top right, rgba(46, 50, 51, 0) 0%, rgba(46, 50, 51, 0) 15.16%, rgba(46, 50, 51, 0.2) 27.66%, rgba(41, 54, 56, 0.55) 39.61%, rgba(35, 66, 71, 0.8) 49.78%, #005461 59.87%, #003039 100%);
144
+ }
145
+ }
132
146
 
133
147
  .u-wrap {
134
148
  @include padding-bottom('l-3xl');
@@ -2,7 +2,7 @@
2
2
 
3
3
  <footer class="mp c-footer" role="contentinfo">
4
4
  <nav class="c-footer__primary u-wrap" aria-label="Footer">
5
- <div class="o-grid o-grid--8/3-switch o-grid--push">
5
+ <div class="o-grid o-grid--8/3-switch o-grid--push o-grid--layout">
6
6
  <ol class="u-flow--xs u-margin-top-2xs">
7
7
  <li><h3>Quick links</h3></li>
8
8
  <li><a href="/brand/resources">Brand resources</a></li>