MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
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}
			}
		}
	}
}