mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
videos list background color fixed
This commit is contained in:
parent
6f586b12dd
commit
04af2fe1f9
3 changed files with 1 additions and 5 deletions
|
|
@ -9,7 +9,6 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow: visible;
|
||||
background: @color-background-dark3-80;
|
||||
|
||||
.prev-season-button, .next-season-button {
|
||||
flex: none;
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
background-color: @color-background-dark3-80;
|
||||
|
||||
&:hover, &:focus {
|
||||
background-color: @color-background;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
.videos-list-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: @color-background-dark3-80;
|
||||
background-color: @color-background-dark5-70;
|
||||
|
||||
.seasons-bar {
|
||||
flex: none;
|
||||
|
|
@ -18,7 +18,6 @@
|
|||
align-items: center;
|
||||
width: var(--item-size);
|
||||
padding: 2rem;
|
||||
background-color: @color-background-dark3-80;
|
||||
|
||||
.image {
|
||||
flex: none;
|
||||
|
|
@ -39,7 +38,6 @@
|
|||
flex: none;
|
||||
min-width: var(--item-size);
|
||||
padding: 0 1.5rem 1rem 1.5rem;
|
||||
background-color: @color-background-dark3-80;
|
||||
|
||||
&:first-child {
|
||||
padding-top: 1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue