mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed grid layout
This commit is contained in:
parent
debb0640da
commit
6168841f78
8 changed files with 73 additions and 31 deletions
|
@ -1,6 +1,5 @@
|
|||
import * as React from 'react';
|
||||
const style = require('./style.scss');
|
||||
const logo_sm = require('$sprites/logo_sm.svg');
|
||||
|
||||
export const Header = () => (
|
||||
<div className="default_container head_container">
|
||||
|
@ -14,10 +13,13 @@ export const Header = () => (
|
|||
<div>boris</div>
|
||||
<div>flow</div>
|
||||
</div>
|
||||
<div className={style.user_button}>
|
||||
<div className={style.user_avatar} />
|
||||
gvorcek
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
/*
|
||||
<div className={style.user_button}>
|
||||
<div className={style.user_avatar} />
|
||||
gvorcek
|
||||
</div>
|
||||
*/
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
font-weight: 500;
|
||||
padding: $gap $spc;
|
||||
//padding: $gap 0;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -34,6 +35,8 @@
|
|||
height: $gap;
|
||||
display: block;
|
||||
}
|
||||
|
||||
&:last-child::after { display: none; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue