From 5ea7d9bbef2cf9da229e66bd05af776479e76f56 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 19 May 2016 18:29:15 +0500 Subject: Multiple UI Improvements (#3038) --- webapp/sass/routes/_settings.scss | 6 +++--- webapp/sass/routes/_signup.scss | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'webapp/sass/routes') diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss index 1551e5f4d..6986959b2 100644 --- a/webapp/sass/routes/_settings.scss +++ b/webapp/sass/routes/_settings.scss @@ -146,10 +146,10 @@ @include appearance(none); appearance: none; padding-right: 25px; + } - &::ms-expand { - display: none; - } + select::ms-expand { + display: none; } &:before { diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss index 08bd0d12d..d3fe0363f 100644 --- a/webapp/sass/routes/_signup.scss +++ b/webapp/sass/routes/_signup.scss @@ -26,6 +26,10 @@ @include flex(1.3 0 0); padding-right: 80px; + img { + max-width: 450px; + } + p { color: lighten($black, 50%); } -- cgit v1.2.3-1-g7c22