witching to UIKit 3

This commit is contained in:
Fabian
2019-04-30 12:22:09 -04:00
parent 8b6c71247f
commit 595f2be1fb
26 changed files with 774 additions and 499 deletions

View File

@ -1,3 +1,5 @@
@import "../vars.scss";
.reloading { animation: turner 1s infinite linear }
@keyframes turner{
@ -14,6 +16,8 @@ footer {
display: flex;
justify-content: space-between;
// border-top: 1px solid $border-color;
padding: calc(0.9 * var(--universal-padding)) !important;
padding: 0.15em !important;
}