mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
style events to approve details view
This commit is contained in:
@@ -290,6 +290,43 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.hideAsideOptions{
|
||||
@media only screen and (min-width: 1140px) {
|
||||
.div-icon{
|
||||
display: none;
|
||||
}
|
||||
.content{
|
||||
width: 100%;
|
||||
border-right: 1px solid #d8d8d8;
|
||||
}
|
||||
|
||||
.aside-right{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/* .aside-right{
|
||||
display: none;
|
||||
width: 0;
|
||||
}
|
||||
.content{
|
||||
width: 100%;
|
||||
} */
|
||||
}
|
||||
.showAsideOptions{
|
||||
@media only screen and (min-width: 1140px) {
|
||||
.div-icon{
|
||||
display: none;
|
||||
}
|
||||
.content{
|
||||
width: 75%;
|
||||
border-right: 1px solid #d8d8d8;
|
||||
}
|
||||
|
||||
.aside-right{
|
||||
width: 25%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modal-width-100{
|
||||
.modal-wrapper{
|
||||
|
||||
Reference in New Issue
Block a user