Skip to content

Commit

Permalink
New changes to the currency account look
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaikouu committed May 14, 2024
1 parent dadf6a5 commit 593fd64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.accounts-layout {
display: flex;
flex-direction: row;
margin-left: 25vw;
margin-left: 23vw;
margin-top: 0px;
margin-right: 20px;
height: 89vh;
Expand Down Expand Up @@ -43,20 +43,22 @@

}
.currency-flag-container {
flex: 1;
height: 6vh;
width: 6vw;
}

.currency-info-container {
flex: 1;
width: 100%;
width: 20vw;
height: 5vh;
font-size: 2vw;
margin-bottom: 0;
margin-left: 10%;
}
.currency-name{
margin-bottom:0;
margin-top: 1vh;
height: 3.5vh;
}
.currency-code{
margin-top: 1vh;
Expand Down Expand Up @@ -200,11 +202,14 @@
}

.custom-card-title {
font-size: 3vh;
}

.custom-card-text {
font-family: "Twemoji Country Flags", "Helvetica", serif;
color: #DBDBDB;
font-family: "Twemoji Country Flags", "Helvetica", serif;
color: #DBDBDB;
font-size: 1.5rem;
margin-bottom: 0.5vh;
}

.custom-btn {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.sidebar-left {
width: 22vw;
height: 100%;
max-width: 400px;
color: #DBDBDB;
position: absolute;
border-right: 2px solid #446475;
Expand Down

0 comments on commit 593fd64

Please sign in to comment.