style group-message view for tablet/desktop

This commit is contained in:
tiago.kayaya
2021-03-15 10:42:19 +01:00
parent 738b376285
commit 22c8951c0f
9 changed files with 99 additions and 91 deletions
+17
View File
@@ -397,4 +397,21 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
.gabinete-digital-mobile-modal-to-Desktop{
border-top-right-radius: 27px;
}
/* Breakpoints */
._xs{
width: 100%;
}
._sm{
width: 540px;
}
._md{
width: 720px;
}
._lg{
width: 960px;
}
._xl{
width: 1140px;
}