github.com/argoproj/argo-cd@v1.8.7/ui/src/app/settings/components/certs-list/certs-list.scss (about)

     1  @import 'node_modules/argo-ui/src/styles/config';
     2  
     3  .certs-list {
     4      &__top-panel {
     5          padding: 1em;
     6  
     7          & > .columns:first-child {
     8              font-size: 8em;
     9              text-align: center;
    10          }
    11  
    12          & > .columns:last-child {
    13              text-align: center;
    14              border-left: 2px solid $argo-color-gray-4;
    15  
    16              & > p {
    17                  margin-bottom: 0;
    18                  margin-top: 24px;
    19                  &:first-of-type {
    20                      font-size: 1.25em;
    21                  }
    22              }
    23  
    24              & > button {
    25                  width: 15em;
    26              }
    27          }
    28      }
    29  
    30      .argo-table-list {
    31          .argo-dropdown {
    32              float: right;
    33          }
    34      }
    35  
    36      textarea.argo-field {
    37          height: 25em;
    38          width: 1024em;
    39          white-space: pre;
    40          overflow-wrap: normal;
    41          overflow-x: scroll;
    42      }
    43  }
    44