| 1234567891011121314151617181920212223 |
- @import '~@resources/scss/base/pages/page-knowledge-base.scss';
- //list group circle active and focus
- .list-group-circle {
- .list-group-item-action {
- &:focus,
- &:active {
- background-color: transparent;
- }
- }
- }
- //list group circle active and focus
- .question-content {
- ul {
- li {
- a {
- color: inherit;
- }
- margin-bottom: 1rem;
- }
- }
- }
|