mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
some header fixes
This commit is contained in:
parent
7ae8205e27
commit
72c096daca
9 changed files with 53 additions and 38 deletions
|
@ -1,8 +1,8 @@
|
|||
import * as React from 'react';
|
||||
const style = require('./style.scss');
|
||||
import * as styles from './style.scss';
|
||||
|
||||
export const Logo = () => (
|
||||
<div className={style.logo}>
|
||||
<div className={styles.logo}>
|
||||
VAULT
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
.logo {
|
||||
font-size: $text_sign;
|
||||
font-weight: 800;
|
||||
// font-family: Raleway;
|
||||
//font-size: $text_sign;
|
||||
//font-weight: 800;
|
||||
font: $font_24_bold;
|
||||
//font-family: Raleway;
|
||||
display: flex;
|
||||
user-select: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue