This commit is contained in:
mgabdev
2020-03-05 10:44:17 -05:00
parent c7da9da84e
commit 5109276331
62 changed files with 607 additions and 318 deletions

View File

@@ -405,6 +405,14 @@ body {
user-select: none;
}
.resizeVertical {
resize: vertical;
}
.heightMax100VH {
max-height: 100vh;
}
.heightMin100VH {
min-height: 100vh;
}
@@ -715,6 +723,10 @@ body {
margin-left: 15px;
}
.marginLeft10PX {
margin-left: 10px;
}
.marginLeftAuto {
margin-left: auto;
}