32 lines
398 B
CSS
32 lines
398 B
CSS
body {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.card {
|
|
border-radius: 1rem;
|
|
}
|
|
|
|
.progress-lg {
|
|
height: 1.35rem;
|
|
}
|
|
|
|
.task-logs {
|
|
background: #111827;
|
|
color: #d1d5db;
|
|
border-radius: 0.75rem;
|
|
padding: 0.9rem;
|
|
min-height: 12rem;
|
|
max-height: 16rem;
|
|
overflow: auto;
|
|
font-size: 0.825rem;
|
|
}
|
|
|
|
.input-group-text {
|
|
min-width: 7rem;
|
|
justify-content: center;
|
|
}
|
|
|
|
.text-break {
|
|
word-break: break-word;
|
|
}
|