|
|
@ -63,14 +63,14 @@
|
|
|
|
background-color: #1D1F20;
|
|
|
|
background-color: #1D1F20;
|
|
|
|
background-image: linear-gradient(145deg, #1D1F20, #404348);
|
|
|
|
background-image: linear-gradient(145deg, #1D1F20, #404348);
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a, button {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.chat-list {
|
|
|
|
.chat-list {
|
|
|
|
max-height: 100%;
|
|
|
|
max-height: 100%;
|
|
|
@ -190,16 +190,18 @@
|
|
|
|
margin: 10px 0;
|
|
|
|
margin: 10px 0;
|
|
|
|
list-style: none;
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a, button {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
padding: 10px 20px;
|
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
&:hover {
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.slideout-panel {
|
|
|
|
.slideout-panel {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|