Skip to content

Commit 53cbbd7

Browse files
committed
Tweaks for first build
1 parent 7f18087 commit 53cbbd7

File tree

5 files changed

+191
-136
lines changed

5 files changed

+191
-136
lines changed

src/ui/css/index.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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.5rem;
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.8rem;
451+
font-size: 0.7rem;
447452
padding: 0.8rem 0.3rem;
448453
margin: 0 auto;
449454
text-align: center;

src/ui/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

0 commit comments

Comments
 (0)