mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Save
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user