mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Improve agenda
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user