Skip to content

Commit 67f68e4

Browse files
FIX: Adjust banner text size (#89)
1 parent 26c868e commit 67f68e4

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

common/common.scss

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,21 @@
11
@use "lib/viewport";
22

33
// custom search banner customizations
4+
.welcome-banner.--location-above-topic-content .custom-search-banner-wrap {
5+
color: var(--primary);
6+
}
7+
48
.custom-search-banner-wrap {
5-
margin: 0 auto !important;
6-
max-width: unset;
79
color: var(--secondary);
810

911
.custom-search-banner-headline,
1012
h1 {
1113
line-height: var(--line-height-small);
12-
13-
@include viewport.from(lg) {
14-
font-size: 4em;
15-
}
1614
}
1715

1816
p {
1917
margin-top: 0.5em;
2018
margin-bottom: 2em;
21-
22-
@include viewport.from(lg) {
23-
font-size: var(--font-up-1);
24-
}
2519
}
2620

2721
.btn {
@@ -242,25 +236,6 @@ div.ac-wrap {
242236
border: 1px solid transparent;
243237
}
244238

245-
.menu-panel .widget-link:hover,
246-
.menu-panel .widget-link:focus,
247-
.menu-panel .categories-link:hover,
248-
.menu-panel .categories-link:focus {
249-
background-color: rgb(var(--tertiary-rgb), 0.5);
250-
}
251-
252-
.btn:not(.themes-tab, .components-tab),
253-
.select-kit.dropdown-select-box .dropdown-select-box-header {
254-
border-radius: 8px;
255-
border: 1px solid transparent;
256-
}
257-
258-
.post-admin-menu.popup-menu {
259-
.btn.widget-button {
260-
border-radius: 0;
261-
}
262-
}
263-
264239
.unread-high-priority-notifications {
265240
background: var(--quaternary);
266241
}

0 commit comments

Comments
 (0)