From c6a4c7be810a0898a5e90ad57f74267d4e5cb8c9 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Tue, 5 Jun 2018 21:14:21 +0000 Subject: Fix header styles --- app/assets/stylesheets/bootstrap_migration.scss | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'app/assets/stylesheets/bootstrap_migration.scss') diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 083d4656f07..d205d84b84f 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -39,6 +39,41 @@ html [type="button"], cursor: pointer; } +h1, +h2, +h3, +h4, +h5, +h6 { + color: $gl-text-color; + font-weight: 600; +} + +h1, +.h1, +h2, +.h2, +h3, +.h3 { + margin-top: 20px; + margin-bottom: 10px; +} + +h4, +.h4, +h5, +.h5, +h6, +.h6 { + margin-top: 10px; + margin-bottom: 10px; +} + +h5, +.h5 { + font-size: $gl-font-size; +} + input[type="file"] { // Bootstrap 4 file input height is taller by default // which makes them look ugly -- cgit v1.2.3