XRachel commited on
Commit
e8841ba
·
verified ·
1 Parent(s): f9d2ce5

Delete style_final.css

Browse files
Files changed (1) hide show
  1. style_final.css +0 -43
style_final.css DELETED
@@ -1,43 +0,0 @@
1
- html, body {
2
- margin: 0;
3
- padding: 0;
4
- min-height: 100vh;
5
- background-image: url("https://huggingface.co/spaces/XRachel/bc4/resolve/main/assets/BankChurn.png");
6
- background-size: cover;
7
- background-position: center 58%;
8
- background-repeat: no-repeat;
9
- background-attachment: fixed;
10
- font-family: Arial, sans-serif;
11
- }
12
-
13
- .gradio-container {
14
- max-width: 1160px !important;
15
- margin: 24px auto !important;
16
- padding: 20px !important;
17
- background: rgba(255, 255, 255, 0.90) !important;
18
- border-radius: 18px !important;
19
- backdrop-filter: blur(8px);
20
- box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
21
- }
22
-
23
- h1, h2, h3, h4, p, label, span, .gr-markdown, .prose {
24
- color: #111827 !important;
25
- }
26
-
27
- button {
28
- border-radius: 12px !important;
29
- font-weight: 700 !important;
30
- }
31
-
32
- textarea, input, select {
33
- border-radius: 12px !important;
34
- }
35
-
36
- .tab-nav, [role="tablist"] {
37
- background: rgba(255, 255, 255, 0.72) !important;
38
- border-radius: 12px !important;
39
- }
40
-
41
- .block, .gr-box, .form {
42
- border-radius: 14px !important;
43
- }