mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
13 lines
189 B
SCSS
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;
|
|
}
|
|
}
|