33This CSS was stripped out of base.css from the osf-style repo.
44*/
55
6- .ball-pulse > div : nth-child (0 ) {
6+ # mfrIframe .ball-pulse > div : nth-child (0 ) {
77 -webkit-animation : scale 0.75s -0.36s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
88 animation : scale 0.75s -0.36s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
99}
10- .ball-pulse > div : nth-child (1 ) {
10+ # mfrIframe .ball-pulse > div : nth-child (1 ) {
1111 -webkit-animation : scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
1212 animation : scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
1313}
14- .ball-pulse > div : nth-child (2 ) {
14+ # mfrIframe .ball-pulse > div : nth-child (2 ) {
1515 -webkit-animation : scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
1616 animation : scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
1717}
18- .ball-pulse > div : nth-child (3 ) {
18+ # mfrIframe .ball-pulse > div : nth-child (3 ) {
1919 -webkit-animation : scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
2020 animation : scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
2121}
22- .ball-pulse > div {
22+ # mfrIframe .ball-pulse > div {
2323 background-color : # fff ;
2424 width : 15px ;
2525 height : 15px ;
@@ -31,11 +31,11 @@ This CSS was stripped out of base.css from the osf-style repo.
3131}
3232
3333
34- .ball-dark > div {
34+ # mfrIframe .ball-dark > div {
3535 background-color : # 337AB7 ;
3636}
3737
38- .ball-scale {
38+ # mfrIframe .ball-scale {
3939 position : absolute;
4040 display : flex;
4141 justify-content : center;
@@ -46,7 +46,7 @@ This CSS was stripped out of base.css from the osf-style repo.
4646 left : 0 ;
4747}
4848
49- .embed-responsive-pdf {
49+ # mfrIframe .embed-responsive-pdf {
5050 padding-bottom : 95% ;
5151}
5252
0 commit comments