cleaning structure

This commit is contained in:
Quality System Admin
2025-10-16 01:42:59 +03:00
parent e0ba349862
commit 50c791e242
469 changed files with 1016 additions and 29776 deletions

View File

@@ -806,6 +806,20 @@ body.dark-mode .export-description {
background-color: #218838; /* Darker green on hover */
}
.go-to-main-reports-btn {
background-color: #007bff; /* Blue background */
color: #fff; /* White text */
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
margin-left: 10px;
transition: background-color 0.3s ease;
}
.go-to-main-reports-btn:hover {
background-color: #0056b3; /* Darker blue on hover */
}
.draggable-field {
cursor: move;
padding: 5px;