This commit is contained in:
Roman Volosovskyi 2016-12-26 18:52:19 +02:00
parent 3936c05ecd
commit 799b86f261
2 changed files with 8 additions and 27 deletions

View File

@ -43,14 +43,14 @@
:text-align :center})
(def status-container
{:margin-left 16
:margin-right 16
:flex-direction "row"
:margin-top (if p/ios? 5 5)
:justify-content :center})
{:margin-left 16
:margin-right 16
:flex-direction :row
:margin-top 5
:justify-content :center})
(def status-view
{:height 56
{:min-height 56
:width 200
:font-size 14
:text-align :center
@ -96,4 +96,4 @@
:line-height 21
:color text3-color})
(def feedback {:text-align :center})
(def feedback {:text-align :center})

View File

@ -75,8 +75,7 @@
(defn status-view [height]
{:align-self "stretch"
:font-size 14
:height height
:min-height 30
:min-height height
:text-align "center"
:color text2-color})
@ -149,15 +148,6 @@
{:margin-right 96
:flex 1})
(def profile-input-wrapper
{:margin-bottom 16})
(def profile-input-text
{:color text1-color})
(def profile-input-text-non-editable
{:color text1-disabled-color})
(def report-user-text
{:font-size 14
:line-height 21
@ -165,12 +155,6 @@
;; IOS:
:letter-spacing 0.5})
(def qr-code-container
{:flex 1
:alignItems :center
:justify-content :center
:background-color "#000000aa"})
(def qr-code
{:width 250
:height 250
@ -180,9 +164,6 @@
:padding-top 15
:elevation 4})
(def hashtag
{:color "#7099e6"})
(def underline-container
{:background-color "#0000001f"
:margin-bottom 18