DAG first implementation

This commit is contained in:
konarfil
2023-09-26 10:43:02 +02:00
parent c6b2abd89a
commit 272505fb8a
4 changed files with 423 additions and 74 deletions

View File

@@ -214,3 +214,19 @@ pre {
.justified {
text-align: justify;
}
.determinate {
background-color: #FF6600 !important;
}
.progress {
background-color: #9F9F9F !important;
}
.no-margin {
margin: 0;
}
.qr-container {
margin: 15px 0;
}