mirror of
https://github.com/danbee/julep
synced 2025-03-04 08:59:10 +00:00
Fix loader gif. This requires copying to the project directory.
This commit is contained in:
parent
b0c1182f58
commit
466d5282b1
@ -1,7 +1,7 @@
|
||||
@import "includes/defaults";
|
||||
|
||||
@import "includes/content";
|
||||
@import "includes/loader";
|
||||
@import "includes/loader"; // copy loader.gif to /images in your project.
|
||||
@import "includes/header";
|
||||
@import "includes/tabbar";
|
||||
@import "includes/list";
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
width: 52px;
|
||||
height: 52px;
|
||||
margin: -26px 0 0 -26px;
|
||||
background: black url(julep/images/loader.gif) center center no-repeat;
|
||||
background: black url(/images/loader.gif) center center no-repeat;
|
||||
background-size: 36px;
|
||||
border-radius: 26px;
|
||||
opacity: 0.7;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user