This commit is contained in:
tiago.kayaya
2020-12-28 10:11:00 +01:00
parent eabccde7a2
commit 6fe09821e4
25 changed files with 445 additions and 12 deletions
+15 -4
View File
@@ -263,7 +263,7 @@
padding: 25px;
background: rgba(51, 51, 51, 0.3);
}
.newchat, .new-group, .contacts{
.newchat, .new-group, .contacts, .group-messages, .custom-modal{
padding-top: 73px;
--border-radius: 25px 25px 0 0;
--border-width:0px;
@@ -271,6 +271,17 @@
.capitalizeText{
text-transform: capitalize;
}
//POPOVER
.chat-popover .popover-content {
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 160px) !important;
max-height: 160px;
min-height: 160px;
}
/* .event-actions-popover ion-list{
} */
.Rectangle {
@@ -381,7 +392,7 @@
.btn-ok-no-width{
height: 45px !important;
margin: 0 auto;
padding: 10px 15px;
padding:0 !important;
border-radius: 22.5px;
background-color: #42b9fe;
color: #ffffff !important;
@@ -390,7 +401,7 @@
width: 170px !important;
height: 45px !important;
margin: 0 auto;
padding: 10px 15px;
padding:0 !important;
border-radius: 22.5px;
background-color: #ffe0e0;
color: #d30a0a !important;
@@ -399,7 +410,7 @@
width: 160px !important;
height: 45px !important;
margin: 0 auto;
padding: 10px 15px;
padding:0 !important;
border-radius: 22.5px;
background-color: #e0e9ee;
color: #061b52 !important;