mirror of
https://github.com/pinry/pinry.git
synced 2026-01-25 16:49:27 +01:00
Refactor: Make loader standalone component
This commit is contained in:
committed by
Isaac Bythewood
parent
f1cfc54fc0
commit
09e46cc907
@@ -239,12 +239,7 @@ $pin-footer-position-fix: -6px;
|
||||
$avatar-width: 30px;
|
||||
$avatar-height: 30px;
|
||||
@import './utils/fonts';
|
||||
|
||||
@mixin loader {
|
||||
background: url('../assets/loader.gif');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
@import './utils/loader.scss';
|
||||
|
||||
.pin-card{
|
||||
.pin-preview-image {
|
||||
|
||||
5
pinry-spa/src/components/utils/loader.scss
Normal file
5
pinry-spa/src/components/utils/loader.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
@mixin loader {
|
||||
background: url('/assets/loader.gif');
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user