Spaces:
Running
Running
Delete static
Browse files- static/candid_logo_yellow.png +0 -0
- static/css.py +0 -48
static/candid_logo_yellow.png
DELETED
Binary file (11.6 kB)
|
|
static/css.py
DELETED
@@ -1,48 +0,0 @@
|
|
1 |
-
css_chat = """
|
2 |
-
.message-row img {
|
3 |
-
margin: 0px !important;
|
4 |
-
}
|
5 |
-
.avatar-container img {
|
6 |
-
padding: 0px !important;
|
7 |
-
}
|
8 |
-
|
9 |
-
#ssearch-sources {
|
10 |
-
display: flex;
|
11 |
-
gap: 10px;
|
12 |
-
min-width: 75vw;
|
13 |
-
padding-bottom: 5px;
|
14 |
-
}
|
15 |
-
|
16 |
-
.ssearch-source-btn {
|
17 |
-
background-color: #febe10;
|
18 |
-
color: black;
|
19 |
-
padding: 5px;
|
20 |
-
text-align: center;
|
21 |
-
border-radius: 12px;
|
22 |
-
min-width: 70px;
|
23 |
-
max-width: 75px;
|
24 |
-
box-shadow: 0 2px 5px 0 rgba(0, 0, 0,0.2);
|
25 |
-
height: 45px;
|
26 |
-
font-size:small;
|
27 |
-
}
|
28 |
-
|
29 |
-
.ssearch-source {
|
30 |
-
text-decoration: none;
|
31 |
-
display: block;
|
32 |
-
box-sizing: border-box;
|
33 |
-
}
|
34 |
-
|
35 |
-
button.upload-button.svelte-1d7elt4 {
|
36 |
-
visibility: hidden !important;
|
37 |
-
}
|
38 |
-
|
39 |
-
.candid-org-link {
|
40 |
-
font-weight: bold;
|
41 |
-
text-decoration: none;
|
42 |
-
}
|
43 |
-
|
44 |
-
.candid-app-link {
|
45 |
-
font-size: small;
|
46 |
-
}
|
47 |
-
|
48 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|