github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/webapp/src/app/service-list/service-list.component.css (about)

     1  .services {
     2    padding-bottom: 25px;
     3    background-color: #f7f7f7;
     4  }
     5  
     6  .card {
     7    float: left;
     8    width: 33.333%;
     9    padding: .75rem;
    10    margin-bottom: 2rem;
    11    border: 0;
    12    background-color: #f7f7f7;
    13    color: #4e5655;
    14  }
    15  
    16  .card > img {
    17    margin-bottom: .75rem;
    18  }
    19  
    20  .row {
    21    border-color: #6da9bc
    22  }
    23  
    24  .title {
    25    color: #FFF;
    26    background-color: #7bc1d8;
    27    text-align: center;
    28    margin-top: 0px;
    29    margin-bottom: 0px;
    30    padding-top: 10px;
    31    padding-bottom: 10px;
    32  }
    33  .title h2 {
    34    margin: 0;
    35    padding: 0;
    36    font-size: 20px;
    37  }
    38  .badge-success {
    39    background-color: #9eb2af;
    40    border-color: #869996;
    41  }
    42  
    43  .badge-small {
    44    font-size: 90%;
    45    vertical-align: center; 
    46  }
    47  
    48  .card-text {
    49    font-size: 85%;
    50  }
    51  
    52  .action {
    53    text-align: center;
    54  }