mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 03:54:32 +00:00
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
|
(ns status-im.ui.screens.accounts.recover.styles
|
||||||
|
(:require-macros [status-im.utils.styles :refer [defstyle]])
|
||||||
(:require [status-im.ui.components.colors :as colors]))
|
(:require [status-im.ui.components.colors :as colors]))
|
||||||
|
|
||||||
(def screen-container
|
(def screen-container
|
||||||
{:flex 1
|
{:flex 1
|
||||||
:background-color colors/white})
|
:background-color colors/white})
|
||||||
|
|
||||||
(def inputs-container
|
(defstyle inputs-container
|
||||||
{:margin 16})
|
{:margin 16
|
||||||
|
:desktop {:padding-top 15}})
|
||||||
|
|
||||||
(def password-input
|
(def password-input
|
||||||
{:margin-top 10})
|
{:margin-top 10})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user