62 lines
753 B
JavaScript
62 lines
753 B
JavaScript
|
|
export default {
|
|
container: {
|
|
maxWidth: '95%',
|
|
margin: '0 auto',
|
|
minHeight: '230px'
|
|
},
|
|
|
|
title_large: {
|
|
color: 'black',
|
|
fontSize: '2em',
|
|
},
|
|
|
|
title_small: {
|
|
color: 'black',
|
|
fontSize: '22px',
|
|
},
|
|
|
|
stats_large: {
|
|
fontSize: '0.8em'
|
|
},
|
|
|
|
stats_small: {
|
|
marginTop: '5px',
|
|
fontSize: '0.8em'
|
|
},
|
|
|
|
posterContainer: {
|
|
float: 'left',
|
|
zIndex: '3',
|
|
position: 'relative',
|
|
marginRight: '30px'
|
|
},
|
|
|
|
posterImage: {
|
|
border: '2px none',
|
|
borderRadius: '2px',
|
|
width: '150px'
|
|
},
|
|
|
|
backgroundImage: {
|
|
width: '100%'
|
|
},
|
|
|
|
buttons: {
|
|
paddingTop: '20px',
|
|
},
|
|
|
|
summary: {
|
|
fontSize: '15px',
|
|
},
|
|
|
|
dividerRow: {
|
|
width: '100%'
|
|
},
|
|
|
|
itemDivider: {
|
|
width: '90%',
|
|
borderBottom: '1px solid grey',
|
|
margin: '2rem auto'
|
|
}
|
|
} |