Merge pull request #617 from dod-ccpo/reskin-portfolio-reports

Reskin portfolio reports
This commit is contained in:
patricksmithdds
2019-02-11 12:59:22 -05:00
committed by GitHub
6 changed files with 202 additions and 138 deletions

View File

@@ -95,17 +95,21 @@
margin: 6 * $gap $gap 0 $gap;
}
@mixin subheading {
color: $color-gray-dark;
padding: $gap 0;
text-transform: uppercase;
opacity: 0.54;
font-size: $small-font-size;
font-weight: bold;
}
.portfolio-applications {
.portfolio-applications__header {
margin-bottom: 4 * $gap;
.portfolio-applications__header--title {
color: $color-gray-dark;
padding: $gap 0;
text-transform: uppercase;
opacity: 0.54;
font-size: $small-font-size;
font-weight: bold;
@include subheading;
}
.portfolio-applications__header--actions {
@@ -287,3 +291,19 @@
}
}
}
.portfolio-reports {
.portfolio-reports__header {
margin-bottom: 4 * $gap;
.portfolio-reports__header--title {
@include subheading;
}
}
.panel {
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
border-top: none;
border-bottom: none;
}
}