Merge branch 'dashboard' into dashboard-polish

This commit is contained in:
Alberto
2019-03-26 12:19:20 +01:00
committed by GitHub
43 changed files with 1519 additions and 67 deletions

View File

@@ -97,6 +97,18 @@
margin-left: $line-height / 4;
max-width: 90%;
h4 {
display: inline-block;
}
.label {
margin-left: $line-height / 2;
}
a {
display: block;
}
h4,
p {
margin-bottom: 0;
@@ -164,6 +176,15 @@
width: rem-calc(36);
}
.label {
position: absolute;
top: 20px;
left: 0;
}
h4 {
margin-top: $line-height;
}
.resource-description {
min-height: $line-height * 4;
}