style events to approve details view

This commit is contained in:
tiago.kayaya
2021-03-25 15:46:43 +01:00
parent 314400e04d
commit a29a25d7cc
8 changed files with 281 additions and 156 deletions
+37
View File
@@ -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{