Skip to content

Commit

Permalink
Fix loading screen styles
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jun 30, 2016
1 parent 080e154 commit 3e1930a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion scss/modules/_loader.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.loading {
#loading-zone {
background: $color-base;
left: 110px;
}
}

Expand Down Expand Up @@ -42,3 +41,13 @@
content: "Loading...";
}
}

body.loading {
#team_menu,
#quick_switcher_btn,
#team_menu_overlay,
#col_channels_overlay,
#col_channels {
background-color: $color-shade-dark;
}
}

0 comments on commit 3e1930a

Please sign in to comment.