se agrega modelo de asistencias, correcciones de codigo qr y procesador de unsubscribes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user