1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

style account status in header

This commit is contained in:
Matthias Kretschmann 2019-02-26 09:36:45 -03:00
parent 855cdc00af
commit 6b5e5e3a44
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 1 deletions

View File

@ -94,3 +94,8 @@
color: $brand-pink;
pointer-events: none;
}
.accountStatus {
margin-left: $spacer;
margin-bottom: .3rem;
}

View File

@ -28,7 +28,7 @@ const Header = () => (
</NavLink>
))}
</nav>
<AccountStatus />
<AccountStatus className={styles.accountStatus} />
</div>
</header>
)