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
@@ -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>
|