mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Style for popover in chat finished
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user