Spaces:
Runtime error
Runtime error
Commit
·
980687c
1
Parent(s):
24916ab
Manejo de errores
Browse files
style.css
CHANGED
@@ -56,4 +56,9 @@ tbody tr:last-of-type {
|
|
56 |
tbody tr.active-row {
|
57 |
font-weight: bold;
|
58 |
color: #009879;
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
|
|
56 |
tbody tr.active-row {
|
57 |
font-weight: bold;
|
58 |
color: #009879;
|
59 |
+
}
|
60 |
+
|
61 |
+
.stAlert {
|
62 |
+
justify-content:baseline;
|
63 |
+
display: flex;
|
64 |
}
|