settings.scss 468 字节
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;
}