First Alpha
This commit is contained in:
19
src/components/footer.scss
Normal file
19
src/components/footer.scss
Normal file
@ -0,0 +1,19 @@
|
||||
.reloading { animation: turner 1s infinite linear }
|
||||
|
||||
@keyframes turner{
|
||||
from{ transform: rotate(0deg) }
|
||||
to { transform: rotate(360deg) }
|
||||
}
|
||||
|
||||
footer {
|
||||
z-index: 128;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
padding: calc(0.9 * var(--universal-padding)) !important;
|
||||
}
|
Reference in New Issue
Block a user