refactoring and additions

This commit is contained in:
2023-01-26 12:29:06 +10:00
parent fa531244d9
commit aac64f9881
2 changed files with 14 additions and 73 deletions

View File

@@ -177,6 +177,19 @@
text-align: center !important;
}
/* Text Size */
.font-size-100 {
font-size: 100%;
}
.font-size-90 {
font-size: 90%;
}
.font-size-80 {
font-size: 80%;
}
/* Utility */
.prevent-select {
-webkit-user-select: none;