summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Bigelow <sbigelow@gitlab.com>2019-01-21 10:24:59 -0500
committerSam Bigelow <sbigelow@gitlab.com>2019-01-21 10:24:59 -0500
commit82f7f1e0159f32d35ffa9d903c044f70b93a415b (patch)
treef0a8665abcec2c7f94aa9ef367b1baebbc1f6315
parentd56b76a52dbb978982c3dedba333523e908b37db (diff)
downloadgitlab-ce-set-root-size-to-14px.tar.gz
Set root font size to 14px for vue-bootstrapset-root-size-to-14px
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index c8357f7751c..3f632d124fd 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -18,6 +18,10 @@ $input-border: $border-color;
$padding-base-vertical: $gl-vert-padding;
$padding-base-horizontal: $gl-padding;
+html {
+ font-size: 14px;
+}
+
body,
.form-control,
.search form {