Skip to content

Conversation

@yordan-st
Copy link
Contributor

@yordan-st yordan-st commented Dec 10, 2025

  • Fixed an issue where incorrect scss syntax would cause the brand logo to be invisible

height: 0;
padding: calc(var(--brand-logo-height / 2)) calc(var(--brand-logo-width / 2));
background-image: url(var($brand-logo));
padding: calc(var(--brand-logo-height, 32px) / 2) calc(var(--brand-logo-width, 32px) / 2);
Copy link
Contributor

@gjulivan gjulivan Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we use $brand-logo-height and $brand-logo-width instead?
this value is uses in atlas 3.

padding: calc(var(--brand-logo-height, $brand-logo-height) / 2) calc(var(--brand-logo-width, $brand-logo-width) / 2);

and the url should be:
url(var(--brand-logo, #{$brand-logo}))

@gjulivan
Copy link
Contributor

please add changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants