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

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

View File

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