2019-06-14 17:27:37 +00:00
|
|
|
@import '../base/components/anchors/index';
|
2020-01-16 09:10:32 +00:00
|
|
|
a[rel*='external']::after {
|
|
|
|
@extend %with-exit-icon, %as-pseudo;
|
|
|
|
margin-left: 8px;
|
2019-05-01 18:19:43 +00:00
|
|
|
}
|
2018-10-19 15:17:02 +00:00
|
|
|
%main-content label a[rel*='help'] {
|
2018-11-09 15:28:26 +00:00
|
|
|
color: $gray-400;
|
2018-08-29 11:11:58 +00:00
|
|
|
}
|
2019-05-01 18:09:29 +00:00
|
|
|
%main-content a[rel*='help']::after {
|
|
|
|
@extend %with-info-circle-outline-icon, %as-pseudo;
|
|
|
|
opacity: 0.4;
|
|
|
|
}
|
2019-12-17 18:47:37 +00:00
|
|
|
%main-content h2 a {
|
|
|
|
color: $gray-900;
|
|
|
|
}
|
2019-05-01 19:01:32 +00:00
|
|
|
%main-content h2 a[rel*='help']::after {
|
|
|
|
font-size: 0.65em;
|
|
|
|
margin-top: 0.2em;
|
|
|
|
margin-left: 0.2em;
|
|
|
|
}
|
2018-08-29 11:11:58 +00:00
|
|
|
|
|
|
|
[role='tabpanel'] > p:only-child [rel*='help']::after {
|
|
|
|
content: none;
|
|
|
|
}
|
2018-10-19 15:17:02 +00:00
|
|
|
%main-content p a,
|
|
|
|
%main-content dd a {
|
2018-08-29 11:11:58 +00:00
|
|
|
@extend %anchor;
|
|
|
|
}
|