fixing bugs
This commit is contained in:
@@ -6623,3 +6623,30 @@ button#modal_close span {
|
||||
background-attachment: fixed;
|
||||
}
|
||||
/* website customer support chat end */
|
||||
|
||||
.main-banner .banner-card p {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.notifications h2 {
|
||||
font-size: 18px;
|
||||
background: #1b243d;
|
||||
color: #fff;
|
||||
padding: 5px 10px;
|
||||
border-top-left-radius: 5px;
|
||||
border-top-right-radius: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
.notifications .dropdown-menu.show {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ul#user_notification {
|
||||
height: 300px;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.notifications li.item {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@@ -1437,4 +1437,44 @@ label.error {
|
||||
}
|
||||
#kt_profile_details_view svg.svg-inline--fa.fa-download:hover {
|
||||
color: #c18948;
|
||||
}
|
||||
|
||||
.activ .accordion-item .accordion-button::after {
|
||||
transform: rotate(180deg);
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.activ .accordion-item .accordion-button.collapsed::after {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
.activ .accordion-button:not(.collapsed) {
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.activ .accordion-item:first-of-type .accordion-button:after {filter: brightness(0);}
|
||||
|
||||
.tabdiv {
|
||||
padding-bottom: 10px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
border-bottom: 1px solid #80808069;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.tabdiv label {
|
||||
box-sizing: border-box;
|
||||
padding: 6px;
|
||||
color: var(--labelColor);
|
||||
display: inline-block;
|
||||
width: 50%;
|
||||
line-height: 24px;
|
||||
}
|
||||
|
||||
.modal select.form-control.error {
|
||||
font-size: 13px;
|
||||
color: #8b8989;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
}
|
||||
@@ -595,7 +595,7 @@
|
||||
x-placement="bottom-start"
|
||||
style="position: absolute; transform: translate3d(0px, 34px, 0px); top: 0px; left: 0px; will-change: transform;">
|
||||
|
||||
|
||||
<h2>Notification</h2>
|
||||
<ul id="user_notification">
|
||||
@forelse(getAllNotifications() as $data)
|
||||
<li class="item list-item "
|
||||
|
||||
Reference in New Issue
Block a user