file preview edited

This commit is contained in:
Burak Civan
2022-11-16 17:49:40 +03:00
parent 39b8dff371
commit 6d7e614464
4 changed files with 77 additions and 37 deletions

View File

@@ -46,6 +46,19 @@
.tabs-link:hover::before {
@apply opacity-100 visible;
}
.notifications-menu ul li a {
border-bottom: 1px solid;
}
.avatar-attachment {
@apply text-white inline-flex items-center justify-center;
background-color: #adb5bd;
border-radius: .375rem;
font-size: 1rem;
height: 45px;
width: 45px;
}
/* index */
}