File: /home/imensosw/www/imenso.co/lift-cincy-old/scss/pages/_faq.scss
//
//faq
//
.faq_cnt{position: relative;
&:after{ content: ''; position: absolute; left: 0; top: 0; width: 50%; height: 100%; background-color: $light; z-index: -1;}
.card_1{ border-top: 1px solid #ccc;
&>a{ display:block; padding: 5px 0 10px 0; position: relative; font-weight: bold; /*color: $primary;*/
&:after{content: '-'; position: absolute; top: 2px; right: 0; font-size: 22px; font-weight: 500;}
&.collapsed{ color: $dark;
&:after{content: '+'; }
}
}
&:first-child{ border-top: none;
&>a{ padding-top: 0; }
}
}
.faq_desc{ /*border-top: 1px solid #ccc;*/ /*background: rgba($dark,.03); padding: 10px;*/ opacity: .7; }
.section-title{
.title{ font-size: 40px; }
}
.faq_list{ margin-top: 20px;
h4{ margin-bottom: 20px; font-size: 20px; }
li{ border-bottom: 1px solid #ccc;
.nav-link{ background: none; border: none; color: #dark;
&.active{color: $secondary}
}
}
}
}