acharyaaditya26 commited on
Commit
c5de208
1 Parent(s): 356330f

Delete static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +0 -28
static/style.css DELETED
@@ -1,28 +0,0 @@
1
- body {
2
- font-family: Arial, sans-serif;
3
- margin: 20px;
4
- }
5
-
6
- .page-result {
7
- margin-bottom: 20px;
8
- border: 1px solid #ccc;
9
- padding: 10px;
10
- border-radius: 5px;
11
- }
12
-
13
- .loading-indicator {
14
- font-weight: bold;
15
- color: #007bff;
16
- }
17
-
18
- .result-content {
19
- margin-top: 10px;
20
- }
21
-
22
- .scrollable-results {
23
- max-height: 80vh;
24
- overflow-y: auto;
25
- border: 1px solid #ccc;
26
- padding: 10px;
27
- border-radius: 5px;
28
- }