You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
1.2 KiB

6 months ago
#search {
outline: none;
border: none;
display: inline-block;
width: 300px;
}
.fa-search {
font-size: 20px;
padding: 10px;
margin-bottom: 3px;
padding-right: 20px;
}
.search-nav-item {
height: 40px;
}
.submenu:hover ul {
display: block;
}
.item .down-content {
padding-top: 30px;
position: relative;
z-index: 3;
background-color: #fff;
}
.cursor-pointer {
cursor: pointer;
}
/* chat */
/* .chat-online {
color: #34ce57
}
.chat-offline {
color: #e4606d
}
.chat-messages {
display: flex;
flex-direction: column;
max-height: 800px;
overflow-y: scroll
}
.chat-message-left,
.chat-message-right {
display: flex;
flex-shrink: 0
}
.chat-message-left {
margin-right: auto
}
.chat-message-right {
flex-direction: row-reverse;
margin-left: auto
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.border-top {
border-top: 1px solid #dee2e6 !important;
} */