Changed Logo and Header
logo has two variants. Changed story to reflect that. Updated header
This commit is contained in:
28
web/components/common/Logo/Logo.module.scss
Normal file
28
web/components/common/Logo/Logo.module.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.root {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: max-content;
|
||||
svg {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.contrast {
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
background-color: var(--color-owncast-gray-100);
|
||||
svg {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.simple {
|
||||
background-color: transparent;
|
||||
svg {
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user