Spaces:
Sleeping
Sleeping
neerajkalyank
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -243,8 +243,8 @@ input, select, textarea {
|
|
243 |
#registration_output, #test_output, #billing_output {
|
244 |
color: #ffffff !important; /* Set text color to white */
|
245 |
background-color: rgba(0, 0, 50, 0.8) !important;
|
246 |
-
padding:
|
247 |
-
border-radius:
|
248 |
font-weight: bold;
|
249 |
text-align: left;
|
250 |
}
|
|
|
243 |
#registration_output, #test_output, #billing_output {
|
244 |
color: #ffffff !important; /* Set text color to white */
|
245 |
background-color: rgba(0, 0, 50, 0.8) !important;
|
246 |
+
padding: 15px;
|
247 |
+
border-radius: 7px;
|
248 |
font-weight: bold;
|
249 |
text-align: left;
|
250 |
}
|