mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
code cleanup
This commit is contained in:
parent
606c88d777
commit
ef71e55543
23 changed files with 108 additions and 109 deletions
|
@ -1,7 +1,7 @@
|
|||
import * as React from 'react';
|
||||
import { Logo } from "$components/main/Logo";
|
||||
import { Logo } from "~/components/main/Logo";
|
||||
import { connect } from 'react-redux';
|
||||
import { IUserProfile, IUserState } from "$redux/user/reducer";
|
||||
import { IUserProfile, IUserState } from "~/redux/user/reducer";
|
||||
|
||||
const style = require('./style.scss');
|
||||
|
||||
|
|
|
@ -21,6 +21,7 @@ export const SidePane = ({ }) => {
|
|||
return (
|
||||
<div className={styles.pane} style={{ left }}>
|
||||
<div className={classNames(styles.group, 'logo')} />
|
||||
|
||||
<div className={styles.group}>
|
||||
<div className={styles.btn} />
|
||||
<div className={styles.btn} />
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
&:global(.logo) {
|
||||
color: white;
|
||||
height: (54px * 1.5) + $gap / 2;
|
||||
background: url('http://vault48.org/pixmaps/logo.png') no-repeat -20px -40px #191919;
|
||||
//background: url('http://vault48.org/pixmaps/logo.png') no-repeat -20px -40px #191919;
|
||||
background: white;
|
||||
// #c1543d
|
||||
background-size: 140px;
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue