1
0
mirror of https://github.com/pattern-lab/patternlab-php.git synced 2025-01-17 22:29:12 +01:00

fixing the background color of the viewport

This commit is contained in:
Dave Olsen 2014-02-22 15:13:36 -05:00
parent fe276287e1
commit d2a3fe6e66
2 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,7 @@
bottom: 0;
left: 0;
right: 0;
background-color: white;
}
#sg-viewport.hay-mode {
-webkit-transition: all 40s linear;

View File

@ -499,6 +499,7 @@ $animate-quick: 0.2s;
bottom: 0;
left: 0;
right: 0;
background-color: white;
&.hay-mode {
-webkit-transition: all 40s linear;