We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f3289 commit 1d68b7aCopy full SHA for 1d68b7a
src/webviews/apps/shared/components/banner/banner.css.ts
@@ -240,15 +240,13 @@ export const bannerStyles = css`
240
--button-foreground: var(--gl-banner-text-color);
241
--button-hover-background: color-mix(in lab, var(--gl-banner-primary-background) 20%, #fff 30%);
242
--button-padding: var(--gl-banner-button-padding);
243
- font-size: 1.2em;
244
}
245
246
.banner--gradient-purple .banner__button--primary {
247
grid-column: 2;
248
justify-self: center;
249
white-space: nowrap;
250
251
252
253
254
.banner__button--secondary {
0 commit comments