first commit
This commit is contained in:
31
static/css/style.css
Normal file
31
static/css/style.css
Normal file
@@ -0,0 +1,31 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user