@yoyoboot/l-52abp-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
31 lines (30 loc) • 547 B
text/less
.faq-v1 {
&__item {
display: flex;
align-items: center;
padding: 8px;
&-icon {
font-size: 24px;
}
&-title {
margin-bottom: 0;
font-weight: normal;
font-size: 14px;
}
&-remark {
margin-bottom: 0;
color: @grey-6;
}
&-hover {
background-color: rgba(0, 0, 0, 0.02);
cursor: pointer;
&:hover {
background-color: rgba(0, 0, 0, 0.04);
.faq__item-icon,
.faq__item-title {
color: @primary-color;
}
}
}
}
}