101 lines
1.4 KiB
JavaScript
101 lines
1.4 KiB
JavaScript
|
|
export default {
|
|
resultItem: {
|
|
maxWidth: '95%',
|
|
margin: '0 auto',
|
|
minHeight: '230px'
|
|
},
|
|
|
|
movie_content: {
|
|
marginLeft: '15px'
|
|
},
|
|
|
|
resultTitleLarge: {
|
|
color: 'black',
|
|
fontSize: '2em',
|
|
},
|
|
|
|
resultTitleSmall: {
|
|
color: 'black',
|
|
fontSize: '22px',
|
|
},
|
|
|
|
yearRatingLarge: {
|
|
fontSize: '0.8em'
|
|
},
|
|
|
|
resultPoster: {
|
|
float: 'left',
|
|
zIndex: '3',
|
|
position: 'relative',
|
|
marginRight: '30px'
|
|
},
|
|
|
|
background: {
|
|
width: '100%'
|
|
},
|
|
|
|
yearRatingSmall: {
|
|
marginTop: '5px',
|
|
fontSize: '0.8em'
|
|
},
|
|
|
|
resultPosterImg: {
|
|
border: '2px none',
|
|
borderRadius: '2px',
|
|
width: '150px'
|
|
},
|
|
|
|
cornerRibbon: {
|
|
position: 'absolute',
|
|
width: '450px',
|
|
},
|
|
|
|
summary: {
|
|
fontSize: '15px',
|
|
},
|
|
|
|
buttons: {
|
|
paddingTop: '20px'
|
|
},
|
|
|
|
requestButton: {
|
|
color: '#e9a131',
|
|
marginRight: '10px',
|
|
background: 'white',
|
|
border: '#e9a131 2px solid',
|
|
borderRadius: '4px',
|
|
textAlign: 'center',
|
|
padding: '10px',
|
|
minWidth: '100px',
|
|
float: 'left',
|
|
fontSize: '13px',
|
|
fontWeight: '800',
|
|
cursor: 'pointer'
|
|
},
|
|
|
|
tmdbButton: {
|
|
color: '#00d17c',
|
|
marginRight: '10px',
|
|
background: 'white',
|
|
border: '#00d17c 2px solid',
|
|
borderRadius: '4px',
|
|
textAlign: 'center',
|
|
padding: '10px',
|
|
minWidth: '100px',
|
|
float: 'left',
|
|
fontSize: '13px',
|
|
fontWeight: '800',
|
|
cursor: 'pointer'
|
|
},
|
|
|
|
row: {
|
|
width: '100%'
|
|
},
|
|
|
|
itemDivider: {
|
|
width: '90%',
|
|
borderBottom: '1px solid grey',
|
|
margin: '2rem auto'
|
|
}
|
|
} |