From fa26e32d2979b3da37d07dfa2f38ecc71027150e Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 5 Dec 2014 00:19:57 -0300 Subject: [PATCH 1/2] hide tooltips on small devices --- css/src/mobile.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/src/mobile.css b/css/src/mobile.css index d63300341..952c0f3e7 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -231,6 +231,9 @@ background-color: #3C4E60; } + .tooltip { + display: none !important; + } } @media (max-width: 640px) { From 4c1fa3d7b45f3bffa5b261e5369b20e64de00896 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Fri, 5 Dec 2014 00:21:45 -0300 Subject: [PATCH 2/2] Fix angular issue if hide the top-bar using "ng-if" instead "ng-show". Same dark blue background when typing the PIN --- css/src/main.css | 4 ++++ index.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 0a23f2899..5969beea4 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -354,6 +354,10 @@ a:hover { background-color: #F8F8FB; } +.pin-main { + background-color: #2C3E50; +} + .logo-setup { text-align: center; padding: 5rem 0 4rem; diff --git a/index.html b/index.html index 953f81515..5bdc13fb4 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ -
+
-
+