mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-17 20:13:32 -06:00
validity checks, better page styling, update data
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user