open-consul/ui-v2/app/styles/components/anchors.scss
John Cowen 52a62f2b8d UI: New ACLs (#4789)
UI to accompany the new ACLs APIs
2018-10-19 08:45:05 -07:00

19 lines
324 B
SCSS

@import './anchors/index';
%main-content a {
color: $ui-gray-900;
}
%main-content a[rel*='help'] {
@extend %with-info;
}
%main-content label a[rel*='help'] {
color: $ui-gray-400;
}
[role='tabpanel'] > p:only-child [rel*='help']::after {
content: none;
}
%main-content p a,
%main-content dd a {
@extend %anchor;
}