Files
snipe-it/public/assets/css/scss/chart-showcase.scss
T
2015-02-25 17:50:21 -08:00

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) {
}