Improve button colours and position in package view

This commit is contained in:
rubenwardy
2018-12-22 12:20:26 +00:00
parent f355721cdb
commit 5dcff01436
2 changed files with 20 additions and 11 deletions

View File

@@ -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);
}