cms/app-client/app/styles/components/notice-component.scss
changeset 502 74fba571487e
parent 492 acecbffac2c4
child 513 dad9471f0d63
equal deleted inserted replaced
501:7b2dcd2b31c1 502:74fba571487e
    57 
    57 
    58 .notice-component {
    58 .notice-component {
    59   .doc-link-bnf,
    59   .doc-link-bnf,
    60   .doc-link-lexvo,
    60   .doc-link-lexvo,
    61   .doc-link-viaf,
    61   .doc-link-viaf,
    62   .doc-link-geonames {
    62   .doc-link-geonames,
       
    63   .doc-link-dcmi {
    63     cursor: pointer;
    64     cursor: pointer;
    64     color: $corpus-black;
    65     color: $corpus-black;
    65     text-decoration: none;
    66     text-decoration: none;
    66   }
    67   }
    67 }
    68 }
    88     font-weight: bold;
    89     font-weight: bold;
    89     font-size: 20px;
    90     font-size: 20px;
    90     text-transform: uppercase;
    91     text-transform: uppercase;
    91     line-height: normal;
    92     line-height: normal;
    92     padding: 0px;
    93     padding: 0px;
       
    94 }
       
    95 
       
    96 .notice-component h3 {
       
    97     color: $corpus-blue;
       
    98     margin-bottom: 12px;
       
    99     font-size: 16px;
       
   100     font-style: italic;
    93 }
   101 }
    94 
   102 
    95 .notice-component.overlay h2,
   103 .notice-component.overlay h2,
    96 .notice-component.overlay h3 {
   104 .notice-component.overlay h3 {
    97     color: $dark-grey;
   105     color: $dark-grey;
   123     list-style: none;
   131     list-style: none;
   124     margin: 0;
   132     margin: 0;
   125     padding: 0;
   133     padding: 0;
   126 }
   134 }
   127 
   135 
   128 .notice-component .doc-link-lexvo {
   136 .notice-component table tr td p {
       
   137     margin: 0 0 6px 0;
       
   138 }
       
   139 
       
   140 .notice-component {
       
   141 
       
   142   .doc-link-lexvo {
   129     text-transform: capitalize;
   143     text-transform: capitalize;
       
   144   }
       
   145 
       
   146   // a.doc-link-dcmi {
       
   147   //   @extend .fa;
       
   148   // }
       
   149 
       
   150   .doc-link-dcmi:after {
       
   151     content: "\f045";
       
   152     font-family: FontAwesome;
       
   153     font-style: normal;
       
   154     font-weight: normal;
       
   155     text-decoration: inherit;
       
   156 
       
   157     padding-right: 0.5em;
       
   158     padding-left: 0.5em;
       
   159   }
       
   160 
       
   161   .notice-links h5 {
       
   162     display: inline-block;
       
   163   }
       
   164 
   130 }
   165 }
       
   166