3
3
This CSS was stripped out of base.css from the osf-style repo.
4
4
*/
5
5
6
- .ball-pulse > div : nth-child (0 ) {
6
+ # mfrIframe .ball-pulse > div : nth-child (0 ) {
7
7
-webkit-animation : scale 0.75s -0.36s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
8
8
animation : scale 0.75s -0.36s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
9
9
}
10
- .ball-pulse > div : nth-child (1 ) {
10
+ # mfrIframe .ball-pulse > div : nth-child (1 ) {
11
11
-webkit-animation : scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
12
12
animation : scale 0.75s -0.24s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
13
13
}
14
- .ball-pulse > div : nth-child (2 ) {
14
+ # mfrIframe .ball-pulse > div : nth-child (2 ) {
15
15
-webkit-animation : scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
16
16
animation : scale 0.75s -0.12s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
17
17
}
18
- .ball-pulse > div : nth-child (3 ) {
18
+ # mfrIframe .ball-pulse > div : nth-child (3 ) {
19
19
-webkit-animation : scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
20
20
animation : scale 0.75s 0s infinite cubic-bezier (0.2 , 0.68 , 0.18 , 1.08 );
21
21
}
22
- .ball-pulse > div {
22
+ # mfrIframe .ball-pulse > div {
23
23
background-color : # fff ;
24
24
width : 15px ;
25
25
height : 15px ;
@@ -31,11 +31,11 @@ This CSS was stripped out of base.css from the osf-style repo.
31
31
}
32
32
33
33
34
- .ball-dark > div {
34
+ # mfrIframe .ball-dark > div {
35
35
background-color : # 337AB7 ;
36
36
}
37
37
38
- .ball-scale {
38
+ # mfrIframe .ball-scale {
39
39
position : absolute;
40
40
display : flex;
41
41
justify-content : center;
@@ -46,7 +46,7 @@ This CSS was stripped out of base.css from the osf-style repo.
46
46
left : 0 ;
47
47
}
48
48
49
- .embed-responsive-pdf {
49
+ # mfrIframe .embed-responsive-pdf {
50
50
padding-bottom : 95% ;
51
51
}
52
52
0 commit comments