14 lines
327 B
SCSS
14 lines
327 B
SCSS
.settings-list-icon {
|
|
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;
|
|
}
|