github.com/billybanfield/evergreen@v0.0.0-20170525200750-eeee692790f7/public/static/less/projects.less (about)

     1  .current-project {
     2      font-weight: bold;
     3      background-color: aliceblue;
     4  }
     5  
     6  .project-error {
     7    color: red;
     8    font-size: 12px;
     9    margin-top: 10px;
    10    font-weight: bold;
    11  }
    12  
    13  // Alerts section
    14  
    15  .triggerinfo{
    16    list-style:none;
    17    border: 1px solid #ccc;
    18    margin-top:-1px;
    19  }
    20  .trigger-display-wrapper{
    21    padding:5px;
    22    font-size:1.1em;
    23  }
    24  .trigger-actions{
    25    background-color:#eee;
    26  }
    27  
    28  .trigger-description{
    29    font-weight:bold;
    30  }
    31  
    32  .action-config{
    33    list-style:none;
    34    padding-top:3px;
    35  }
    36  .add-action{
    37    text-align:right;
    38    list-style:none;
    39  }
    40  .do-nothing{
    41    padding:5px;
    42    font-style:italic;
    43  }
    44  
    45  .editalert-form{
    46    padding:5px;
    47  }
    48  
    49  .project-dropdown{
    50    height:37em;
    51    overflow-y:scroll;
    52  }