diff -r 2ea18460d5e3 -r 4a3899b6a7ed cms/app-client/app/styles/components/notice-component.scss --- a/cms/app-client/app/styles/components/notice-component.scss Sat Oct 15 20:02:09 2016 +0530 +++ b/cms/app-client/app/styles/components/notice-component.scss Sun Oct 16 22:23:31 2016 +0530 @@ -7,11 +7,27 @@ color: $dark-grey; } -.notice-component a { +.notice-component a.fa { + text-decoration: none; + color: inherit; + font-size: 0px; + margin-left: 5px; +} + +.notice-component a.fa:before { + font-size: 12px; +} + +.notice-component .action { + cursor: pointer; +} + +.notice-component a.doc-link-bnf, +.notice-component a.doc-link-lexvo { cursor: pointer; color: $dark-grey; text-decoration: none; - border-bottom: 1px dashed $dark-grey; + pointer-events: none; } .notice-component .language a {