|
|
|
@ -1,14 +1,31 @@
|
|
|
|
|
@import "~@angular/material/theming";
|
|
|
|
|
@import "~styles/variables.scss";
|
|
|
|
|
|
|
|
|
|
//MINE
|
|
|
|
|
@media (max-width: 570px) {
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Change
|
|
|
|
|
.mobile-poster {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 70px;
|
|
|
|
|
left: 12px;
|
|
|
|
|
bottom: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#info-wrapper .sidebar-poster {
|
|
|
|
|
margin-top: -126px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
#summary-wrapper {
|
|
|
|
|
height: 350px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#summary-wrapper .full-screenshot,
|
|
|
|
|
.summary-wrapper .full-screenshot,
|
|
|
|
@ -94,9 +111,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.grey-text {
|
|
|
|
|
color:#999;
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#summary-wrapper .summary .container h1,
|
|
|
|
|
.summary-wrapper .summary .container h1 {
|
|
|
|
|
margin: 0;
|
|
|
|
@ -140,7 +159,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-spacer {
|
|
|
|
|
padding-top:1%;
|
|
|
|
|
padding-top: 1%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.card-full {
|
|
|
|
@ -148,12 +167,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.imdb-color {
|
|
|
|
|
color:black;
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: #f5de50;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-spacing {
|
|
|
|
|
margin-right:10px !important;
|
|
|
|
|
margin-right: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.spacing-below {
|
|
|
|
@ -161,7 +180,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left-seperator {
|
|
|
|
|
margin-left:40px;
|
|
|
|
|
margin-left: 40px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tagline {
|
|
|
|
@ -188,7 +207,7 @@
|
|
|
|
|
width: 170px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.small-middle-container{
|
|
|
|
|
.small-middle-container {
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 95%;
|
|
|
|
|
}
|
|
|
|
@ -198,5 +217,5 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.medium-font {
|
|
|
|
|
font-size:16px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|