mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 10:05:40 +08:00
21 lines
427 B
SCSS
Vendored
21 lines
427 B
SCSS
Vendored
.uc-modernize-foundation-theme .welcome-banner {
|
|
padding-block: var(--d-main-content-gap);
|
|
|
|
&__wrap .search-menu {
|
|
align-items: center;
|
|
}
|
|
|
|
&__subheader {
|
|
font-size: var(--font-0-rem);
|
|
}
|
|
|
|
&__title {
|
|
font-size: var(--font-up-5);
|
|
font-weight: 500;
|
|
text-align: var(--welcome-banner-text-align);
|
|
}
|
|
|
|
&__wrap .search-menu {
|
|
margin-inline: var(--welcome-banner-search-menu-margin-inline);
|
|
}
|
|
}
|