Spaces:
Running
Running
Commit
•
8aaad64
1
Parent(s):
7800104
Update style.css (#1)
Browse files- Update style.css (26848c9b7b94a7a0783b9fda3a70386dac7261dd)
Co-authored-by: Pablo Romero Agudo <PabloRomeroAgudo@users.noreply.huggingface.co>
style.css
CHANGED
@@ -41,6 +41,14 @@ table {
|
|
41 |
width: 500px;
|
42 |
}
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
#topBtn {
|
45 |
display: none;
|
46 |
position: fixed;
|
|
|
41 |
width: 500px;
|
42 |
}
|
43 |
|
44 |
+
.warning {
|
45 |
+
display: inline-block;
|
46 |
+
background-color: beige;
|
47 |
+
border-radius: 20px;
|
48 |
+
text-wrap: pretty;
|
49 |
+
padding: 20px;
|
50 |
+
}
|
51 |
+
|
52 |
#topBtn {
|
53 |
display: none;
|
54 |
position: fixed;
|