Add logo component and social links
This commit is contained in:
9
web/components/ui/Logo/Logo.module.scss
Normal file
9
web/components/ui/Logo/Logo.module.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
.logo {
|
||||
width: 120px;
|
||||
border-radius: 50%;
|
||||
border-width: 3px;
|
||||
border-style: solid;
|
||||
border-color: var(--theme-primary-color);
|
||||
background-color: var(--theme-background-secondary);
|
||||
padding: 3px;
|
||||
}
|
||||
Reference in New Issue
Block a user