33 lines
481 B
SCSS
33 lines
481 B
SCSS
/* Stats chart */
|
|
#statsChart {
|
|
width: 97%;
|
|
height: 250px;
|
|
margin-top: 35px;
|
|
}
|
|
|
|
/* specific chart styles */
|
|
.legendLabel {
|
|
font-size: 12px;
|
|
font-family: "Open Sans", Arial;
|
|
color: #9da3a9
|
|
}
|
|
|
|
#pad-wrapper {
|
|
.section {
|
|
border-top: 1px solid #edeff1;
|
|
margin-top: 70px;
|
|
padding-top: 45px;
|
|
box-shadow: inset 0px 3px 4px -1px #fafafa;
|
|
}
|
|
h4.title {
|
|
margin-bottom: 45px;
|
|
}
|
|
.section .chart h5 {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
/*Responsive*/
|
|
@media (max-width: 979px) {
|
|
|
|
} |