Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
ebinnion committed Sep 7, 2017
1 parent 5da1099 commit c0f385f
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions css/welcome-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -401,18 +401,12 @@

.welcome__loading-overlay {
position: absolute;
top: -10px;
left: -10px;
right: -10px;
bottom: -10px;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
background-color: rgba(255, 255, 255, 0.6); }
@media (min-width: 782px) {
.welcome__loading-overlay {
top: -20px;
left: -20px;
right: -20px;
bottom: -20px; } }
background-color: rgba(255, 255, 255, 0.9); }

.welcome__loading-message {
position: absolute;
Expand Down

0 comments on commit c0f385f

Please sign in to comment.