Skip to content

Commit

Permalink
loading icon responsive position styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjwarren committed Feb 6, 2015
1 parent 93bf1ed commit 13316aa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/less/main.less
Expand Up @@ -81,6 +81,7 @@
@import "tablet/modules/project-hero.less";
@import "tablet/modules/project-images.less";
@import "tablet/modules/project-list.less";
@import "tablet/modules/loading.less";
}

/**
Expand All @@ -96,4 +97,5 @@
@import "mobile/modules/project-hero.less";
@import "mobile/modules/project-images.less";
@import "mobile/modules/project-list.less";
@import "mobile/modules/loading.less";
}
12 changes: 12 additions & 0 deletions app/less/mobile/modules/loading.less
@@ -0,0 +1,12 @@
/**
* @class loading
* @author SOON_
* @description Loading screen to appear when changing views
*/
.loading {
.loading-icon {
left: 40px;
height: 45px;
top: 20px;
}
}
12 changes: 12 additions & 0 deletions app/less/tablet/modules/loading.less
@@ -0,0 +1,12 @@
/**
* @class loading
* @author SOON_
* @description Loading screen to appear when changing views
*/
.loading {
.loading-icon {
left: 40px;
height: 45px;
top: 20px;
}
}

0 comments on commit 13316aa

Please sign in to comment.