cms/app-client/app/styles/components/notice-component.scss
changeset 223 2457942e7453
parent 218 38e1a1446319
child 224 d284324358b2
equal deleted inserted replaced
222:0eba8101b129 223:2457942e7453
    23     width: 100%;
    23     width: 100%;
    24     margin-top: 15px;
    24     margin-top: 15px;
    25 }
    25 }
    26 
    26 
    27 .notice-component table tr {
    27 .notice-component table tr {
    28     border-bottom: solid 1px #13212d;
    28     border-bottom: solid 1px $dark-blue;
    29 }
    29 }
    30 
    30 
    31 .notice-component table tr td {
    31 .notice-component table tr td {
    32     vertical-align: top;
    32     vertical-align: top;
    33     padding: 10px 0px;
    33     padding: 10px 0px;
    34 }
    34 }
    35 
    35 
    36 .notice-component table tr td.title {
    36 .notice-component table tr td.title {
    37     font-weight: bold;
    37     font-weight: bold;
    38     color: #13212d;
    38     color: $dark-blue;
    39 }
    39 }
    40 
    40 
    41 .notice-component table tr td ul {
    41 .notice-component table tr td ul {
    42     list-style: none;
    42     list-style: none;
    43     margin: 0;
    43     margin: 0;