mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-19 11:14:13 +08:00
14 lines
476 B
SCSS
Vendored
14 lines
476 B
SCSS
Vendored
.uc-modernize-foundation-theme {
|
|
// New Variables
|
|
--webkit-font-smoothing: antialiased;
|
|
--d-control-height: var(--space-9);
|
|
--welcome-banner-text-align: center;
|
|
--welcome-banner-search-menu-margin-inline: auto;
|
|
-webkit-font-smoothing: var(--webkit-font-smoothing);
|
|
|
|
// Misc
|
|
--main-outlet-padding-top: var(--space-4);
|
|
--d-nav-underline-height: var(--space-half);
|
|
--d-input-border: 1px solid var(--primary-300);
|
|
--input-border-color: var(--primary-300);
|
|
}
|