diff --git a/public/css/app.css b/public/css/app.css index b1338d29e..1d98bee48 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -53470,6 +53470,27 @@ table thead a:hover{ visibility: visible; opacity: 1; } +.notifications-menu ul li a { + border-bottom: 1px solid; + } +.avatar-attachment{ + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); + background-color: #adb5bd; + border-radius: .375rem; + font-size: 1rem; + height: 45px; + width: 45px; +} /* index */ diff --git a/resources/assets/js/components/AkauntingDropzoneFileUpload.vue b/resources/assets/js/components/AkauntingDropzoneFileUpload.vue index 27128d909..3c7d6b76f 100644 --- a/resources/assets/js/components/AkauntingDropzoneFileUpload.vue +++ b/resources/assets/js/components/AkauntingDropzoneFileUpload.vue @@ -20,7 +20,7 @@