Spaces:
Runtime error
Runtime error
Synced repo using 'sync_with_huggingface' Github Action
Browse files- styles.css +75 -0
styles.css
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.e1tzin5v2 >.row-widget.stButton > button {
|
2 |
+
width: 100%;
|
3 |
+
height: 100%;
|
4 |
+
|
5 |
+
}
|
6 |
+
|
7 |
+
|
8 |
+
/* div that wraps all 3 columns */
|
9 |
+
.e1tzin5v3 {
|
10 |
+
width: 70%;
|
11 |
+
margin-left: 15%;
|
12 |
+
}
|
13 |
+
|
14 |
+
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
/* drag drop div */
|
19 |
+
.exg6vvm14 {
|
20 |
+
display: none;
|
21 |
+
}
|
22 |
+
/* resizing the attach button */
|
23 |
+
.exg6vvm15 > button {
|
24 |
+
width: 100%;
|
25 |
+
height: 100%;
|
26 |
+
}
|
27 |
+
/* div which wraps attach button */
|
28 |
+
.exg6vvm15 {
|
29 |
+
padding: 0;
|
30 |
+
margin-left: -15px;
|
31 |
+
height: 40px;
|
32 |
+
}
|
33 |
+
|
34 |
+
/* div that wraps the enter button */
|
35 |
+
.e1tzin5v2 >.row-widget.stButton {
|
36 |
+
height: 40px;
|
37 |
+
}
|
38 |
+
|
39 |
+
/* resizing the enter button */
|
40 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(4) > div > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(2) > div > button{
|
41 |
+
background: rgb(204, 49, 49);
|
42 |
+
color: black;
|
43 |
+
}
|
44 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(4) > div > div:nth-child(2) > div:nth-child(3) > div:nth-child(1) > div > div:nth-child(2) > div > button :hover,:active{
|
45 |
+
color: white;
|
46 |
+
}
|
47 |
+
|
48 |
+
|
49 |
+
/* save button */
|
50 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(4) > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div > div > div > button {
|
51 |
+
background-color: rgb(0,255,127);
|
52 |
+
color: black;
|
53 |
+
height: 40px;
|
54 |
+
margin-top: 20px;
|
55 |
+
width: 70%;
|
56 |
+
margin-left: 30%;
|
57 |
+
}
|
58 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(4) > div > div:nth-child(4) > div:nth-child(1) > div:nth-child(1) > div > div > div > button:hover, :active {
|
59 |
+
border: rgb(0,255,127);
|
60 |
+
color: white;
|
61 |
+
|
62 |
+
}
|
63 |
+
|
64 |
+
/* clear button */
|
65 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(4) > div > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div > div > div > button {
|
66 |
+
background: rgb(204, 49, 49);
|
67 |
+
color: black;
|
68 |
+
height: 40px;
|
69 |
+
margin-top: 20px;
|
70 |
+
width: 70%;
|
71 |
+
margin-right: 30%;
|
72 |
+
}
|
73 |
+
#root > div:nth-child(1) > div.withScreencast > div > div > div > section > div:nth-child(1) > div:nth-child(1) > div > div:nth-child(4) > div > div:nth-child(4) > div:nth-child(2) > div:nth-child(1) > div > div > div > button:hover, :active {
|
74 |
+
color: white;
|
75 |
+
}
|