mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 10:03:36 +00:00
Style
This commit is contained in:
parent
2513bcc61a
commit
f144a2d433
@ -26,7 +26,6 @@ const PageWrapper = ({ children }) => {
|
||||
style={{
|
||||
background:
|
||||
"linear-gradient(180deg, rgba(245,242,254,1) 0%, rgba(255,255,255,1) 100%)",
|
||||
|
||||
width: "100%",
|
||||
display: "flex",
|
||||
justifyContent: "end",
|
||||
|
@ -13,7 +13,8 @@
|
||||
gap: 15px;
|
||||
padding: 15px 25px;
|
||||
background-color: rgba(9, 16, 28, 0.96);
|
||||
max-width: 1812px;
|
||||
max-width: 1512px;
|
||||
height: 56px;
|
||||
border-top-left-radius: 25px;
|
||||
border-top-right-radius: 25px;
|
||||
}
|
||||
|
@ -41,21 +41,21 @@ const TopBar = () => {
|
||||
<Icon src={Arrow} width={32} height={32} style={bgIconBtn}></Icon>
|
||||
<Icon
|
||||
src={CommunitiesIcon}
|
||||
width={32}
|
||||
height={32}
|
||||
width={20}
|
||||
height={20}
|
||||
style={bgIconBtn}
|
||||
></Icon>
|
||||
|
||||
<Icon
|
||||
src={MessagesIcon}
|
||||
width={32}
|
||||
height={32}
|
||||
width={20}
|
||||
height={20}
|
||||
style={bgIconBtn}
|
||||
></Icon>
|
||||
|
||||
<Icon src={WalletIcon} width={32} height={32} style={bgIconBtn}></Icon>
|
||||
<Icon src={BrowserIcon} width={32} height={32} style={bgIconBtn}></Icon>
|
||||
<Icon src={NodesIcon} width={32} height={32} style={bgIconBtn}></Icon>
|
||||
<Icon src={WalletIcon} width={20} height={20} style={bgIconBtn}></Icon>
|
||||
<Icon src={BrowserIcon} width={20} height={20} style={bgIconBtn}></Icon>
|
||||
<Icon src={NodesIcon} width={20} height={20} style={bgIconBtn}></Icon>
|
||||
</XStack>
|
||||
<div className="topbar_middle">
|
||||
{Array.from({ length: 9 }).map((e, i) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user