Merge pull request #1005 from dod-ccpo/cloud-pdf-downloads

Cloud pdf downloads
This commit is contained in:
richard-dds
2019-08-30 16:11:27 -04:00
committed by GitHub
12 changed files with 159 additions and 25 deletions

View File

@@ -43,6 +43,11 @@
margin-left: 0.5rem;
font-weight: $font-bold;
text-decoration: underline;
color: $color-black-light !important;
&:hover {
color: $color-black-light;
}
}
&__remove {