This commit is contained in:
2026-02-11 11:50:18 +01:00
parent 16e3eb0890
commit 71db01d159
7 changed files with 863 additions and 598 deletions
+3 -1
View File
@@ -157,6 +157,7 @@
color: var(--text-muted);
border: 1px solid #cbd5e1;
box-shadow: none;
margin-bottom: 5px;
}
.pf-btn.btn-secondary:hover {
@@ -415,7 +416,7 @@ input[type="checkbox"]:checked::after {
animation: modalPop 0.3s cubic-bezier(0.16, 1, 0.3, 1);
display: flex;
flex-direction: column;
gap: 16px;
gap: 10px;
}
@keyframes modalPop {
@@ -512,6 +513,7 @@ input[type="checkbox"]:checked::after {
.pf-btn {
width: 100%;
justify-content: center;
margin-top: 5px;
}
.pf-table {