Merge pull request #626 from dod-ccpo/reskin-funding-page

Update styles on portfolio funding page
This commit is contained in:
patricksmithdds
2019-02-12 07:36:30 -05:00
committed by GitHub
3 changed files with 78 additions and 99 deletions

View File

@@ -46,6 +46,13 @@
padding: $gap;
}
@mixin shadow-panel {
padding: $gap / 2 0;
box-shadow: 0 6px 18px 0 rgba(144,164,183,0.3);
border-top: none;
border-bottom: none;
}
.panel {
@include panel-base;
@include panel-theme-default;