+
-
+
+ {{amount || '-'}}
+ {{globalResult}} [{{amountResult || '0.00'}} {{alternativeIsoCode}}]
+ {{globalResult}} [{{alternativeResult || '0.00'}} {{unitName}}]
+
-
-
+
+
-
+
-
+
+
-
+ Amount:
+
+ {{specificAmount}} {{unitName}}
+ {{specificAlternativeAmount}} {{alternativeIsoCode}}
+
+
+
+
+
+
+
diff --git a/src/css/ionic-migration.css b/src/css/ionic-migration.css
index 4b666e7a8..5cad5b720 100644
--- a/src/css/ionic-migration.css
+++ b/src/css/ionic-migration.css
@@ -16,14 +16,6 @@
display: inherit;
}
-.df {
- display: flex;
-}
-
-.button-content {
- margin-bottom: -15px;
-}
-
.behind {
z-index: -1;
}
diff --git a/src/sass/main.scss b/src/sass/main.scss
index e4b4ce837..b99e5f2c3 100644
--- a/src/sass/main.scss
+++ b/src/sass/main.scss
@@ -282,6 +282,26 @@ a {
}
}
+.main-container {
+ display: -webkit-flex;
+ -webkit-flex-direction: column;
+ height: 100%;
+}
+
+.main-container > .row {
+ -webkit-flex: 1;
+}
+
+.header {
+ -webkit-flex: 1.5 !important;
+ -webkit-align-items: center;
+}
+
+.button-row {
+ -webkit-align-items: center;
+ margin-bottom: -30px;
+}
+
.box-setup-footer {
overflow: hidden;
margin-top: 1rem;
@@ -1580,19 +1600,6 @@ input.ng-invalid-match {
margin-bottom: 25px;
}
-.send-amount {
- width: 100%;
- text-align: center;
- padding-top: 7%;
- color: #fff;
- height: 30%;
-}
-
-.calculator-keyboard {
- width: 100%;
- height: 70%;
-}
-
.alternative-amount {
height: 25px;
text-align: center;
+
+
-
+
+
+
+
-
+
+
-
+
+
-
-
-
- QR Code
--
-
-
-
- - - - Share address +-+ + QR Code
+-
+
-
+
+ + + + Share address + ++
+
Details
+-
+
- + Address: + + {{address}} -
- -
+
Details
--
-
- - Address: - - {{address}} - - -
- - Amount: - - {{specificAmount}} {{unitName}} - {{specificAlternativeAmount}} {{alternativeIsoCode}} - - -