mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
fixed styles imports
This commit is contained in:
parent
2daa38ad12
commit
33e9e01f29
130 changed files with 264 additions and 19 deletions
9
src/components/main/Logo/styles.module.scss
Normal file
9
src/components/main/Logo/styles.module.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
@import "src/styles/variables";
|
||||
|
||||
.logo {
|
||||
font: $font_24_bold;
|
||||
display: flex;
|
||||
user-select: none;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue