Skip to content

Commit

Permalink
cases formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
handh1212 committed Nov 20, 2023
1 parent db1a25b commit f5bb507
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 353 deletions.
21 changes: 21 additions & 0 deletions app/static/css/cases.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.hidden {
display: none;
}
.purple-table {
background-color: #662484;
color: white;
}

.purple-button {
background-color: #662484;
color: white;
border: none;
}

.purple-button:hover {
background-color: #501c68;
}

.hidden-assign-button {
display: none;
}
1 change: 1 addition & 0 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="https://cdn.datatables.net/1.13.7/js/jquery.dataTables.min.js"></script>
<script src="https://cdn.datatables.net/1.11.5/js/jquery.dataTables.js"></script>
{% block addhead %}{% endblock %}
</head>

<body>
Expand Down
Loading

0 comments on commit f5bb507

Please sign in to comment.