Updated stylesheets to reflect changes to request and movieObject pages.
This commit is contained in:
@@ -6,21 +6,24 @@ export default {
|
|||||||
minHeight: '230px'
|
minHeight: '230px'
|
||||||
},
|
},
|
||||||
|
|
||||||
resultItem: {
|
|
||||||
maxWidth: '95%',
|
|
||||||
margin: '0 auto',
|
|
||||||
minHeight: '230px'
|
|
||||||
},
|
|
||||||
|
|
||||||
movie_content: {
|
movie_content: {
|
||||||
marginLeft: '15px'
|
marginLeft: '15px'
|
||||||
},
|
},
|
||||||
|
|
||||||
resultTitle: {
|
resultTitleLarge: {
|
||||||
color: 'black',
|
color: 'black',
|
||||||
fontSize: '2em',
|
fontSize: '2em',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
resultTitleSmall: {
|
||||||
|
color: 'black',
|
||||||
|
fontSize: '22px',
|
||||||
|
},
|
||||||
|
|
||||||
|
yearRatingLarge: {
|
||||||
|
fontSize: '0.8em'
|
||||||
|
},
|
||||||
|
|
||||||
resultPoster: {
|
resultPoster: {
|
||||||
float: 'left',
|
float: 'left',
|
||||||
zIndex: '3',
|
zIndex: '3',
|
||||||
@@ -28,12 +31,30 @@ export default {
|
|||||||
marginRight: '30px'
|
marginRight: '30px'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
background: {
|
||||||
|
width: '100%'
|
||||||
|
},
|
||||||
|
|
||||||
|
yearRatingSmall: {
|
||||||
|
marginTop: '5px',
|
||||||
|
fontSize: '0.8em'
|
||||||
|
},
|
||||||
|
|
||||||
resultPosterImg: {
|
resultPosterImg: {
|
||||||
border: '2px none',
|
border: '2px none',
|
||||||
borderRadius: '2px',
|
borderRadius: '2px',
|
||||||
width: '150px'
|
width: '150px'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
cornerRibbon: {
|
||||||
|
position: 'absolute',
|
||||||
|
width: '450px',
|
||||||
|
},
|
||||||
|
|
||||||
|
summary: {
|
||||||
|
fontSize: '15px',
|
||||||
|
},
|
||||||
|
|
||||||
buttons: {
|
buttons: {
|
||||||
paddingTop: '20px'
|
paddingTop: '20px'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ export default {
|
|||||||
margin: 0,
|
margin: 0,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
minHeight: '100%',
|
minHeight: '100%',
|
||||||
position: 'relative'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
backgroundHeader: {
|
backgroundHeader: {
|
||||||
@@ -14,15 +13,14 @@ export default {
|
|||||||
minHeight: '400px',
|
minHeight: '400px',
|
||||||
backgroundColor: '#011c23',
|
backgroundColor: '#011c23',
|
||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
position: 'absolute'
|
marginBottom: '-100px'
|
||||||
},
|
},
|
||||||
|
|
||||||
requestWrapper: {
|
requestWrapper: {
|
||||||
top: '300px',
|
|
||||||
width: '90%',
|
width: '90%',
|
||||||
maxWidth: '1200px',
|
maxWidth: '1200px',
|
||||||
margin: 'auto',
|
margin: 'auto',
|
||||||
paddingTop: '20px',
|
// paddingTop: '20px',
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
zIndex: '10',
|
zIndex: '10',
|
||||||
@@ -32,7 +30,8 @@ export default {
|
|||||||
pageTitle: {
|
pageTitle: {
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center'
|
justifyContent: 'center',
|
||||||
|
textAlign: 'center'
|
||||||
},
|
},
|
||||||
|
|
||||||
pageTitleSpan: {
|
pageTitleSpan: {
|
||||||
@@ -43,31 +42,23 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
box: {
|
box: {
|
||||||
width: '90%',
|
|
||||||
height: '50px',
|
height: '50px',
|
||||||
maxWidth: '1200px',
|
|
||||||
margin: '0 auto'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
container: {
|
container: {
|
||||||
verticalAlign: 'middle',
|
margin: '0 25%'
|
||||||
whiteSpace: 'nowrap',
|
|
||||||
position: 'relative',
|
|
||||||
display: 'flex',
|
|
||||||
justifyContent: 'center'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
searchIcon: {
|
searchIcon: {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
marginLeft: '17px',
|
fontSize: '1.2em',
|
||||||
marginTop: '17px',
|
marginTop: '12px',
|
||||||
zIndex: '1',
|
marginLeft: '-13px',
|
||||||
color: '#4f5b66'
|
color: '#4f5b66'
|
||||||
},
|
},
|
||||||
|
|
||||||
searchBar: {
|
searchBar: {
|
||||||
width: '60%',
|
width: '100%',
|
||||||
minWidth: '120px',
|
|
||||||
height: '50px',
|
height: '50px',
|
||||||
background: '#ffffff',
|
background: '#ffffff',
|
||||||
border: 'none',
|
border: 'none',
|
||||||
@@ -75,19 +66,61 @@ export default {
|
|||||||
float: 'left',
|
float: 'left',
|
||||||
color: '#63717f',
|
color: '#63717f',
|
||||||
paddingLeft: '45px',
|
paddingLeft: '45px',
|
||||||
|
marginLeft: '-25px',
|
||||||
borderRadius: '5px',
|
borderRadius: '5px',
|
||||||
marginRight: '15px'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
searchFilter: {
|
searchFilterActive: {
|
||||||
color: 'white',
|
color: '#00d17c',
|
||||||
fontSize: '1em',
|
fontSize: '1em',
|
||||||
paddingTop: '12px',
|
|
||||||
marginBottom: '12px',
|
|
||||||
marginLeft: '10px',
|
marginLeft: '10px',
|
||||||
cursor: 'pointer'
|
cursor: 'pointer'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
searchFilterNotActive: {
|
||||||
|
color: 'white',
|
||||||
|
fontSize: '1em',
|
||||||
|
marginLeft: '10px',
|
||||||
|
cursor: 'pointer'
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
filter: {
|
||||||
|
color: 'white',
|
||||||
|
paddingLeft: '40px',
|
||||||
|
width: '60%',
|
||||||
|
},
|
||||||
|
|
||||||
|
resultHeader: {
|
||||||
|
paddingLeft: '30px',
|
||||||
|
paddingTop: '15px',
|
||||||
|
marginBottom: '40px',
|
||||||
|
color: 'black',
|
||||||
|
// color: '#00d17c'
|
||||||
|
},
|
||||||
|
|
||||||
|
row: {
|
||||||
|
width: '100%'
|
||||||
|
},
|
||||||
|
|
||||||
|
itemDivider: {
|
||||||
|
width: '90%',
|
||||||
|
borderBottom: '1px solid grey',
|
||||||
|
margin: '1rem auto'
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
pageNavigationBar: {
|
||||||
|
width: '100%',
|
||||||
|
display: 'flex',
|
||||||
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center'
|
||||||
|
},
|
||||||
|
|
||||||
|
pageNavigationButton: {
|
||||||
|
margin: '0 auto',
|
||||||
|
},
|
||||||
|
|
||||||
hvrUnderlineFromCenter: {
|
hvrUnderlineFromCenter: {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
fontSize: '1em',
|
fontSize: '1em',
|
||||||
|
|||||||
Reference in New Issue
Block a user