123456789101112131415161718192021222324252627282930313233343536373839 |
- @import './node_modules/@waca/ca-ui-toolkit/essentials/essentials';
- .homeReferenceContainer {
- width: 274px;
- margin-left: 32px;
- .clRefCaption {
- margin: 0 0 16px;
- font-weight: bold;
- font-size: 14px;
- @include theming(color, text-02);
- }
- .ba-common-accordionItem__content {
- min-height: 40px;
- padding: 0px 16px;
- word-break: break-all;
- .clItemLinkIcon {
- @include theming(color, icon-02);
- margin-right: 16px;
- height: 16px;
- width: 16px;
- min-width: 16px;
- }
- .refVideoLink__targetLink {
- padding: 11px 0 11px 0;
- line-height: 18px;
- display: flex;
- align-items: center;
- }
- .refLinkTarget {
- padding: 11px 0 11px 24px;
- line-height: 18px;
- display: flex;
- align-items: center;
- }
- }
- }
|