Cleaned up some unecessary files

This commit is contained in:
root
2019-03-13 13:57:01 -04:00
parent f39b56bb78
commit 9eb777e6e6
22 changed files with 0 additions and 9364 deletions
-18
View File
@@ -1,18 +0,0 @@
// Additional Text Helper Class
.smaller {
font-size: 0.7rem;
}
// Helper class for the overflow property
.o-hidden {
overflow: hidden !important;
}
// Helper classes for z-index
.z-0 {
z-index: 0;
}
.z-1 {
z-index: 1;
}