summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-03-25 16:23:50 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-03-25 16:55:05 -0400
commit6b394a801fb4cb8f598a5f124eb91517a2b705fc (patch)
tree10c74013b9898ce7b0a83779bdac0bcf99820227 /app/assets/stylesheets
parent9ea2c959d9d27b8370e6c1d6c5d77615f318c6d3 (diff)
downloadgitlab-ce-6b394a801fb4cb8f598a5f124eb91517a2b705fc.tar.gz
Fix regressions post bootstrap_form upgrade
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/profile.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 8e933b62dd9..4f52112d779 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -438,8 +438,17 @@ table.u2f-registrations {
}
}
+ .form-group > label {
+ font-weight: $gl-font-weight-bold;
+ }
+
+ .form-group > .form-text {
+ font-size: $gl-font-size;
+ }
+
.emoji-menu-toggle-button {
@include emoji-menu-toggle-button;
+ padding: 6px 10px;
.no-emoji-placeholder {
position: relative;