Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit af4dabb

Browse files
author
Eric Jimenez
committed
only apply transparency changes on mobile
1 parent 5a203d6 commit af4dabb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/resources/css/module/_side-nav.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
*/
1111

1212
$sidenav: '.sidenav'; // Classname
13-
$sidenav-background: rgba($blue-grey-50, 1);
13+
$sidenav-background: rgba($blue-grey-50, .56);
14+
$sidenav-background-mobile: rgba($blue-grey-50, 1);
1415
$sidenav-background-dark: $blue-grey-200;
1516
$sidenav-color: $blue-grey-500;
1617
$sidenav-color-selected: $blue-700;
@@ -32,6 +33,7 @@ $sidenav-width: 240px;
3233

3334
// MOBILE STYLE FOR DROPDOWN & TOGGLE
3435
@include respond-to('mobile') {
36+
background: $sidenav-background-mobile;
3537
box-shadow: 0px 3px 6px rgba($black, .24);
3638
width: auto;
3739
left: 0;

0 commit comments

Comments
 (0)