cms/app-client/app/styles/components/notice-component.scss
changeset 269 9659e91242e1
parent 228 a2497a2b6224
child 288 f2b77873a156
equal deleted inserted replaced
268:19313f7c04ab 269:9659e91242e1
       
     1 .corpus-app-container.window {
       
     2     background-color: $light-blue;
       
     3 }
       
     4 
     1 .notice-component {
     5 .notice-component {
     2     padding: 20px 40px;
     6     padding: 20px 40px;
     3     color: $dark-grey;
     7     color: $dark-grey;
     4 }
     8 }
     5 
     9 
    52 }
    56 }
    53 
    57 
    54 .notice-component table tr td.title {
    58 .notice-component table tr td.title {
    55     font-weight: bold;
    59     font-weight: bold;
    56     color: $dark-blue;
    60     color: $dark-blue;
       
    61     width: 25%;
    57 }
    62 }
    58 
    63 
    59 .notice-component table tr td ul {
    64 .notice-component table tr td ul {
    60     list-style: none;
    65     list-style: none;
    61     margin: 0;
    66     margin: 0;