validity checks, better page styling, update data

This commit is contained in:
Xevion
2020-08-04 03:30:04 -05:00
parent 72201c28d7
commit 08f012a40f
12 changed files with 3749 additions and 27 deletions

View File

@@ -1,13 +1,16 @@
.accordion .list-group-item {
border-radius: 0;
border-width: 1px 0 1px 0;
border-width: 0 0 0 0;
border-bottom-width: 1px;
.list-group-item:first-child { border-top-width: 1px; }
.list-group-item:last-child { border-bottom-width: 0; }
padding-left: 30px;
//background: #d6dbe0;
font-weight: 500;
}
.accordion .list-group-item a {
color: #61656b;
//color: #61656b;
display: block;
}
@@ -28,7 +31,13 @@
.card {
border: 1px solid rgba(0, 0, 0, .125);
border-bottom-color: rgba(0, 0, 0, 0.125);
border-bottom-style: solid;
border-bottom-width: 1px;
border-radius: 0;
}
.no-link {
text-decoration: none;
}
.no-link:hover {
text-decoration: none;
}