Merge remote-tracking branch 'origin/1200' into 1200

This commit is contained in:
Ashutosh Kumar Singh 2020-03-31 18:00:47 -04:00
commit 50cd4a3902

View File

@ -35,10 +35,12 @@ export const DownloadButton = styled.a`
cursor: pointer; cursor: pointer;
background: #0084CE; background: #0084CE;
&:hover { &:hover {
background: #339DD8;; background: #339DD8;
color: #FFFFFF;
} }
&:active { &:active {
background: #00639B;; background: #00639B;
color: #FFFFFF;
} }
${extensionsHook('DownloadButton')}; ${extensionsHook('DownloadButton')};