style: started removing globals.scss; style: removed loading placeholder classes

This commit is contained in:
Roberto Tonino
2020-10-28 22:21:41 +01:00
parent e950a59e1f
commit 4e652b65cc
16 changed files with 100 additions and 129 deletions

View File

@@ -53,4 +53,9 @@
background-position: 0% 35%;
}
/* Fixed footer */
.fixed-footer footer {
@apply sticky items-center flex flex-row justify-end bottom-0 h-16 w-full mt-6;
}
}