summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/settings.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-25 14:42:17 +0100
committerPhil Hughes <me@iamphill.com>2016-04-25 14:42:17 +0100
commit5542c9456c44816d45caba42b00389da0b1d1f26 (patch)
tree0ded8b078c9d3cf3639b82643e6a15a4c4c8ba92 /app/assets/stylesheets/pages/settings.scss
parentbe85fde6632d1058c17cb3083fa6a9b54fc9871c (diff)
downloadgitlab-ce-5542c9456c44816d45caba42b00389da0b1d1f26.tar.gz
Updated project group sharing UI
Closes #13991
Diffstat (limited to 'app/assets/stylesheets/pages/settings.scss')
-rw-r--r--app/assets/stylesheets/pages/settings.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/settings.scss b/app/assets/stylesheets/pages/settings.scss
new file mode 100644
index 00000000000..67dbeca7bbd
--- /dev/null
+++ b/app/assets/stylesheets/pages/settings.scss
@@ -0,0 +1,14 @@
+.settings-list-icon {
+ color: $settings-icon-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;
+}