diff --git a/app/styles/crate/version.module.css b/app/styles/crate/version.module.css index 2848e93c81d..9e102d1878a 100644 --- a/app/styles/crate/version.module.css +++ b/app/styles/crate/version.module.css @@ -273,3 +273,14 @@ div.header { .yanked { composes: yanked from '../shared/typography.module.css'; } + +.big-green-download-button { + display: inline-block; + float: right; + background-color: #0c0; + color: #000; + padding: 5px; + border: 1px solid #070; + border-radius: 20px; + font-size: 50px; +} diff --git a/app/templates/crate/version.hbs b/app/templates/crate/version.hbs index 9dff1001d43..7af0a9a9849 100644 --- a/app/templates/crate/version.hbs +++ b/app/templates/crate/version.hbs @@ -8,6 +8,8 @@