Merge branch 'master' of edugit.org:enrichment-2024/qivip

This commit is contained in:
2025-03-08 14:48:56 +01:00
7 changed files with 26 additions and 16 deletions

View File

@@ -7,6 +7,9 @@ nav div ul.qp-nav-list li {
a.qp-a-button {
@apply p-6 rounded-md font-extrabold hover:scale-105 transition duration-300 shadow-md;
}
a.qp-a-button-small {
@apply p-1 rounded-md hover:scale-105 transition duration-300 shadow-md;
}
.register input{@apply p-3 rounded-full bg-gray-200 focus:scale-105 transition duration-200 font-black;}
.input-group {

File diff suppressed because one or more lines are too long