Spaces:
Paused
Paused
File size: 689 Bytes
08ebb2a 7beb658 08ebb2a d0344ba 08ebb2a 7beb658 08ebb2a d0344ba |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
body {
background-color: #f8f9fa;
font-family: Arial, sans-serif;
}
h1 {
color: #343a40;
}
.card {
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.card-header {
background-color: #343a40;
color: white;
font-weight: bold;
}
.btn-block {
width: 100%;
}
textarea, pre {
font-family: monospace;
}
.tab-content {
padding: 1rem;
background-color: white;
border: 1px solid #dee2e6;
border-top: none;
}
#main-tabs .nav-link {
cursor: pointer;
}
.text-danger {
font-weight: bold;
}
table th {
cursor: pointer;
}
table th:hover {
background-color: #f1f1f1;
}
.table-responsive {
max-height: 400px;
overflow-y: auto;
}
|