Style for popover in chat finished

This commit is contained in:
tiago.kayaya
2020-12-29 12:40:19 +01:00
parent 2ea9fc58e5
commit 0b4bef8eca
21 changed files with 374 additions and 73 deletions
+17 -6
View File
@@ -281,6 +281,15 @@
max-height: 160px;
min-height: 160px;
}
.chat-options-popover .popover-content{
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 210px) !important;
max-height: 210px;
min-height: 210px;
}
/* .event-actions-popover ion-list{
} */
@@ -381,10 +390,10 @@
--background: #fff;
}
.btn-ok{
width: 160px !important;
width: 170px !important;
height: 45px !important;
margin: 0 auto;
padding: 10px 15px;
margin: 0 auto !important;
padding:0 !important;
border-radius: 22.5px;
background-color: #42b9fe;
color: #ffffff !important;
@@ -398,22 +407,24 @@
color: #ffffff !important;
}
.btn-delete{
display: block;
width: 170px !important;
height: 45px !important;
margin: 0 auto;
margin: 0 auto !important;
padding:0 !important;
border-radius: 22.5px;
background-color: #ffe0e0;
color: #d30a0a !important;
}
.btn-cancel{
width: 160px !important;
display: block;
width: 170px !important;
height: 45px !important;
margin: 0 auto;
padding:0 !important;
border-radius: 22.5px;
background-color: #e0e9ee;
color: #061b52 !important;
margin: 0 auto !important;
}
.bg-blue{
--background:#0782c9;