From 3fd7287135ddb66e4e8ea2b90650256bfd00534b Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Sat, 9 Apr 2016 16:46:31 -0400 Subject: [PATCH] friendlier mobile icons --- view/nav/globalItems.php | 12 ++++++------ web/scss/_basic.scss | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/view/nav/globalItems.php b/view/nav/globalItems.php index 405aa62b..60af798c 100644 --- a/view/nav/globalItems.php +++ b/view/nav/globalItems.php @@ -8,12 +8,12 @@ > -
- Twitter + -
- Facebook + -
- Reddit + \ No newline at end of file diff --git a/web/scss/_basic.scss b/web/scss/_basic.scss index d11cea4a..8921c45a 100644 --- a/web/scss/_basic.scss +++ b/web/scss/_basic.scss @@ -92,7 +92,7 @@ a:hover img { margin-right: 0; } - &.no-label + &.no-label-desktop { margin-left: 10px; margin-right: 10px; @@ -165,6 +165,10 @@ a:hover img { display: none; } + .no-label-desktop .btn-label + { + @include offscreen(); + } }