Internal: Fix setup headers size

This commit is contained in:
Molkobain
2020-01-27 14:54:15 +01:00
parent e05b3a5fb9
commit 71708cfbc7
2 changed files with 6 additions and 6 deletions

View File

@@ -60,11 +60,11 @@ h1 {
} }
h2 { h2 {
color: #1A202C; color: #1A202C;
font-size: 14pt; font-size: 12pt;
} }
h3 { h3 {
color: #1C94C4; color: #1C94C4;
font-size: 12pt; font-size: 11pt;
font-weight: bold; font-weight: bold;
} }
a { a {
@@ -247,7 +247,7 @@ fieldset > legend {
padding-bottom: 7px; padding-bottom: 7px;
width: 100%; width: 100%;
color: #3C3C3C; color: #3C3C3C;
font-size: 12pt; font-size: 11pt;
font-weight: bold; font-weight: bold;
border-bottom: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2;
} }

View File

@@ -93,11 +93,11 @@ h1 {
} }
h2 { h2 {
color: $default-font-color; color: $default-font-color;
font-size: 14pt; font-size: 12pt;
} }
h3 { h3 {
color: #1C94C4; color: #1C94C4;
font-size: 12pt; font-size: 11pt;
font-weight: bold; font-weight: bold;
} }
a{ a{
@@ -285,7 +285,7 @@ fieldset{
padding-bottom: 7px; padding-bottom: 7px;
width: 100%; width: 100%;
color: #3C3C3C; color: #3C3C3C;
font-size: 12pt; font-size: 11pt;
font-weight: bold; font-weight: bold;
border-bottom: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2;
} }