github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/ui/components/ReleaseCardMini/ReleaseCardMini.scss (about)

     1  /*This file is part of kuberpult.
     2  
     3  Kuberpult is free software: you can redistribute it and/or modify
     4  it under the terms of the Expat(MIT) License as published by
     5  the Free Software Foundation.
     6  
     7  Kuberpult is distributed in the hope that it will be useful,
     8  but WITHOUT ANY WARRANTY; without even the implied warranty of
     9  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    10  MIT License for more details.
    11  
    12  You should have received a copy of the MIT License
    13  along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>.
    14  
    15  Copyright 2023 freiheit.com*/
    16  .release-card-mini {
    17      color: var(--mdc-theme-on-surface);
    18      box-shadow: none;
    19      width: inherit;
    20      display: flex;
    21      background: #f7f9fa;
    22      border-radius: 4px;
    23      cursor: pointer;
    24  }
    25  
    26  .release__details-mini {
    27      height: 100%;
    28      width: inherit;
    29      margin: 10px;
    30      @extend .text-regular;
    31      color: #4a4a4a;
    32  }
    33  
    34  .links {
    35      justify-content: space-between;
    36      display: flex;
    37  }
    38  
    39  .release__details-header {
    40      font-style: normal;
    41      font-weight: 700;
    42      font-size: 18px;
    43      line-height: 32px;
    44      color: #4a4a4a;
    45      justify-content: space-between;
    46      display: flex;
    47  }
    48  
    49  .release__details-msg {
    50      height: 100%;
    51      margin: 5px;
    52      font-style: normal;
    53      font-weight: 500;
    54      font-size: 14px;
    55      line-height: 24px;
    56      color: #4a4a4a;
    57  }
    58  
    59  .release__environments-mini {
    60      font-weight: 600;
    61      font-size: 14px;
    62      line-height: 32px;
    63      margin: 5px;
    64  }