Skip to content

Commit

Permalink
move devmode info
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Mar 5, 2019
1 parent b3f0f2a commit 03430f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,14 @@ html { overflow: hidden; }
background: $theme-brand-warning;
color: #FFF;
display: block;
font-size: 10px;
font-size: 8px;
height: auto;
padding: 4px;
position: fixed;
right: 5px;
top: 5px;
left: 9px;
bottom: 0px;
transition: opacity .5s ease;
width: auto;
z-index: 999999999;

&:hover { opacity: 0; }
pointer-events: none;
}

0 comments on commit 03430f9

Please sign in to comment.