bug #6135 - made place for recovery phrase error tooltip on desktop
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
parent
7bab525202
commit
d823bfd71c
|
@ -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})
|
||||
|
|
Loading…
Reference in New Issue