File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > PDF QR code extract - Bysquare</ title >
77 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
8- < style >
9- body { font-size : 0.8rem ; }
10- h1 { font-size : 1.3rem ; }
11- </ style >
8+ < link rel ="stylesheet " href ="/examples/shared.css ">
129 </ head >
1310 < body >
1411 < h1 > PDF QR Code Extract</ h1 >
Original file line number Diff line number Diff line change 1+ /* Shared styles for Bysquare examples */
2+ body {
3+ font-size : 1rem ;
4+ }
5+
6+ h1 {
7+ font-size : 1.6rem ;
8+ }
9+
10+ h2 {
11+ font-size : 1.3rem ;
12+ }
13+
14+ .description {
15+ font-size : 0.9rem ;
16+ color : var (--text-light );
17+ font-style : italic;
18+ }
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Lit Web Components Example - Bysquare</ title >
88 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
9- < style >
10- body { font-size : 0.8rem ; }
11- h1 { font-size : 1.3rem ; }
12- </ style >
9+ < link rel ="stylesheet " href ="/examples/shared.css ">
1310 < script type ="module " src ="index.js "> </ script >
1411 </ head >
1512
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 "/>
77 < title > Multiple Payments Example - Bysquare</ title >
88 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
9- < style >
10- body { font-size : 0.8rem ; }
11- h1 { font-size : 1.3rem ; }
12- </ style >
9+ < link rel ="stylesheet " href ="/examples/shared.css ">
1310 < script type ="module " src ="index.js "> </ script >
1411</ head >
1512< body >
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Native JavaScript Example - Bysquare</ title >
88 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
9- < style >
10- body { font-size : 0.8rem ; }
11- h1 { font-size : 1.3rem ; }
12- </ style >
9+ < link rel ="stylesheet " href ="/examples/shared.css ">
1310 < script type ="module " src ="index.js "> </ script >
1411 </ head >
1512
Original file line number Diff line number Diff line change 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
77 < title > Preact Example - Bysquare</ title >
88 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
9- < style >
10- body { font-size : 0.8rem ; }
11- h1 { font-size : 1.3rem ; }
12- </ style >
9+ < link rel ="stylesheet " href ="/examples/shared.css ">
1310 </ head >
1411 < body >
1512 < h1 > Bysquare - Preact Example</ h1 >
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
66 < title > Bysquare - Examples & Documentation</ title >
77 < link rel ="stylesheet " href ="https://cdn.simplecss.org/simple.min.css ">
8- < style >
9- body { font-size : 0.8rem ; }
10- h1 { font-size : 1.3rem ; }
11- h2 { font-size : 1rem ; }
12- .description {
13- font-size : 0.7rem ;
14- color : var (--text-light );
15- font-style : italic;
16- }
17- </ style >
8+ < link rel ="stylesheet " href ="/examples/shared.css ">
189 </ head >
1910 < body >
2011 < header >
You can’t perform that action at this time.
0 commit comments