loading icon styling to prevent big spinny
This commit is contained in:
parent
9b6a54032c
commit
c91c218a6e
|
@ -22,6 +22,6 @@ const React = require("react");
|
|||
|
||||
module.exports = function Loading() {
|
||||
return (
|
||||
<i className="fa fa-spin fa-refresh" aria-label="Loading" title="Loading"/>
|
||||
<i className="fa fa-spin fa-refresh loading-icon" aria-label="Loading" title="Loading" />
|
||||
);
|
||||
};
|
|
@ -702,6 +702,10 @@ button.with-icon {
|
|||
}
|
||||
}
|
||||
|
||||
.loading-icon {
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.fadeout {
|
||||
animation-name: fadeout;
|
||||
animation-duration: 0.5s;
|
||||
|
|
Loading…
Reference in New Issue