videos list background color fixed

This commit is contained in:
nklhrstv 2020-03-30 00:37:47 +03:00
parent 6f586b12dd
commit 04af2fe1f9
3 changed files with 1 additions and 5 deletions

View file

@ -9,7 +9,6 @@
display: flex;
flex-direction: row;
overflow: visible;
background: @color-background-dark3-80;
.prev-season-button, .next-season-button {
flex: none;

View file

@ -4,7 +4,6 @@
display: flex;
flex-direction: row;
flex-wrap: wrap;
background-color: @color-background-dark3-80;
&:hover, &:focus {
background-color: @color-background;

View file

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