mirror of https://github.com/status-im/consul.git
19 lines
279 B
SCSS
19 lines
279 B
SCSS
|
@import './anchors/index';
|
||
|
main a {
|
||
|
color: $ui-gray-900;
|
||
|
}
|
||
|
main a[rel*='help'] {
|
||
|
@extend %with-info;
|
||
|
}
|
||
|
main label a[rel*='help'] {
|
||
|
color: $ui-gray-400;
|
||
|
}
|
||
|
|
||
|
[role='tabpanel'] > p:only-child [rel*='help']::after {
|
||
|
content: none;
|
||
|
}
|
||
|
main p a,
|
||
|
main dd a {
|
||
|
@extend %anchor;
|
||
|
}
|