QuickRef.scss 778 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. @import './node_modules/@waca/ca-ui-toolkit/essentials/essentials';
  2. .homeReferenceContainer {
  3. width: 274px;
  4. margin-left: 32px;
  5. .clRefCaption {
  6. margin: 0 0 16px;
  7. font-weight: bold;
  8. font-size: 14px;
  9. @include theming(color, text-02);
  10. }
  11. .ba-common-accordionItem__content {
  12. min-height: 40px;
  13. padding: 0px 16px;
  14. word-break: break-all;
  15. .clItemLinkIcon {
  16. @include theming(color, icon-02);
  17. margin-right: 16px;
  18. height: 16px;
  19. width: 16px;
  20. min-width: 16px;
  21. }
  22. .refVideoLink__targetLink {
  23. padding: 11px 0 11px 0;
  24. line-height: 18px;
  25. display: flex;
  26. align-items: center;
  27. }
  28. .refLinkTarget {
  29. padding: 11px 0 11px 24px;
  30. line-height: 18px;
  31. display: flex;
  32. align-items: center;
  33. }
  34. }
  35. }