Finalized title options

This commit is contained in:
Casper Talvio
2021-05-30 01:49:33 +03:00
parent 84b3ca75bf
commit af1f923cdc
3 changed files with 15 additions and 4 deletions

View File

@@ -14,6 +14,9 @@
.detailPagePrimaryContainer {
background: rgba(0,0,0,0) !important;
}
.layout-desktop .detailRibbon {
background: rgba(0,0,0,0) !important;
}
@media all and (min-width: 32em){
.itemBackdrop {
display: none;

View File

@@ -3,14 +3,14 @@
height: 31vh !important;
display: inherit;
}
.detailLogo {
display: none;
}
.layout-desktop .detailRibbon {
margin-top: 0;
padding-top: .5em;
padding-bottom: .5em;
background: rgba(0,0,0,.2) !important;
}
.detailImageContainer .card.backdropCard {
top: 40vh;
}
.itemBackdrop::after {
background: rgba(0,0,0,.5) !important;
}

View File

@@ -6,6 +6,14 @@
background-color: rgba(0,0,0,0);
}
/*Colors for title_2*/
.layout-desktop .detailRibbon {
background: rgba(0,0,0,.2) !important;
}
.itemBackdrop::after {
background: rgba(0,0,0,.5) !important;
}
/*Episode hover*/
.listItem:hover {
background: rgba(0, 0, 0, 0.4);