summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2018-02-01 17:28:51 -0600
committerEric Eastwood <contact@ericeastwood.com>2018-02-01 17:28:51 -0600
commit3ac3eb0d2cb570c31701cec6889a66abd2a1f93b (patch)
tree17a4e2b2dc63a6196d1d7963eaf8cab73fd9abb6
parent9e43e860d5801784820e80e153f48c4bbf944f71 (diff)
downloadgitlab-ce-bootstrap-4-test1.tar.gz
Adjust font-size back down to 14pxbootstrap-4-test1
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 15de1ce89ec..8e8b9b7cf3a 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -155,7 +155,7 @@ $well-light-text-color: #5b6169;
/*
* Text
*/
-$gl-font-size: 1rem;
+$gl-font-size: .875rem;
$gl-font-weight-normal: 400;
$gl-font-weight-bold: 600;
$gl-text-color: #2e2e2e;