cms/app-client/app/styles/tabs/chrono.scss
changeset 363 eac9e4eb75c7
parent 316 fb11295ef666
child 393 5ef3bfef0bff
equal deleted inserted replaced
362:c7aac4484587 363:eac9e4eb75c7
     1 #tabs-chrono p {
     1 #tabs-chrono p {
     2     padding: 0px 20px;
     2     padding: 0px 20px;
     3     text-align: center;
     3     text-align: center;
     4     margin: 25px 0px 50px 0px;
     4     margin: 25px 0px 50px 0px;
     5     line-height: 22px;
     5     line-height: 22px;
       
     6     color: $corpus-black;
     6 }
     7 }
     7 
     8 
     8 #chrono-table {
     9 #chrono-table {
     9     line-height: 43px;
    10     line-height: 43px;
    10 }
    11 }
    11 
    12 
    12 #chrono-table .interval {
    13 #chrono-table .interval {
    13     margin-bottom: 5px;
    14     margin-bottom: 5px;
    14     overflow: hidden;
    15     overflow: hidden;
    15 }
       
    16 
       
    17 #chrono-table .decades {
       
    18     color: $medium-grey;
       
    19     font-size: 13px;
       
    20 }
    16 }
    21 
    17 
    22 #chrono-table input {
    18 #chrono-table input {
    23     margin: 0;
    19     margin: 0;
    24 }
    20 }
    39     text-align: center;
    35     text-align: center;
    40     vertical-align: middle;
    36     vertical-align: middle;
    41     display: inline-block;
    37     display: inline-block;
    42     margin: 0px 0px 0px 5px;
    38     margin: 0px 0px 0px 5px;
    43     cursor: pointer;
    39     cursor: pointer;
    44     background-color: $light-blue;
    40     background-color: $corpus-light-grey;
    45     color: $medium-blue;
    41     color: $corpus-black;
    46     font-size: 12px;
    42     font-size: 12px;
    47     box-sizing: border-box;
    43     box-sizing: border-box;
    48 }
    44 }
    49 
    45 
    50 #chrono-table li.highlighted {
    46 #chrono-table li.highlighted {
    51     color: $light-white;
    47     font-weight: bold;
    52     background-color: $medium-blue;
    48     color: $corpus-white;
       
    49     background-color: $corpus-blue;
    53 }
    50 }