page-knowledge-base.scss 383 B

1234567891011121314151617181920212223
  1. @import '~@resources/scss/base/pages/page-knowledge-base.scss';
  2. //list group circle active and focus
  3. .list-group-circle {
  4. .list-group-item-action {
  5. &:focus,
  6. &:active {
  7. background-color: transparent;
  8. }
  9. }
  10. }
  11. //list group circle active and focus
  12. .question-content {
  13. ul {
  14. li {
  15. a {
  16. color: inherit;
  17. }
  18. margin-bottom: 1rem;
  19. }
  20. }
  21. }