Added scss

This commit is contained in:
CHIEFSOFT\ameye
2024-12-05 10:41:45 -05:00
parent a0cf6db4b8
commit f023f1d77c
170 changed files with 32386 additions and 2 deletions
+45
View File
@@ -0,0 +1,45 @@
.faq-contant{
.accordion{
.card {
-webkit-box-shadow: 0px 0px 5px #ccc;
-moz-box-shadow: 0px 0px 5px #ccc;
box-shadow: 0px 0px 5px #ccc;
margin-bottom:16px;
&:last-child{
margin-bottom:3rem;
}
}
}
.nav{
.nav-link{
&.active{
h5, p{
color:$white;
line-height: 1.4rem;
}
}
p{
line-height: 1.4rem;
}
}
}
.tab-content{
.card-header{
.btn{
font-size: 16px;
font-weight: bold;
color: $primary;
&:focus{
box-shadow: none;
}
}
}
}
}