bug #6135 - made place for recovery phrase error tooltip on desktop

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Goran Jovic 2018-10-05 12:06:58 +02:00
parent 7bab525202
commit d823bfd71c
No known key found for this signature in database
GPG Key ID: 52B109CE27986F7F
1 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,14 @@
(ns status-im.ui.screens.accounts.recover.styles
(:require-macros [status-im.utils.styles :refer [defstyle]])
(:require [status-im.ui.components.colors :as colors]))
(def screen-container
{:flex 1
:background-color colors/white})
(def inputs-container
{:margin 16})
(defstyle inputs-container
{:margin 16
:desktop {:padding-top 15}})
(def password-input
{:margin-top 10})