Spaces:
Sleeping
Sleeping
Update static/css/styles.css
Browse files- static/css/styles.css +1 -14
static/css/styles.css
CHANGED
@@ -5,19 +5,6 @@ body {
|
|
5 |
padding: 0;
|
6 |
}
|
7 |
|
8 |
-
.popup-container {
|
9 |
-
position: fixed;
|
10 |
-
top: 50%;
|
11 |
-
left: 50%;
|
12 |
-
transform: translate(-50%, -50%);
|
13 |
-
background: #ffffff;
|
14 |
-
border: 1px solid #ddd;
|
15 |
-
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
|
16 |
-
border-radius: 10px;
|
17 |
-
padding: 20px;
|
18 |
-
z-index: 999;
|
19 |
-
}
|
20 |
-
|
21 |
button {
|
22 |
background-color: #008cba;
|
23 |
color: white;
|
@@ -29,4 +16,4 @@ button {
|
|
29 |
|
30 |
button:hover {
|
31 |
background-color: #005f5f;
|
32 |
-
}
|
|
|
5 |
padding: 0;
|
6 |
}
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
button {
|
9 |
background-color: #008cba;
|
10 |
color: white;
|
|
|
16 |
|
17 |
button:hover {
|
18 |
background-color: #005f5f;
|
19 |
+
}
|