diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-12-22 12:20:26 +0000 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-12-22 12:20:26 +0000 |
commit | 5dcff01436bf81cfbff8085fbae4692ec57a9fdf (patch) | |
tree | bb2fa696d2bee8322966881f0a34c1f88583c90e /app/scss/custom.scss | |
parent | f355721cdb1434e4f74043624678c86dbb3c5665 (diff) | |
download | cheatdb-5dcff01436bf81cfbff8085fbae4692ec57a9fdf.tar.xz |
Improve button colours and position in package view
Diffstat (limited to 'app/scss/custom.scss')
-rw-r--r-- | app/scss/custom.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/scss/custom.scss b/app/scss/custom.scss index c95ebfd..6663485 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -20,3 +20,14 @@ .alert .btn { text-decoration: none; } + +.btn-download { + color: #fff; + background-color: #00b05c; + border-color: #00b05c; +} + +.btn-download:focus, .btn-download.focus { + -webkit-box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); + box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.5); +} |