All of the movie element should have the same background- and text color.
This commit is contained in:
@@ -285,6 +285,9 @@ export default {
|
|||||||
@import "./src/scss/media-queries";
|
@import "./src/scss/media-queries";
|
||||||
|
|
||||||
.movie {
|
.movie {
|
||||||
|
background-color: $background-color;
|
||||||
|
color: $text-color;
|
||||||
|
|
||||||
&__wrap {
|
&__wrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
&--header {
|
&--header {
|
||||||
@@ -298,9 +301,6 @@ export default {
|
|||||||
@include tablet-min{
|
@include tablet-min{
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
background-color: $background-color;
|
|
||||||
color: $text-color;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__header {
|
&__header {
|
||||||
|
|||||||
Reference in New Issue
Block a user