Some work on issue #43
This commit is contained in:
parent
d645a129ef
commit
e71f833134
3 changed files with 111 additions and 13 deletions
|
|
@ -3,6 +3,27 @@
|
|||
$admin-bg: black;
|
||||
$admin-fg: white;
|
||||
|
||||
.home {
|
||||
.v-card {
|
||||
background-color: white;
|
||||
box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25) !important;
|
||||
border-radius: 18px;
|
||||
padding-bottom: 10px;
|
||||
.v-item-group > div:not(:last-of-type):after {
|
||||
/* divider */
|
||||
position: absolute;
|
||||
content: " ";
|
||||
display: block;
|
||||
bottom: 0px;
|
||||
height: 1px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
min-height: 1px;
|
||||
background-color: #e1e1e1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.chat-header {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -975,6 +996,10 @@ $admin-fg: white;
|
|||
padding-top: 10px;
|
||||
}
|
||||
|
||||
.avatar-22 {
|
||||
font-size: 14 * $chat-text-size !important;
|
||||
}
|
||||
|
||||
.avatar-32 {
|
||||
font-size: 18 * $chat-text-size !important;
|
||||
}
|
||||
|
|
@ -984,7 +1009,8 @@ $admin-fg: white;
|
|||
}
|
||||
|
||||
.avatar-32.clickable,
|
||||
.avatar-48.clickable {
|
||||
.avatar-48.clickable,
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
opacity: 0.7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue