Skip to content

Commit

Permalink
fix(dashboard): fix traffic chart for blur theme
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaDanovsky committed May 19, 2016
1 parent 03cd178 commit 9b2840c
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions src/sass/theme/dashboard/_trafficChart.scss
Expand Up @@ -9,18 +9,21 @@
box-shadow: 0 0 5px 0 rgb(0, 0, 0) inset;
border-radius: 150px;
}

.chart-bg{
position: absolute;
width: 180px;
height: 180px;
left: 60px;
top: 60px;
.chart-bg {
background-color: rgba(0,0,0,0.35);
border-radius: 100px;
}
}

.chart-bg {
position: absolute;
width: 180px;
height: 180px;
left: 60px;
top: 60px;
border-radius: 100px;
background-color: transparent;
}

.channels-info {
display: inline-block;
width: calc(100% - 370px);
Expand Down Expand Up @@ -97,7 +100,6 @@
line-height: 24px;
text-align: center;
font-size: 18px;
//color: $danger;
span {
display: block;
font-size: 18px;
Expand Down Expand Up @@ -168,18 +170,14 @@
}
}


@media (max-width: 380px){

.traffic-chart{
width: 240px;
}

.canvas-holder{
width: 240px;
height: 240px;
}

.chart-bg {
top: 30px;
}
Expand All @@ -191,4 +189,4 @@
width: 142px;
height: 142px;
}
}
}

0 comments on commit 9b2840c

Please sign in to comment.