summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2018-06-29 14:34:26 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-06-29 14:34:26 +0000
commit07e4455eeb9d5cffd806e5b45c8a618c90e69483 (patch)
tree14054a4154f17108c6f6cd9c60b324508325f79f /app/assets/stylesheets/framework
parent1503e89913d24b01cade8cf01a6004d8f2770e06 (diff)
downloadgitlab-ce-07e4455eeb9d5cffd806e5b45c8a618c90e69483.tar.gz
Style updates for personal access token form
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/forms.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/forms.scss b/app/assets/stylesheets/framework/forms.scss
index 2b2e6d69e33..282e424fc38 100644
--- a/app/assets/stylesheets/framework/forms.scss
+++ b/app/assets/stylesheets/framework/forms.scss
@@ -243,3 +243,15 @@ label {
}
}
}
+
+.input-icon-wrapper {
+ position: relative;
+
+ .input-icon-right {
+ position: absolute;
+ right: 0.8em;
+ top: 50%;
+ transform: translateY(-50%);
+ color: $theme-gray-600;
+ }
+}