diff options
Styling fixes to welcome; hide network component on create password; shown welcoem in popup.
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/itcss/components/welcome-screen.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/css/itcss/components/welcome-screen.scss b/ui/app/css/itcss/components/welcome-screen.scss index dc8b38399..86fc7d04d 100644 --- a/ui/app/css/itcss/components/welcome-screen.scss +++ b/ui/app/css/itcss/components/welcome-screen.scss @@ -6,7 +6,7 @@ font-family: Roboto; font-weight: 400; width: 100%; - height: 100%; + flex: 1 0 auto; padding: 70px 0; background: $white; @@ -44,4 +44,4 @@ transition: 200ms ease-in-out; background-color: rgba(247, 134, 28, 0.9); } -}
\ No newline at end of file +} |