@shikshalokam/sl-reports
Version:
Library to integrate questionnaire in SL Projects
31 lines (28 loc) • 631 B
CSS
.area {
position: relative;
}
i {
font-size: 40px;
}
.heading {
padding: 15px 10px;
text-align: center;
}
.graph-content-section {
/* border-top: 1px solid #ccc!important; */
padding-bottom: 15px;
background-color: #c4c3c1;
border-radius: 0 0 24px 24px;
margin-top: 0;
padding-top: 5px;
}
.chart-conent-section{
position: relative;
z-index: 3;
margin: 15px;
border: .0625rem solid var(--rc-dddddd);
padding: 1.5rem;
background: #fff;
box-shadow: 0 .125rem .4375rem 0 rgba(var(--rc-rgba-black),.16);
border-radius: 24px ;
}