gitlab-org--gitlab-foss/app/assets/stylesheets/pages/settings.scss

23 lines
409 B
SCSS
Raw Normal View History

.settings-list-icon {
2016-04-27 08:11:11 +00:00
color: $gl-placeholder-color;
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;
}
2016-05-16 15:42:29 +00:00
.warning-title {
color: $gl-warning;
}
.danger-title {
color: $gl-danger;
}