Move header margin styles to CSS

Using HTML classes to apply styles to certain elements makes views
harder to customize.
This commit is contained in:
Javi Martín
2020-08-10 15:59:02 +02:00
parent b8894eac70
commit 400c3a6fa0
3 changed files with 5 additions and 2 deletions

View File

@@ -909,6 +909,8 @@
.help-header {
background: #fafafa;
border-bottom: 1px solid #eee;
margin-top: -$line-height;
margin-bottom: $line-height;
padding-bottom: $line-height / 2;
padding-top: $line-height;
@@ -1142,6 +1144,7 @@
&.budget {
background: $budget;
margin-top: -$line-height;
h1,
h2,