1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
vault-frontend/src/components/main/Logo/styles.module.scss
2021-03-23 11:29:47 +07:00

13 lines
189 B
SCSS

@import "src/styles/variables";
.logo {
font: $font_24_bold;
display: flex;
user-select: none;
color: white;
text-decoration: none;
@include tablet {
display: none;
}
}