fix(demo): improve dashboard and ui features pages

This commit is contained in:
KostyaDanovsky 2017-07-20 18:13:11 +03:00
parent 8127f98f3c
commit b10e5e9ae5
20 changed files with 158 additions and 158 deletions

View file

@ -14,22 +14,31 @@
}
.font-row {
margin-bottom: 3rem;
&:first-child {
margin-bottom: 2rem;
}
.header {
align-items: baseline;
}
p {
margin: 0;
}
}
.header {
display: flex;
align-items: center;
padding-bottom: 1.125rem;
margin-bottom: 1.125rem;
border-bottom: 1px solid rgba(nga-theme(color-fg), 0.1);
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: 1px solid nga-theme(separator);
color: nga-theme(color-fg-heading);
&:last-child {
border-bottom: none;
padding: 0;
margin: 0;
}
div:first-child {
@ -83,5 +92,9 @@
border-bottom-left-radius: 1rem;
margin-right: 1rem;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 0.25rem;
}
}
}