Improve agenda

This commit is contained in:
2021-02-26 15:29:05 +01:00
parent 8716b4558e
commit f8d96a5b7c
14 changed files with 532 additions and 27 deletions
+18
View File
@@ -554,12 +554,14 @@ app-view-event{
display: flex;
flex-wrap: wrap-reverse;
flex-direction: column;
z-index: 1000;
}
app-edit-event{
display: flex;
flex-direction: column;
height: 100%;
z-index: 1000;
}
app-new-event{
@@ -567,6 +569,7 @@ app-new-event{
display: flex;
flex-wrap: wrap;
flex-direction: column;
z-index: 1000;
}
app-event-list{
@@ -575,6 +578,21 @@ app-event-list{
height: 100%;
height: 100%;
flex-wrap: wrap-reverse;
z-index: 1000;
}
app-approve-event{
display: flex;
flex-direction: column;
height: 100%;
height: 100%;
z-index: 1000;
}
.transparent{
position: absolute;
z-index: 0;
opacity: 0;
}
.nothing-to-show{