diff --git a/css/src/icons.css b/css/src/icons.css index c49972f9c..661f67e61 100644 --- a/css/src/icons.css +++ b/css/src/icons.css @@ -50,120 +50,170 @@ -moz-osx-font-smoothing: grayscale; } +.icon-circle:before { + content: "\e629"; +} + +.icon-circle-active:before { + content: "\e627"; +} + .icon-trash:before { content: "\e626"; } -.icon-history:before { - content: "\e623"; -} -.icon-reference:before { - content: "\e621"; -} -.icon-bell:before { - content: "\e61c"; -} -.icon-receive:before { - content: "\e625"; -} -.icon-wrench:before { - content: "\e61d"; -} -.icon-download:before { - content: "\e61e"; -} -.icon-upload:before { - content: "\e61f"; -} -.icon-power:before { - content: "\e620"; -} -.icon-forward:before { - content: "\e624"; -} + .icon-wallet:before { content: "\e622"; } + +.icon-history:before { + content: "\e623"; +} + +.icon-reference:before { + content: "\e621"; +} + +.icon-bell:before { + content: "\e61c"; +} + +.icon-receive:before { + content: "\e625"; +} + +.icon-wrench:before { + content: "\e61d"; +} + +.icon-download:before { + content: "\e61e"; +} + +.icon-upload:before { + content: "\e61f"; +} + +.icon-power:before { + content: "\e620"; +} + +.icon-forward:before { + content: "\e624"; +} + .icon-compose:before { content: "\e610"; } + .icon-contact:before { content: "\e611"; } + .icon-email:before { content: "\e612"; } + .icon-gear:before { content: "\e613"; } + .icon-home:before { content: "\e614"; } + .icon-locked:before { content: "\e615"; } + .icon-paperplane:before { content: "\e617"; } + .icon-people:before { content: "\e618"; } + .icon-person:before { content: "\e619"; } + .icon-pricetag:before { content: "\e61a"; } + .icon-pricetags:before { content: "\e61b"; } + .icon-bitcoin:before { content: "\e60f"; } + .icon-usd:before { content: "\e616"; } + +.icon-erase:before { + content: "\e628"; +} + .icon-arrow-left:before { content: "\e600"; } + .icon-arrow-down:before { content: "\e601"; } + .icon-arrow-up:before { content: "\e602"; } + .icon-arrow-right:before { content: "\e603"; } + .icon-arrow-left2:before { content: "\e604"; } + .icon-arrow-down2:before { content: "\e605"; } + .icon-arrow-up2:before { content: "\e606"; } + .icon-arrow-right2:before { content: "\e607"; } + .icon-arrow-left3:before { content: "\e608"; } + .icon-arrow-down3:before { content: "\e609"; } + .icon-arrow-up3:before { content: "\e60a"; } + .icon-arrow-right3:before { content: "\e60b"; } + .icon-arrow-left4:before { content: "\e60c"; } + .icon-arrow-down4:before { content: "\e60d"; } + .icon-arrow-up4:before { content: "\e60e"; } diff --git a/css/src/main.css b/css/src/main.css index a72d83359..22d4ff963 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -1565,8 +1565,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus { color: #A5B2BF; text-transform: uppercase; padding-bottom: 0.8rem; - border-bottom: 1px solid #425467; - margin-bottom: 2rem; + margin: 1rem 0; text-align: center; } diff --git a/css/src/mobile.css b/css/src/mobile.css index c0bb41a9d..72239c14d 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -415,14 +415,14 @@ .pin { margin: 0 auto; - width: 70%; + width: 35%; text-align: center; overflow: hidden; } .pin-box { color: #fff; - font-size: 28px; + font-size: 14px; width: 25%; float: left; } @@ -432,8 +432,8 @@ bottom: 0; width: 100%; text-align: center; - background-color: #000; - height: 50%; + height: 72%; + margin-bottom: 1.5%; } .pin-button-bar { @@ -441,18 +441,28 @@ } a.pin-button { - margin: 4px; - padding: 5% 10%; + margin: 2.5%; display: inline-block; - color: #ccc; - font-size: 120%; + color: #CED5DC; + font-size: 210%; + font-weight: 100; + border: 1px solid #4B6178; + border-radius: 100%; + width: 70px; + padding-top: 1rem; + height: 70px; } a.pin-button:active { color: #fff; - background-color: #2C3E50; + background-color: #3E5367; } + .icon-circle, .icon-circle-active { + color: #1ABC9C; + } + + } @media (max-width: 640px) { diff --git a/font/icomoon.eot b/font/icomoon.eot index d55408cb7..9b3e90aed 100755 Binary files a/font/icomoon.eot and b/font/icomoon.eot differ diff --git a/font/icomoon.svg b/font/icomoon.svg index 67bba521d..e84897d07 100755 --- a/font/icomoon.svg +++ b/font/icomoon.svg @@ -46,4 +46,7 @@ + + + \ No newline at end of file diff --git a/font/icomoon.ttf b/font/icomoon.ttf index 3449665d2..9141f17ae 100755 Binary files a/font/icomoon.ttf and b/font/icomoon.ttf differ diff --git a/font/icomoon.woff b/font/icomoon.woff index 4f7f94f6e..97677d38e 100755 Binary files a/font/icomoon.woff and b/font/icomoon.woff differ diff --git a/views/home.html b/views/home.html index 86ac11e78..553f1819b 100644 --- a/views/home.html +++ b/views/home.html @@ -59,11 +59,9 @@
-
- clipo - clipo -
-
Repeat PIN
+

Enter PIN

+

Set up a PIN

+

Repeat PIN

diff --git a/views/includes/pin-number.html b/views/includes/pin-number.html index ab657809a..72da4a723 100644 --- a/views/includes/pin-number.html +++ b/views/includes/pin-number.html @@ -16,8 +16,8 @@
- - + + Skip 0 diff --git a/views/includes/pin.html b/views/includes/pin.html index 8e1f25dd0..098afbe0f 100644 --- a/views/includes/pin.html +++ b/views/includes/pin.html @@ -1,21 +1,21 @@
- - - * + +
- - - * + +
- - - * + +
- - - * + +