Refactor details page
This commit is contained in:
parent
a8e45f30ab
commit
d57eff1c9b
9 changed files with 128 additions and 107 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue