settings.scss 983 字节
Newer Older
P
Phil Hughes 已提交
1
.settings-list-icon {
T
tauriedavis 已提交
2
  color: $gl-text-color-secondary;
P
Phil Hughes 已提交
3 4 5 6 7 8 9 10 11 12 13 14
  font-size: $settings-icon-size;
  line-height: 42px;
}

.settings-message {
  padding: 5px;
  line-height: 1.3;
  color: $warning-message-color;
  background-color: $warning-message-bg;
  border: 1px solid $warning-message-border;
  border-radius: $border-radius-base;
}
P
Phil Hughes 已提交
15 16 17 18 19 20 21 22

.warning-title {
  color: $gl-warning;
}

.danger-title {
  color: $gl-danger;
}
L
Luke "Jared" Bennett 已提交
23 24 25 26

.service-settings .control-label {
  padding-top: 0;
}
27

28
.token-token-container {
29
  #impersonation-token-token {
30 31 32 33 34 35 36 37
    width: 80%;
    display: inline;
  }

  .btn-clipboard {
    margin-left: 5px;
  }
}
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62

.prometheus-metrics-monitoring {
  .panel {
    .panel-heading .badge-count {
      padding: 3px 8px;
      color: $white-light;
      background: $common-gray-dark;
      border-radius: 40%;
    }
  }

  .empty-metrics {
    text-align: center;
    padding: 20px 10px;

    p,
    .btn {
      margin-top: 10px;
    }

    p {
      color: $gl-gray-light;
    }
  }
}