This commit is contained in:
mgabdev
2020-03-14 13:31:29 -04:00
parent d78dd971c0
commit 65af72faae
81 changed files with 1101 additions and 662 deletions

View File

@@ -10,6 +10,11 @@ body {
overscroll-behavior-y: none;
}
.overflowYScroll {
overflow: hidden;
overflow-y: scroll;
}
.statusContent,
.statusContent * {
margin-top: 0;
@@ -880,6 +885,10 @@ body {
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .25);
}
.boxShadow2 {
box-shadow: 0 0 15px -5px rgba(0,0,0,0.15);
}
.listStyleNone {
list-style: none;
}