2020-09-21 14:41:12 +02:00
|
|
|
.card {
|
|
|
|
background-color: #1d1f31;
|
|
|
|
}
|
|
|
|
|
2020-09-25 22:50:32 +02:00
|
|
|
.card-title {
|
2020-09-21 14:41:12 +02:00
|
|
|
color: #4a68b9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-block {
|
|
|
|
float: left;
|
|
|
|
width: 350px;
|
|
|
|
line-height: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
display: inline-flex;
|
2020-09-25 21:11:30 +02:00
|
|
|
width: 100%;
|
2020-09-21 14:41:12 +02:00
|
|
|
background-color: #2d3348;
|
|
|
|
height: 1.1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-warning {
|
|
|
|
background-color: #b58800 !important;
|
|
|
|
}
|
2020-09-22 07:50:12 +02:00
|
|
|
|
|
|
|
.skeleton-loader {
|
2020-09-26 19:18:44 +02:00
|
|
|
max-width: 200px;
|
2020-09-22 07:50:12 +02:00
|
|
|
}
|
2020-09-25 22:50:32 +02:00
|
|
|
|
2020-09-26 17:46:26 +02:00
|
|
|
.more-padding {
|
|
|
|
padding: 1.25rem 2rem 1.25rem 2rem;
|
|
|
|
}
|