#2078 - alignment in discover main - empty states

This commit is contained in:
Goran Jovic 2017-10-17 15:31:40 +02:00 committed by Roman Volosovskyi
parent 3ed2fb6a07
commit 1c43702c32
2 changed files with 7 additions and 5 deletions

View File

@ -174,9 +174,9 @@
:dapps "DApps"
:dapp-profile "DApp Profile"
:no-statuses-discovered "No statuses discovered"
:no-statuses-discovered-body "When somebody posts a status\nyou will see it here."
:no-statuses-discovered-body "When somebody posts\na status you will see it here."
:no-hashtags-discovered-title "No hashtags discovered"
:no-hashtags-discovered-body "When a hashtag becomes popular\nyou will see it here."
:no-hashtags-discovered-body "When a hashtag becomes\npopular you will see it here."
;;settings
:settings "Settings"

View File

@ -422,8 +422,10 @@
(def empty-section-container
{:flex-direction :row
:margin-left 32
:padding-vertical 50})
:justify-content :center
:align-items :center
:padding-vertical 50
:margin-right 6})
(def empty-section-image
{:height 70
@ -431,7 +433,7 @@
(def empty-section-description
{:flex-direction :column
:margin-left 12})
:margin-left 6})
(def empty-section-title-text
{:font-size 15})