diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 1bbc799..2a4a855 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -1816,6 +1816,19 @@ p.brown-text { border-radius: 0.25rem; box-shadow: 1px 1px 6px 0px #9f9696; display: none; + overflow-y: scroll; + height: 465px; +} +.notification-drop .item-noti .notification::-webkit-scrollbar-thumb { + background: #aba9a3; + border-radius: 5px; +} +.notification-drop .item-noti .notification::-webkit-scrollbar-track { + border-radius: 5px; +} +.notification-drop .item-noti .notification::-webkit-scrollbar { + width: 5px; + height: 50px; } li.item.list-item:nth-child(odd) { diff --git a/public/assets/css/FrontendCss/style2.css b/public/assets/css/FrontendCss/style2.css index 2b7e468..92087aa 100644 --- a/public/assets/css/FrontendCss/style2.css +++ b/public/assets/css/FrontendCss/style2.css @@ -146,7 +146,7 @@ button.accordion-button.collapsed:focus { } .Secondary h2 { - font-size: 26px; + font-size: 22px; font-weight: bold; text-align: center; } @@ -433,7 +433,7 @@ a.golden-btn { font-size: 18px; } .insight-card a { - background: #143C6D; + background: #c18948; padding: 10px 15px; font-size: 13px; border-radius: 5px; diff --git a/resources/views/Admin/personal-dashboard.blade.php b/resources/views/Admin/personal-dashboard.blade.php index 4c8c5ef..a0b0562 100644 --- a/resources/views/Admin/personal-dashboard.blade.php +++ b/resources/views/Admin/personal-dashboard.blade.php @@ -53,7 +53,7 @@
-