Loading client/src/style/scss/custom_theme_variables.scss +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ html, // masthead specific --masthead-height: #{$masthead-height}; --masthead-logo-height: calc(var(--masthead-height) * 0.6); --masthead-logo-height: calc(var(--masthead-height) - 0.5rem); --masthead-color: #{$masthead-color}; --masthead-text-color: #{$masthead-text-color}; Loading client/src/style/scss/theme/blue.scss +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ $body-bg: $white; // Masthead $masthead-height: 2.5rem; $masthead-logo-height: $masthead-height * 0.6; $masthead-logo-height: $masthead-height - 0.5rem; // Side panels $panel-bg-color: $brand-light; Loading Loading
client/src/style/scss/custom_theme_variables.scss +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ html, // masthead specific --masthead-height: #{$masthead-height}; --masthead-logo-height: calc(var(--masthead-height) * 0.6); --masthead-logo-height: calc(var(--masthead-height) - 0.5rem); --masthead-color: #{$masthead-color}; --masthead-text-color: #{$masthead-text-color}; Loading
client/src/style/scss/theme/blue.scss +1 −1 Original line number Diff line number Diff line Loading @@ -114,7 +114,7 @@ $body-bg: $white; // Masthead $masthead-height: 2.5rem; $masthead-logo-height: $masthead-height * 0.6; $masthead-logo-height: $masthead-height - 0.5rem; // Side panels $panel-bg-color: $brand-light; Loading