File tree 5 files changed +29
-24
lines changed
5 files changed +29
-24
lines changed Original file line number Diff line number Diff line change 1
- body {
2
- font-family : "Helvetica Neue" , Arial;
3
- font-weight : 200 ;
4
- background : # ccc ;
5
- }
6
-
7
1
.ReactModal__Overlay {
8
2
-webkit-perspective : 600 ;
9
3
perspective : 600 ;
32
26
-webkit-transform : scale (0.5 ) rotateX (30deg );
33
27
transition : all 150ms ease-in;
34
28
}
35
-
Original file line number Diff line number Diff line change 1
1
<!doctype html public "embarassment">
2
2
< title > Basic Example</ title >
3
3
< meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
4
- < link href ="app.css " rel ="stylesheet "/>
4
+ < link rel ="stylesheet " href ="http://instructure-react.github.io/library/shared.css "/>
5
+ < link rel ="stylesheet " href ="app.css "/>
5
6
< body >
6
- < div id ="example "> </ div >
7
- < script src ="../__build__/shared.js "> </ script >
8
- < script src ="../__build__/basic.js "> </ script >
7
+ < header class ="branding padbox ">
8
+ < h1 > react-modal</ h1 >
9
+ < h2 > an accessible React modal dialog component</ h2 >
10
+ </ header >
11
+ < div id ="example " class ="padbox "> </ div >
12
+ < a target ="_top " href ="https://github.com/rackt/react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
13
+ < script src ="../__build__/shared.js "> </ script >
14
+ < script src ="../__build__/basic.js "> </ script >
Original file line number Diff line number Diff line change 1
- body {
2
- font-family : "Helvetica Neue" , Arial;
3
- font-weight : 200 ;
4
- background : # ccc ;
5
- }
6
-
7
1
.ReactModal__Overlay {
8
2
-webkit-perspective : 600 ;
9
3
perspective : 600 ;
39
33
.ReactModal__Content .modal-dialog {
40
34
border : none;
41
35
background-color : transparent;
42
- }
36
+ }
Original file line number Diff line number Diff line change 2
2
< title > Bootstrap-Style Example</ title >
3
3
< meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
4
4
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css ">
5
- < link href ="app.css " rel ="stylesheet "/>
5
+ < link rel ="stylesheet " href ="http://instructure-react.github.io/library/shared.css "/>
6
+ < link rel ="stylesheet " href ="app.css "/>
6
7
< body >
7
- < div id ="example "> </ div >
8
- < script src ="../__build__/shared.js "> </ script >
9
- < script src ="../__build__/bootstrap.js "> </ script >
8
+ < header class ="branding padbox ">
9
+ < h1 > react-modal</ h1 >
10
+ < h2 > an accessible React modal dialog component</ h2 >
11
+ </ header >
12
+ < div id ="example " class ="padbox "> </ div >
13
+ < a target ="_top " href ="https://github.com/rackt/react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
14
+ < script src ="../__build__/shared.js "> </ script >
15
+ < script src ="../__build__/bootstrap.js "> </ script >
Original file line number Diff line number Diff line change 1
1
<!doctype html public "embarassment">
2
2
< title > Basic Example</ title >
3
3
< meta name ="viewport " content ="width=device-width, initial-scale=1, user-scalable=no ">
4
- < link href ="basic/app.css " rel ="stylesheet "/>
4
+ < link rel ="stylesheet " href ="http://instructure-react.github.io/library/shared.css "/>
5
+ < link rel ="stylesheet " href ="basic/app.css "/>
5
6
< body >
6
- < div id ="example "> </ div >
7
+ < header class ="branding padbox ">
8
+ < h1 > react-modal</ h1 >
9
+ < h2 > an accessible React modal dialog component</ h2 >
10
+ </ header >
11
+ < div id ="example " class ="padbox "> </ div >
12
+ < a target ="_top " href ="https://github.com/rackt/react-modal "> < img style ="position: absolute; top: 0; right: 0; border: 0; " src ="https://github-camo.global.ssl.fastly.net/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67 " alt ="Fork me on GitHub " data-canonical-src ="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png "> </ a >
7
13
< script src ="__build__/shared.js "> </ script >
8
14
< script src ="__build__/basic.js "> </ script >
You can’t perform that action at this time.
0 commit comments