summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorDennis Tang <dtang@gitlab.com>2019-04-02 12:49:13 +0000
committerDennis Tang <dtang@gitlab.com>2019-04-02 14:48:15 +0000
commit65ede29537573836b8958be3feb6abfde163f0fc (patch)
tree986d86cd48db37accb0290058d4b913d59d89835 /app/assets/stylesheets
parent784b1756020ba564b45cb539a538f79c138f92dd (diff)
downloadgitlab-ce-65ede29537573836b8958be3feb6abfde163f0fc.tar.gz
Update system message banner font size to 12px
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/system_messages.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/system_messages.scss b/app/assets/stylesheets/framework/system_messages.scss
index e5edddec71e..6205ccaa52f 100644
--- a/app/assets/stylesheets/framework/system_messages.scss
+++ b/app/assets/stylesheets/framework/system_messages.scss
@@ -14,6 +14,7 @@
@include str-truncated(100%);
margin-top: -1px;
margin-bottom: 0;
+ font-size: $gl-font-size-small;
}
}