mirror of
https://github.com/devfake/flox.git
synced 2024-11-15 06:32:34 +01:00
fix load more icon
This commit is contained in:
parent
6f752cc4e7
commit
c8eefb2c31
@ -10,7 +10,7 @@ class Item extends React.Component {
|
||||
|
||||
state = {
|
||||
loadClass: 'loading'
|
||||
}
|
||||
};
|
||||
|
||||
componentDidMount() {
|
||||
// todo: Move to React animation.
|
||||
|
@ -69,10 +69,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.icon-load-more,
|
||||
.icon-content-load,
|
||||
.icon-box-load,
|
||||
.icon-load-more {
|
||||
background: url(../img/content-load.gif) no-repeats;
|
||||
.icon-box-load {
|
||||
background: url(../img/content-load.gif) no-repeat;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
position: absolute;
|
||||
@ -80,8 +80,8 @@
|
||||
top: 50vh;
|
||||
transform: translateX(-50%);
|
||||
|
||||
.light-theme & {
|
||||
background: url(../img/content-load-light.gif) no-repeats;
|
||||
.light-theme & {
|
||||
background: url(../img/content-load-light.gif) no-repeat;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user