Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-23 16:14:34 +02:00
parent f352f034a1
commit 19a56d9e16
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
2 changed files with 1 additions and 7 deletions

View File

@ -221,7 +221,6 @@ body {
} }
h2 { h2 {
margin-bottom: 10px; margin-bottom: 10px;
line-height: 150%;
} }
[class^='icon-'], [class^='icon-'],
[class*='icon-'] { [class*='icon-'] {

View File

@ -104,11 +104,6 @@ input {
display: inline-grid; display: inline-grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr 1fr;
/* Same font-weight exception as for .personal-settings-container */
> div h3 {
font-weight: 300;
}
} }
.personal-show-container { .personal-show-container {
@ -318,7 +313,7 @@ select {
top: 44px; top: 44px;
&.popovermenu { &.popovermenu {
.menuitem { .menuitem {
// override h2 heading font size // override h3 heading font size
font-size: 12.8px; font-size: 12.8px;
line-height: 1.6em; line-height: 1.6em;
.menuitem-text-detail { .menuitem-text-detail {