ciyidogan commited on
Commit
bcc1c33
·
verified ·
1 Parent(s): 5068571

Delete static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +0 -59
static/style.css DELETED
@@ -1,59 +0,0 @@
1
- body {
2
- background-color: #f8f9fa;
3
- font-family: Arial, sans-serif;
4
- }
5
-
6
- h1 {
7
- color: #343a40;
8
- }
9
-
10
- .card {
11
- box-shadow: 0 4px 8px rgba(0,0,0,0.1);
12
- }
13
-
14
- .card-header {
15
- background-color: #343a40;
16
- color: white;
17
- font-weight: bold;
18
- }
19
-
20
- .btn-block {
21
- width: 100%;
22
- }
23
-
24
- textarea, pre {
25
- font-family: monospace;
26
- }
27
-
28
- .tab-content {
29
- padding: 1rem;
30
- background-color: white;
31
- border: 1px solid #dee2e6;
32
- border-top: none;
33
- }
34
-
35
- #main-tabs .nav-link {
36
- cursor: pointer;
37
- }
38
-
39
- .text-danger {
40
- font-weight: bold;
41
- }
42
-
43
- table th {
44
- cursor: pointer;
45
- }
46
-
47
- table th:hover {
48
- background-color: #f1f1f1;
49
- }
50
-
51
- .table-responsive {
52
- max-height: 400px;
53
- overflow-y: auto;
54
- }
55
-
56
- /* intent list buttons spacing */
57
- #projectDetails li button {
58
- margin-left: 8px;
59
- }