Increase space of settings headers

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-04-17 19:17:12 +02:00
parent 154a579651
commit 4251856218
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -877,10 +877,6 @@ span.version {
}
.section {
h2.app-name {
display: block;
margin: 8px 0;
}
margin-bottom: 0;
/* use 2nd child since app-navigation-toggle is the first */
&:not(:nth-child(2)) {
@ -888,10 +884,13 @@ span.version {
}
/* correctly display help icons next to headings */
h2 .icon-info {
padding: 6px 20px;
vertical-align: text-bottom;
display: inline-block;
h2 {
margin-bottom: 22px;
.icon-info {
padding: 6px 20px;
vertical-align: text-bottom;
display: inline-block;
}
}
}