@primer/brand-css 0.67.0-rc.4ac6bb58 → 0.67.0-rc.5d487e6f
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.
|
@@ -151,10 +151,7 @@
|
|
|
151
151
|
|
|
152
152
|
.Testimonial-from {
|
|
153
153
|
font-weight: var(--base-text-weight-normal);
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
.Testimonial-position {
|
|
157
|
-
font-family: var(--brand-fontStack-monospace);
|
|
154
|
+
text-transform: uppercase;
|
|
158
155
|
}
|
|
159
156
|
|
|
160
157
|
/* Expressive variant */
|
|
@@ -168,7 +165,7 @@
|
|
|
168
165
|
.Testimonial--variant-expressive {
|
|
169
166
|
flex-direction: row;
|
|
170
167
|
align-items: flex-end;
|
|
171
|
-
gap: var(--base-size-
|
|
168
|
+
gap: var(--base-size-96);
|
|
172
169
|
}
|
|
173
170
|
}
|
|
174
171
|
|
|
@@ -193,6 +190,7 @@
|
|
|
193
190
|
border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
|
|
194
191
|
padding-block-start: var(--base-size-24);
|
|
195
192
|
width: 100%;
|
|
193
|
+
gap: var(--base-size-8);
|
|
196
194
|
}
|
|
197
195
|
|
|
198
196
|
@media screen and (min-width: 48rem) {
|
|
@@ -236,6 +234,8 @@
|
|
|
236
234
|
|
|
237
235
|
.Testimonial--variant-expressive .Testimonial-quote {
|
|
238
236
|
font-family: var(--brand-fontStack-monospace);
|
|
237
|
+
line-height: var(--brand-text-lineHeight-400);
|
|
238
|
+
font-weight: var(--base-text-weight-normal);
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
.Testimonial-link {
|