diff -r 7b2dcd2b31c1 -r 74fba571487e cms/app-client/app/styles/components/notice-component.scss --- a/cms/app-client/app/styles/components/notice-component.scss Mon Feb 06 16:05:02 2017 +0100 +++ b/cms/app-client/app/styles/components/notice-component.scss Wed Feb 08 15:25:24 2017 +0100 @@ -59,7 +59,8 @@ .doc-link-bnf, .doc-link-lexvo, .doc-link-viaf, - .doc-link-geonames { + .doc-link-geonames, + .doc-link-dcmi { cursor: pointer; color: $corpus-black; text-decoration: none; @@ -92,6 +93,13 @@ padding: 0px; } +.notice-component h3 { + color: $corpus-blue; + margin-bottom: 12px; + font-size: 16px; + font-style: italic; +} + .notice-component.overlay h2, .notice-component.overlay h3 { color: $dark-grey; @@ -125,6 +133,34 @@ padding: 0; } -.notice-component .doc-link-lexvo { +.notice-component table tr td p { + margin: 0 0 6px 0; +} + +.notice-component { + + .doc-link-lexvo { text-transform: capitalize; + } + + // a.doc-link-dcmi { + // @extend .fa; + // } + + .doc-link-dcmi:after { + content: "\f045"; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + + padding-right: 0.5em; + padding-left: 0.5em; + } + + .notice-links h5 { + display: inline-block; + } + } +