updated css
This commit is contained in:
parent
bf85d7e5b0
commit
6bacf220fe
1 changed files with 29 additions and 0 deletions
|
|
@ -180,6 +180,11 @@ div.slide-success__background.fill-screen {
|
||||||
.ct-series-a .ct-area {
|
.ct-series-a .ct-area {
|
||||||
fill: #FDE9BE;
|
fill: #FDE9BE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bch-chart .ct-area {
|
||||||
|
fill: #008917;
|
||||||
|
}
|
||||||
|
|
||||||
.ct-area {
|
.ct-area {
|
||||||
opacity:.6 !important;
|
opacity:.6 !important;
|
||||||
}
|
}
|
||||||
|
|
@ -189,6 +194,13 @@ div.slide-success__background.fill-screen {
|
||||||
stroke: #F9B016;
|
stroke: #F9B016;
|
||||||
stroke-width: 2px;
|
stroke-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#bch-chart .ct-series-a .ct-line,
|
||||||
|
#bch-chart .ct-series-a .ct-point {
|
||||||
|
stroke: #46C05C;
|
||||||
|
stroke-width: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.ct-labels {
|
.ct-labels {
|
||||||
border: red thin solid;
|
border: red thin solid;
|
||||||
}
|
}
|
||||||
|
|
@ -228,6 +240,10 @@ div.slide-success__background.fill-screen {
|
||||||
color:#555;
|
color:#555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light-green {
|
||||||
|
color:#26B03C;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-chart {
|
.icon-chart {
|
||||||
background-color: #494949;
|
background-color: #494949;
|
||||||
background-image: url('../img/chart.svg');
|
background-image: url('../img/chart.svg');
|
||||||
|
|
@ -237,3 +253,16 @@ div.slide-success__background.fill-screen {
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.shapeshift-banner {
|
||||||
|
background: url(../img/shapeshiftbg.jpg) center center no-repeat #28394d;
|
||||||
|
padding: 10px;
|
||||||
|
box-shadow: 0px 5px 10px 0px #cccccc;
|
||||||
|
height: 5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shapeshift-logo {
|
||||||
|
display: block;
|
||||||
|
float: left;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue