Browse Source

Code adjustments

Tobias Reich 9 years ago
parent
commit
c6e5088fc5
1 changed files with 3 additions and 9 deletions
  1. 3 9
      src/styles/_header.scss

+ 3 - 9
src/styles/_header.scss

@@ -13,17 +13,11 @@ header {
 	transition: transform .3s ease-out;
 
 	/* Modes ------------------------------------------------*/
-	&.hidden {
-		transform: translateY(-60px);
-	}
+	&.hidden { transform: translateY(-60px); }
 
-	&.loading {
-		transform: translateY(2px);
-	}
+	&.loading { transform: translateY(2px); }
 
-	&.error {
-		transform: translateY(40px);
-	}
+	&.error { transform: translateY(40px); }
 
 	&.view {
 		background: none;