Fixed price chart page and updated tab icons
This commit is contained in:
parent
98c93e3c6f
commit
05add57883
28 changed files with 1685 additions and 397 deletions
|
|
@ -202,27 +202,37 @@ div.slide-success__background.fill-screen {
|
|||
}
|
||||
.latest-price {
|
||||
box-sizing: border-box;
|
||||
padding: .6em .2em 0 .4em;
|
||||
font-size: 1.6em;
|
||||
background-color: #F9B016;
|
||||
width:40%;
|
||||
width: 100%;
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.high-price {
|
||||
box-sizing: border-box;
|
||||
padding:.7em 1em;
|
||||
font-size: 1em;
|
||||
background-color: #EFA406;
|
||||
width:30%;
|
||||
height:64px;
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.low-price {
|
||||
box-sizing: border-box;
|
||||
padding:.7em 0em;
|
||||
font-size: 1em;
|
||||
background-color: #EFA406;
|
||||
width:30%;
|
||||
height:64px;
|
||||
width: 100%;
|
||||
height: 64px;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.light-yellow {
|
||||
color:#FFD579;
|
||||
color:#555;
|
||||
}
|
||||
|
||||
.icon-chart {
|
||||
background: url('../img/chart.svg');
|
||||
}
|
||||
|
||||
.tabs .tab-item .icon {
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue