Added icons for main and portfolio screens. More portfolio updates. Portfolio coin order now matches main screen order.

This commit is contained in:
Nathan Parikh
2017-09-12 23:32:55 -05:00
parent 1207f6a09d
commit 6da0f8f5bd
6 changed files with 59 additions and 27 deletions

View File

@@ -50,15 +50,20 @@ button {
#min-btn:hover {
background: #ffbd45;
}
#settings-btn {
padding: 0;
.tabs button {
padding: 0;
}
#settings-btn img {
width: 24px;
.tabs button,
.tabs button.active {
display: inline-block;
}
.tabs button img {
width: 19px;
opacity: 0.5;
}
#settings-btn:hover img {
.tabs button:hover img,
.tabs button.active img {
opacity: 1;
}
@@ -81,6 +86,7 @@ ul {
}
#portfolio-list.coin-list {
font-size: 16px;
padding-top: 9px;
}
.coin-list li {
margin: 0px 0px 15px 0px;
@@ -309,6 +315,17 @@ ul {
text-decoration: none;
color: #252525;
}
/*Portfolio*/
#portfolio-total-value {
text-align: center;
font-size: 1.5em;
font-weight: 600;
margin: 15px 0px;
}
#portfolioChart {
max-height: 480px;
}
/*Scrollbar*/
::-webkit-scrollbar-corner {