@snyk-mktg/brand-ui 2.4.0 → 2.4.1
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/base.css +10 -10
- package/dist/css/base.css.map +1 -1
- package/dist/css/bundle.css +11 -11
- package/dist/css/bundle.css.map +1 -1
- package/dist/css/components.css.map +1 -1
- package/dist/css/evo-bundle.css +1 -1
- package/dist/css/evo-bundle.css.map +1 -1
- package/dist/css/index.css +1 -1
- package/dist/css/index.css.map +1 -1
- package/dist/css/labs-bundle.css +11 -11
- package/dist/css/labs-bundle.css.map +1 -1
- package/dist/css/utilities.css +1 -1
- package/dist/css/utilities.css.map +1 -1
- package/dist/scss/base/variables/_typography.scss +11 -11
- package/package.json +1 -1
package/dist/css/labs-bundle.css
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.txt-hero-title-large {
|
|
58
|
-
font-family: "Big Shoulders
|
|
58
|
+
font-family: "Big Shoulders", sans-serif;
|
|
59
59
|
font-size: 5.625rem;
|
|
60
60
|
font-weight: 900;
|
|
61
61
|
letter-spacing: -0.01em;
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
}
|
|
66
66
|
@media (max-width: 768px) {
|
|
67
67
|
.txt-hero-title-large {
|
|
68
|
-
font-family: "Big Shoulders
|
|
68
|
+
font-family: "Big Shoulders", sans-serif;
|
|
69
69
|
font-size: 3.125rem;
|
|
70
70
|
font-weight: 900;
|
|
71
71
|
letter-spacing: -0.01em;
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.txt-hero-title-small {
|
|
78
|
-
font-family: "Big Shoulders
|
|
78
|
+
font-family: "Big Shoulders", sans-serif;
|
|
79
79
|
font-size: 3.125rem;
|
|
80
80
|
font-weight: 900;
|
|
81
81
|
letter-spacing: -0.01em;
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
@media (max-width: 768px) {
|
|
87
87
|
.txt-hero-title-small {
|
|
88
|
-
font-family: "Big Shoulders
|
|
88
|
+
font-family: "Big Shoulders", sans-serif;
|
|
89
89
|
font-size: 3.125rem;
|
|
90
90
|
font-weight: 900;
|
|
91
91
|
letter-spacing: -0.01em;
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
}
|
|
96
96
|
|
|
97
97
|
.txt-page-title-large {
|
|
98
|
-
font-family: "Big Shoulders
|
|
98
|
+
font-family: "Big Shoulders", sans-serif;
|
|
99
99
|
font-size: 4.375rem;
|
|
100
100
|
font-weight: 900;
|
|
101
101
|
letter-spacing: -0.01em;
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
}
|
|
106
106
|
@media (max-width: 768px) {
|
|
107
107
|
.txt-page-title-large {
|
|
108
|
-
font-family: "Big Shoulders
|
|
108
|
+
font-family: "Big Shoulders", sans-serif;
|
|
109
109
|
font-size: 3.125rem;
|
|
110
110
|
font-weight: 900;
|
|
111
111
|
letter-spacing: -0.01em;
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.txt-page-title {
|
|
118
|
-
font-family: "Big Shoulders
|
|
118
|
+
font-family: "Big Shoulders", sans-serif;
|
|
119
119
|
font-size: 3rem;
|
|
120
120
|
font-weight: 900;
|
|
121
121
|
letter-spacing: -0.01em;
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
@media (max-width: 768px) {
|
|
127
127
|
.txt-page-title {
|
|
128
|
-
font-family: "Big Shoulders
|
|
128
|
+
font-family: "Big Shoulders", sans-serif;
|
|
129
129
|
font-size: 3.125rem;
|
|
130
130
|
font-weight: 900;
|
|
131
131
|
letter-spacing: -0.01em;
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
.txt-section-title {
|
|
138
|
-
font-family: "Big Shoulders
|
|
138
|
+
font-family: "Big Shoulders", sans-serif;
|
|
139
139
|
font-size: 3rem;
|
|
140
140
|
font-weight: 900;
|
|
141
141
|
letter-spacing: -0.01em;
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
}
|
|
146
146
|
@media (max-width: 768px) {
|
|
147
147
|
.txt-section-title {
|
|
148
|
-
font-family: "Big Shoulders
|
|
148
|
+
font-family: "Big Shoulders", sans-serif;
|
|
149
149
|
font-size: 3.125rem;
|
|
150
150
|
font-weight: 900;
|
|
151
151
|
letter-spacing: -0.01em;
|
|
@@ -54827,7 +54827,7 @@ The rich text class applies default styling to HTML when you cannot apply class
|
|
|
54827
54827
|
}
|
|
54828
54828
|
.txt-rich h1:not([class]),
|
|
54829
54829
|
.txt-rich-long h1:not([class]) {
|
|
54830
|
-
font-family: "Big Shoulders
|
|
54830
|
+
font-family: "Big Shoulders";
|
|
54831
54831
|
font-size: 3rem;
|
|
54832
54832
|
font-weight: 900;
|
|
54833
54833
|
letter-spacing: -0.01em;
|