Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -24,7 +24,7 @@
|
|
24 |
background-color: #000000;
|
25 |
color: #00FF41; /* Classic green terminal color */
|
26 |
font-family: 'Courier New', Courier, monospace;
|
27 |
-
display:
|
28 |
justify-content: center;
|
29 |
align-items: center;
|
30 |
height: 100vh;
|
@@ -66,13 +66,13 @@
|
|
66 |
position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px;
|
67 |
background-color: #007bff; color: white; border-radius: 50%; border: none;
|
68 |
box-shadow: 0 6px 15px rgba(0,0,0,0.2); font-size: 28px;
|
69 |
-
display:
|
70 |
align-items: center; justify-content: center; cursor: pointer;
|
71 |
z-index: 999;
|
72 |
}
|
73 |
.modal-overlay {
|
74 |
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
|
75 |
-
background: rgba(0, 0, 0, 0.6); display:
|
76 |
align-items: center; justify-content: center; z-index: 1000;
|
77 |
}
|
78 |
.modal-content {
|
@@ -83,7 +83,7 @@
|
|
83 |
.input-group { margin-bottom: 18px; }
|
84 |
.input-group label { display: block; margin-bottom: 6px; font-weight: 500; }
|
85 |
.input-group input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; }
|
86 |
-
.form-actions { display:
|
87 |
.form-actions button { padding: 12px 20px; border-radius: 6px; border: none; font-size: 16px; cursor: pointer; }
|
88 |
.btn-submit { background-color: #28a745; color: white; }
|
89 |
.btn-cancel { background-color: #f1f1f1; color: #333; }
|
|
|
24 |
background-color: #000000;
|
25 |
color: #00FF41; /* Classic green terminal color */
|
26 |
font-family: 'Courier New', Courier, monospace;
|
27 |
+
display: none;
|
28 |
justify-content: center;
|
29 |
align-items: center;
|
30 |
height: 100vh;
|
|
|
66 |
position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px;
|
67 |
background-color: #007bff; color: white; border-radius: 50%; border: none;
|
68 |
box-shadow: 0 6px 15px rgba(0,0,0,0.2); font-size: 28px;
|
69 |
+
display: none; /* Hidden by default until user logs in */
|
70 |
align-items: center; justify-content: center; cursor: pointer;
|
71 |
z-index: 999;
|
72 |
}
|
73 |
.modal-overlay {
|
74 |
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
|
75 |
+
background: rgba(0, 0, 0, 0.6); display: none;
|
76 |
align-items: center; justify-content: center; z-index: 1000;
|
77 |
}
|
78 |
.modal-content {
|
|
|
83 |
.input-group { margin-bottom: 18px; }
|
84 |
.input-group label { display: block; margin-bottom: 6px; font-weight: 500; }
|
85 |
.input-group input { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; box-sizing: border-box; }
|
86 |
+
.form-actions { display: none; justify-content: space-between; margin-top: 25px; }
|
87 |
.form-actions button { padding: 12px 20px; border-radius: 6px; border: none; font-size: 16px; cursor: pointer; }
|
88 |
.btn-submit { background-color: #28a745; color: white; }
|
89 |
.btn-cancel { background-color: #f1f1f1; color: #333; }
|