Skip to content

Commit 0951a0a

Browse files
committed
fix(alchemy-notice): Use default font size for headings
We do not want to mix font-sizes in notices. H1 was already resetted. H2 and H3 were missing.
1 parent d187dd2 commit 0951a0a

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

app/assets/builds/alchemy/admin.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/stylesheets/alchemy/admin/notices.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,11 @@ alchemy-message {
6363
}
6464
}
6565

66-
h1 {
67-
font-size: var(--font-size_medium);
68-
}
69-
7066
h1,
7167
h2,
7268
h3 {
7369
margin-top: 0;
70+
font-size: var(--font-size_medium);
7471
}
7572

7673
a[href] {

0 commit comments

Comments
 (0)