forked from fediversity/fediversity
Compare commits
No commits in common. "bb9eef9078b9569fd64dfe3fce1948c246569f67" and "b409fd7719be8f538e167c8a4ee5d38784a0ebcf" have entirely different histories.
bb9eef9078
...
b409fd7719
2 changed files with 0 additions and 25 deletions
|
@ -3,24 +3,3 @@ body
|
||||||
margin: 0
|
margin: 0
|
||||||
font-family: sans-serif
|
font-family: sans-serif
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
||||||
.loader
|
|
||||||
width: 48px
|
|
||||||
height: 48px
|
|
||||||
border: 5px solid #000
|
|
||||||
border-bottom-color: #FF3D00
|
|
||||||
border-radius: 50%
|
|
||||||
display: inline-block
|
|
||||||
box-sizing: border-box
|
|
||||||
animation: rotation 1s linear infinite
|
|
||||||
|
|
||||||
@keyframes rotation
|
|
||||||
0% { transform: rotate(0deg) }
|
|
||||||
100% { transform: rotate(360deg) }
|
|
||||||
|
|
||||||
#spinner-container
|
|
||||||
position: absolute
|
|
||||||
top: 50%
|
|
||||||
left: 50%
|
|
||||||
transform: translate(-50%, -50%)
|
|
||||||
display: block
|
|
||||||
|
|
|
@ -7,9 +7,5 @@
|
||||||
|
|
||||||
<button class="button" type="submit" name="deploy">Deploy</button>
|
<button class="button" type="submit" name="deploy">Deploy</button>
|
||||||
<button class="button" type="submit" name="save">Save</button>
|
<button class="button" type="submit" name="save">Save</button>
|
||||||
|
|
||||||
<div id="spinner-container">
|
|
||||||
<span class="loader"></span>
|
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue