@import '../../styles/variables.scss'; .root { display: flex; align-items: flex-start; h1 { color: $black; } svg { max-height: 54px; margin-top: 5px; margin-right: 3px; filter: drop-shadow(0 2px 4px rgba($black, 0.12)); } } :global(.dark) .root { h1 { color: $off-white-dark; } span { color: $grey-dark; } }