File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import MenuItem from '@material-ui/core/MenuItem';
1313import Select from '@material-ui/core/Select' ;
1414import SimpleImageSlider from '../dist' ;
1515import Input from '@material-ui/core/Input' ;
16+ import './app.scss' ;
1617
1718const IMAGES = [
1819 { url : 'images/1.jpg' } ,
@@ -100,7 +101,7 @@ const App: React.FC = () => {
100101 ) ;
101102
102103 return (
103- < div style = { { textAlign : 'center' } } >
104+ < div style = { { textAlign : 'center' } } className = "root" >
104105 < CssBaseline />
105106 < AppBar style = { { position : 'relative' , height : 140 , textAlign : 'center' } } >
106107 < h1 style = { { marginBottom : 5 } } > React Simple Image Slider Example</ h1 >
Original file line number Diff line number Diff line change 1+ .root {
2+ .rsis-image {
3+ background-size : cover !important ;
4+ }
5+ }
You can’t perform that action at this time.
0 commit comments