Refactor details page

This commit is contained in:
MrTimscampi 2020-05-10 13:36:26 +02:00
parent a8e45f30ab
commit d57eff1c9b
9 changed files with 128 additions and 107 deletions

View file

@ -227,7 +227,7 @@ html {
color: #fff !important;
}
.detailSticky {
.detailRibbon {
background: #303030;
background: -webkit-gradient(linear, left top, right top, from(#bcbcbc), color-stop(#a7b4b7), color-stop(#beb5a5), color-stop(#adbec2), to(#b9c7cb));
background: -webkit-linear-gradient(left, #bcbcbc, #a7b4b7, #beb5a5, #adbec2, #b9c7cb);