@shikshalokam/sl-reports
Version:
Library to integrate questionnaire in SL Projects
22 lines (20 loc) • 590 B
CSS
@import "variables";
@import "mixins/mixins";
.graph-content-section {
/* border-top: 1px solid #ccc!important; */
padding-bottom: 15px;
background-color: #e9e8d9;
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 ;
}