Ajouts des dernières modification

This commit is contained in:
stiti
2024-10-23 20:08:31 +02:00
parent d60b08ffcc
commit 075ed392e5
14 changed files with 2227 additions and 1016 deletions

View File

@@ -10,6 +10,18 @@
color: red;
}
.progress-bar {
width: 100%;
background-color: #f3f3f3;
border-radius: 5px;
}
.progress {
height: 20px;
border-radius: 5px;
text-align: center;
color: white;
}
.popup {
display: none;
position: fixed;