Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -164,43 +164,6 @@ button.selected::after{
|
|
164 |
background: #E50914;
|
165 |
}
|
166 |
|
167 |
-
|
168 |
-
#popup-overlay {
|
169 |
-
position: fixed;
|
170 |
-
top: 0;
|
171 |
-
left: 0;
|
172 |
-
width: 100vw;
|
173 |
-
height: 100vh;
|
174 |
-
background: rgba(0,0,0,0.5);
|
175 |
-
z-index: 999;
|
176 |
-
display: flex;
|
177 |
-
justify-content: center;
|
178 |
-
align-items: center;
|
179 |
-
flex-direction: column;
|
180 |
-
}
|
181 |
-
|
182 |
-
#popup-box {
|
183 |
-
background-color: white !important;
|
184 |
-
padding: 20px;
|
185 |
-
border-radius: 10px;
|
186 |
-
box-shadow: 0 0 20px rgba(0,0,0,0.3);
|
187 |
-
width: 340px;
|
188 |
-
text-align: center;
|
189 |
-
}
|
190 |
-
|
191 |
-
#popup-button {
|
192 |
-
background-color: #5b65a7 !important;
|
193 |
-
color: white !important;
|
194 |
-
padding: 10px 20px;
|
195 |
-
border-radius: 8px;
|
196 |
-
margin-top: 10px;
|
197 |
-
border: none;
|
198 |
-
cursor: pointer;
|
199 |
-
}
|
200 |
-
#popup-button:hover {
|
201 |
-
background-color: #3c4687 !important;
|
202 |
-
}
|
203 |
-
|
204 |
"""
|
205 |
|
206 |
|
|
|
164 |
background: #E50914;
|
165 |
}
|
166 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
167 |
"""
|
168 |
|
169 |
|