From c6ffb73999ff4374503ea57d1b1e6485a5bee472 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 16 Feb 2017 19:54:30 +0500 Subject: Multiple Ui improvements (#5398) * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size --- webapp/sass/responsive/_mobile.scss | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'webapp/sass/responsive') diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss index a7dd68b87..d1fc10428 100644 --- a/webapp/sass/responsive/_mobile.scss +++ b/webapp/sass/responsive/_mobile.scss @@ -1556,17 +1556,24 @@ } .tutorial-steps__container { + left: 0; + position: fixed; + top: 0; + .tutorial__content { .tutorial__steps { + margin-top: 20px; + min-height: auto; padding: 0 20px; width: 100%; h1 { - font-size: 35px; + font-size: 2em; margin: -5px 0 20px; } h3 { + font-size: 1.5em; margin-bottom: 10px; } @@ -1575,14 +1582,14 @@ } .tutorial__circles { - bottom: 60px; - margin: 0 0 15px; - position: absolute; + bottom: auto; + margin: 15px 0 20px; + position: relative; } .tutorial__footer { - bottom: 30px; - position: absolute; + bottom: auto; + position: relative; } } } -- cgit v1.2.3-1-g7c22