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