Spinner now uses pizza as background. Arrows are white.

nb/hide-http
Neeraj Baid 11 years ago
parent ff942ee551
commit 336820555b

@ -20,8 +20,6 @@ export default class Spinner extends React.Component {
return <div className={classes}>
<div className="spinner-border" />
<div className="spinner-content">
<img
@ -36,6 +34,10 @@ export default class Spinner extends React.Component {
</div>
<div className="spinner-background">
<img src='/images/spinner-pizza.png' width="300" height="300"/>
</div>
</div>
}

@ -79,18 +79,17 @@ p {
align-items: center
justify-content: center
.spinner-border {
.spinner-background {
width: 300px
height: 300px
position: absolute
top: 0
left: 0
width: 100%
height: 100%
border: 20px dotted light-blue
border-radius: 100%
transition: transform 1s
z-index: -1
}
&.spinner-animated .spinner-border {
&.spinner-animated .spinner-background {
animation: rotate 5s infinite linear
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

Loading…
Cancel
Save