File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- astrocoders:react-img@0.0.2
1+ astrocoders:react-img@0.0.5
22babel-compiler@5.8.24_1
33babel-runtime@0.1.4
44base64@1.0.4
Original file line number Diff line number Diff line change 1- ._styles__image -holder {
1+ .image -holder {
22 position : relative;
33 width : 100% ;
44 height : 0 ;
55 padding-bottom : 100% ;
66}
7- ._styles__intended ,
8- ._styles__placeholder {
7+ .intended ,
8+ .placeholder {
99 position : absolute;
1010 top : 0 ;
1111 left : 0 ;
1212 width : 100% ;
1313}
14- ._styles__intended {
14+ .intended {
1515 z-index : 0 ;
1616}
17- ._styles__placeholder {
17+ .placeholder {
1818 z-index : 1 ;
1919 opacity : 1 ;
2020 transition : opacity 0.6s ease-in;
2121}
22- ._styles__placeholder . _styles__deactivated {
22+ .placeholder . deactivated {
2323 opacity : 0 ;
2424}
You can’t perform that action at this time.
0 commit comments