mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
change home layout
This commit is contained in:
@@ -527,6 +527,11 @@ ion-toolbar{
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
|
||||
.box-container {
|
||||
height: unset !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -558,9 +563,11 @@ ion-title{
|
||||
|
||||
.box-container {
|
||||
background-color: white;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.box-container {
|
||||
height: 100%;
|
||||
padding: 20px;
|
||||
border-radius: 20px;
|
||||
|
||||
@@ -599,12 +606,15 @@ ion-title{
|
||||
}
|
||||
|
||||
.main-content {
|
||||
flex-direction: column;
|
||||
// flex-direction: column;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.schedule-container {
|
||||
flex-grow: 1;
|
||||
overflow: auto;
|
||||
.schedule {
|
||||
box-shadow: unset !important;
|
||||
border: unset !important;
|
||||
|
||||
Reference in New Issue
Block a user