File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 44 < meta charset ="UTF-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1, shrink-to-fit=no ">
66 < title > bpmn-visualization - Demo</ title >
7- < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.7.2 /css/all.min.css " integrity ="sha256-dABdfBfUoC8vJUBOwGVdm8L9qlMWaHTIfXt+7GnZCIo = " crossorigin ="anonymous ">
7+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1.0 /css/all.min.css " integrity ="sha256-4rTIfo5GQTi/7UJqoyUJQKzxW8VN/YBH31+Cy+vTZj4 = " crossorigin ="anonymous ">
88 < link href ="./static/css/styles.css " rel ="stylesheet ">
99 < link rel ="icon " type ="image/svg+xml " href ="./static/img/favicon.svg ">
1010 < script src ="../ts/pages/index.ts " type ="module "> </ script >
3232 < div class ="cursor-pointer text-red-500 hover:text-red-900 ">
3333 < div class ="text-center ">
3434 < input type ="file " id ="bpmn-file " name ="file " class ="hidden "/>
35- < label for ="bpmn-file " class ="font-bold text-1xl md:text-3xl cursor-pointer "> < span > < em class ="fas fa-file "> </ em > BPMN< em class ="fas fa-upload "> </ em > </ span > </ label >
35+ < label for ="bpmn-file " class ="font-bold text-1xl md:text-2xl cursor-pointer "> < span > < em class ="fas fa-file "> </ em > BPMN< em class ="fas fa-upload "> </ em > </ span > </ label >
3636 </ div >
3737 </ div >
3838 </ div >
7070 < span class ="ml-4 md:ml-0 ">
7171 < button id ="zoom-in " title ="Zoom In "> < em class ="fa-solid fa-magnifying-glass-plus "> </ em > </ button >
7272 < button id ="zoom-out " title ="Zoom Out "> < em class ="ml-2 fa-solid fa-magnifying-glass-minus "> </ em > </ button >
73- < button id ="zoom-reset " title ="Zoom Reset "> < em class ="ml-2 md:ml-4 fa-solid fa-magnifying-glass "> </ em > </ button >
73+ < button id ="zoom-reset " title ="Zoom Reset "> < em class ="ml-2 md:ml-2 fa-solid fa-magnifying-glass "> </ em > </ button >
7474 </ span >
7575 </ div >
7676 </ div >
You can’t perform that action at this time.
0 commit comments