summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrap_migration.scss
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-12-08 01:16:46 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-08 01:16:46 +0000
commita73f2ec6b58da2708d786dd4326ee5de7bedd402 (patch)
tree5331eb448caad99d55f2689450b9088130d80475 /app/assets/stylesheets/bootstrap_migration.scss
parent4fb5e47928fb80d6a8d529e0044af226ba9d1eae (diff)
downloadgitlab-ce-a73f2ec6b58da2708d786dd4326ee5de7bedd402.tar.gz
Integrate csslab
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 62024b8c555..f0671e36130 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -18,8 +18,10 @@ $input-border: $border-color;
$padding-base-vertical: $gl-vert-padding;
$padding-base-horizontal: $gl-padding;
-html {
- // Override default font size used in bs4
+body,
+.form-control,
+.search form {
+ // Override default font size used in non-csslab UI
font-size: 14px;
}