mirror of https://github.com/akveo/blur-admin
fix(dashboard): fix traffic chart for blur theme
parent
03cd1788a8
commit
9b2840c1f4
|
@ -9,16 +9,19 @@
|
||||||
box-shadow: 0 0 5px 0 rgb(0, 0, 0) inset;
|
box-shadow: 0 0 5px 0 rgb(0, 0, 0) inset;
|
||||||
border-radius: 150px;
|
border-radius: 150px;
|
||||||
}
|
}
|
||||||
|
.chart-bg {
|
||||||
|
background-color: rgba(0,0,0,0.35);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.chart-bg{
|
.chart-bg {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
height: 180px;
|
height: 180px;
|
||||||
left: 60px;
|
left: 60px;
|
||||||
top: 60px;
|
top: 60px;
|
||||||
background-color: rgba(0,0,0,0.35);
|
|
||||||
border-radius: 100px;
|
border-radius: 100px;
|
||||||
}
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channels-info {
|
.channels-info {
|
||||||
|
@ -97,7 +100,6 @@
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
//color: $danger;
|
|
||||||
span {
|
span {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -168,18 +170,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 380px){
|
@media (max-width: 380px){
|
||||||
|
|
||||||
.traffic-chart{
|
.traffic-chart{
|
||||||
width: 240px;
|
width: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.canvas-holder{
|
.canvas-holder{
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 240px;
|
height: 240px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chart-bg {
|
.chart-bg {
|
||||||
top: 30px;
|
top: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue