File tree Expand file tree Collapse file tree 5 files changed +191
-136
lines changed
Expand file tree Collapse file tree 5 files changed +191
-136
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ GENERAL POPUP STYLE
354354 left : 50% ;
355355 margin-left : -14.5rem ;
356356 box-sizing : border-box;
357- padding : 2rem 0.5 rem ;
357+ padding : 2rem ;
358358 text-align : center;
359359 margin-bottom : 10rem ;
360360}
@@ -396,6 +396,11 @@ GENERAL POPUP STYLE
396396 padding : 0 3rem ;
397397}
398398
399+ .popup .content .notice {
400+ color : red!important ;
401+ line-height : 1.3 ;
402+ }
403+
399404.popup .content a .link {
400405 color : # FFC345 ;
401406 font-size : 0.9rem ;
@@ -443,7 +448,7 @@ GENERAL POPUP STYLE
443448 background-color : # F7F7F7 ;
444449 display : block;
445450 width : 95% ;
446- font-size : 0.8 rem ;
451+ font-size : 0.7 rem ;
447452 padding : 0.8rem 0.3rem ;
448453 margin : 0 auto;
449454 text-align : center;
Original file line number Diff line number Diff line change 44 </ head >
55 < body ng-app ="Application ">
66 < ng-include src ="'views/main.html' "> </ ng-include >
7- < script src ="js/helpers/helpers .js "> </ script >
7+ < script src ="js/functions/functions .js "> </ script >
88 < script src ="js/bitcoinjs/bitcoinjs.min.js "> </ script >
99 < script src ="js/angular-1.6.9/angular.min.js "> </ script >
1010 < script src ="js/angular-1.6.9/angular-route.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments