Add inverted logo

This commit is contained in:
Dennis Reimann
2022-07-04 22:05:40 +02:00
parent 4483e91c10
commit 335e0a30b1
4 changed files with 17 additions and 1 deletions

View File

@@ -6,11 +6,15 @@
& .logo {
display: inline-block;
max-width: 100%;
background: #FFF;
background: var(--color-neutral-0);
border-radius: var(--space-s);
padding: var(--space-m);
}
& .logo.inverted {
background: var(--color-interview);
}
& .logo-square {
width: 9em;
}