Added price chart
This commit is contained in:
parent
a761b58ab0
commit
c737e14d17
10 changed files with 891 additions and 3 deletions
|
|
@ -133,3 +133,60 @@ div.onboarding-topic {
|
|||
.big-icon-svg > .bg.green {
|
||||
background: #fab915 !important;
|
||||
}
|
||||
|
||||
.chart-container {
|
||||
font-family: 'Varela Round', sans-serif;
|
||||
width:100%;
|
||||
height:auto;
|
||||
box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
.ct-series-a .ct-area {
|
||||
fill: #FDE9BE;
|
||||
}
|
||||
.ct-area {
|
||||
opacity:.6 !important;
|
||||
}
|
||||
|
||||
.ct-series-a .ct-line,
|
||||
.ct-series-a .ct-point {
|
||||
stroke: #F9B016;
|
||||
stroke-width: 2px;
|
||||
}
|
||||
.ct-labels {
|
||||
border: red thin solid;
|
||||
}
|
||||
.chart-header {
|
||||
display: flex;
|
||||
box-sizing: border-box;
|
||||
width:100%;
|
||||
height:10%;
|
||||
color: white;
|
||||
|
||||
}
|
||||
.latest-price {
|
||||
box-sizing: border-box;
|
||||
padding: .6em .2em 0 .4em;
|
||||
font-size: 1.6em;
|
||||
background-color: #F9B016;
|
||||
width:40%;
|
||||
}
|
||||
.high-price {
|
||||
box-sizing: border-box;
|
||||
padding:.7em 1em;
|
||||
font-size: 1em;
|
||||
background-color: #EFA406;
|
||||
width:30%;
|
||||
height:inherit;
|
||||
}
|
||||
.low-price {
|
||||
box-sizing: border-box;
|
||||
padding:.7em 0em;
|
||||
font-size: 1em;
|
||||
background-color: #EFA406;
|
||||
width:30%;
|
||||
height:inherit;
|
||||
}
|
||||
.light-yellow {
|
||||
color:#FFD579;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue