Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def cloud_button(label, key=None, color=None):
|
|
51 |
border-radius: 30px;
|
52 |
position: absolute;
|
53 |
top: 20px;
|
54 |
-
left:
|
55 |
display: flex;
|
56 |
align-items: center;
|
57 |
justify-content: center;
|
@@ -65,25 +65,25 @@ def cloud_button(label, key=None, color=None):
|
|
65 |
z-index: -1;
|
66 |
}}
|
67 |
.circle.small {{
|
68 |
-
width:
|
69 |
-
height:
|
70 |
-
border-radius:
|
71 |
-
top:
|
72 |
left: 50px;
|
73 |
}}
|
74 |
.circle.medium {{
|
75 |
width: 80px;
|
76 |
height: 80px;
|
77 |
border-radius: 40px;
|
78 |
-
top:
|
79 |
left: 40px;
|
80 |
}}
|
81 |
.circle.large {{
|
82 |
-
width:
|
83 |
-
height:
|
84 |
-
border-radius:
|
85 |
-
top:
|
86 |
-
left:
|
87 |
}}
|
88 |
|
89 |
.cloud:hover .rectangle {{
|
|
|
51 |
border-radius: 30px;
|
52 |
position: absolute;
|
53 |
top: 20px;
|
54 |
+
left: 20px;
|
55 |
display: flex;
|
56 |
align-items: center;
|
57 |
justify-content: center;
|
|
|
65 |
z-index: -1;
|
66 |
}}
|
67 |
.circle.small {{
|
68 |
+
width: 40px;
|
69 |
+
height: 40px;
|
70 |
+
border-radius: 20px;
|
71 |
+
top: 10px;
|
72 |
left: 50px;
|
73 |
}}
|
74 |
.circle.medium {{
|
75 |
width: 80px;
|
76 |
height: 80px;
|
77 |
border-radius: 40px;
|
78 |
+
top: -10px;
|
79 |
left: 40px;
|
80 |
}}
|
81 |
.circle.large {{
|
82 |
+
width: 120px;
|
83 |
+
height: 120px;
|
84 |
+
border-radius: 60px;
|
85 |
+
top: -30px;
|
86 |
+
left: 20px;
|
87 |
}}
|
88 |
|
89 |
.cloud:hover .rectangle {{
|