Feat(SQL, UI): Logic for Get-Many SQL Stored Procedures refactored to use Calc Stored Procedures and Dog Command Links page styling improved.

This commit is contained in:
2025-07-01 21:21:51 +01:00
parent caeb13429a
commit 0d1e644e6c
102 changed files with 6971 additions and 1797 deletions

View File

@@ -6,26 +6,33 @@
font-weight: 500;
transition: all 0.3s ease;
width: fit-content;
cursor: pointer;
}
.button-primary {
background: var(--primary);
background: var(--colour-primary);
color: white;
}
.button-primary:hover {
background: var(--secondary);
background: var(--colour-secondary);
}
.button-light {
background: white;
color: var(--primary);
color: var(--colour-primary);
}
.button-light:hover {
background: var(--light);
background: var(--colour-accent);
}
.logo:hover{
cursor: pointer;
}
.button.icon.active.delete,
.button.icon.active.add {
height: 2vh;
}