diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 1255603..84ec322 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -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; +} diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 745ab4b..7cedb93 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -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; } \ No newline at end of file diff --git a/resources/views/Frontend/menu-after-lg.blade.php b/resources/views/Frontend/menu-after-lg.blade.php index acceee3..30f5478 100644 --- a/resources/views/Frontend/menu-after-lg.blade.php +++ b/resources/views/Frontend/menu-after-lg.blade.php @@ -595,7 +595,7 @@ x-placement="bottom-start" style="position: absolute; transform: translate3d(0px, 34px, 0px); top: 0px; left: 0px; will-change: transform;"> - +

Notification