Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-07-01 11:07:29 +0300
committerPhil Hughes <me@iamphill.com>2016-07-01 11:07:29 +0300
commitd0e8ffbbe63e1b6836dddc1d6333ea59fb39c3a7 (patch)
treeb6e7921a73ffe5f2f56fa16a016cafe1f25a488e /app/assets/stylesheets/pages/issues.scss
parent7964ea1bad6607becce3d2028650ef01b167bc60 (diff)
Uses input field for email address
Diffstat (limited to 'app/assets/stylesheets/pages/issues.scss')
-rw-r--r--app/assets/stylesheets/pages/issues.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issues.scss b/app/assets/stylesheets/pages/issues.scss
index 80f7ef16360..c01dc734505 100644
--- a/app/assets/stylesheets/pages/issues.scss
+++ b/app/assets/stylesheets/pages/issues.scss
@@ -108,3 +108,16 @@ form.edit-issue {
text-decoration: underline;
}
}
+
+.email-modal-input-group {
+ margin-bottom: 10px;
+
+ .form-control {
+ background-color: $white-light;
+ }
+
+ .btn {
+ background-color: $background-color;
+ border: 1px solid $border-gray-light;
+ }
+}