se agrega modelo de asistencias, correcciones de codigo qr y procesador de unsubscribes

This commit is contained in:
2026-02-20 16:11:57 -06:00
parent cf4037cb80
commit 9e227f9653
67 changed files with 691 additions and 114 deletions
+19
View File
@@ -269,3 +269,22 @@ button:hover {
text-align:center;
cursor: pointer;
}
.sidebar{
transition: transform .3s ease;
}
#wrapper{
min-height:100vh;
}
#content-wrapper{
display:flex;
flex-direction:column;
}
#content{
flex:1;
}