cms/app-client/app/styles/components/notice-component.scss
changeset 338 4a3899b6a7ed
parent 288 f2b77873a156
child 373 e952c8a31a2b
equal deleted inserted replaced
337:2ea18460d5e3 338:4a3899b6a7ed
     5 .notice-component {
     5 .notice-component {
     6     padding: 20px 40px;
     6     padding: 20px 40px;
     7     color: $dark-grey;
     7     color: $dark-grey;
     8 }
     8 }
     9 
     9 
    10 .notice-component a {
    10 .notice-component a.fa {
       
    11     text-decoration: none;
       
    12     color: inherit;
       
    13     font-size: 0px;
       
    14     margin-left: 5px;
       
    15 }
       
    16 
       
    17 .notice-component a.fa:before {
       
    18     font-size: 12px;
       
    19 }
       
    20 
       
    21 .notice-component .action {
       
    22     cursor: pointer;
       
    23 }
       
    24 
       
    25 .notice-component a.doc-link-bnf, 
       
    26 .notice-component a.doc-link-lexvo {
    11     cursor: pointer;
    27     cursor: pointer;
    12     color: $dark-grey;
    28     color: $dark-grey;
    13     text-decoration: none;
    29     text-decoration: none;
    14     border-bottom: 1px dashed $dark-grey;
    30     pointer-events: none;
    15 }
    31 }
    16 
    32 
    17 .notice-component .language a {
    33 .notice-component .language a {
    18     text-transform: capitalize;
    34     text-transform: capitalize;
    19 }
    35 }