Skip to content

Commit

Permalink
fix(styles): app loading styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Sep 22, 2018
1 parent 4fdb10f commit 10a1b3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles-app-loading.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.app-loading {
.logo {
width: 128px;
height: 128px;
width: 64px;
height: 64px;
background: url(./assets/logo.png) center center no-repeat;
background-size: cover;
}
}

0 comments on commit 10a1b3a

Please sign in to comment.