Skip to content

Commit

Permalink
Run scss task
Browse files Browse the repository at this point in the history
  • Loading branch information
brantje committed Aug 5, 2017
1 parent a5d13ff commit adbed21
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions css/browser_action.css
Original file line number Diff line number Diff line change
Expand Up @@ -555,12 +555,12 @@ body.toggled {
transition: all 0.250s ease; }

#sidebar-wrapper {
z-index: 10000;
z-index: 1000;
position: fixed;
left: 250px;
width: 0;
height: 100%;
margin-left: -251px;
margin-left: -250px;
overflow: hidden;
background: #fff;
-webkit-transition: all 0.250s ease;
Expand All @@ -584,7 +584,8 @@ body.toggled {
margin-right: -250px;
/* width: calc(100% - 250px);*/ }


.ng-hide {
display: none; }

/* Sidebar Styles */
.sidebar-nav {
Expand Down Expand Up @@ -647,18 +648,11 @@ body.toggled {
.menuToggler {
position: fixed;
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
width: calc(100% - 250px);
height: 100%;
z-index: 1000;
z-index: 9999999;
right: 0;
top: 0;
visibility: visible;
opacity: 1;
transition: visibility 250ms, opacity 250ms ease;}

.ng-hide {
visibility: hidden;
opacity: 0;}
top: 0; }

.edit_credential {
padding-top: 30px;
Expand Down

0 comments on commit adbed21

Please sign in to comment.