Code adjustments

This commit is contained in:
Tobias Reich 2015-02-01 00:22:32 +01:00
parent aa75026067
commit c6e5088fc5

View File

@ -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;