71 lines
1.3 KiB
SCSS
71 lines
1.3 KiB
SCSS
|
|
#lobby-accordion {
|
|
& > .card {
|
|
overflow: visible;
|
|
}
|
|
|
|
.list-group-item {
|
|
border-radius: 0;
|
|
|
|
&:not(:last-child) {
|
|
border-bottom: 1px dashed #ddd;
|
|
}
|
|
|
|
// &:last-child {
|
|
// .group-content {
|
|
// &::before{
|
|
// content:none;
|
|
// }
|
|
// }
|
|
// }
|
|
}
|
|
.card-header {
|
|
.group-row:hover {
|
|
.group-content {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
}
|
|
.card-body {
|
|
.group-row {
|
|
&:hover {
|
|
}
|
|
|
|
&:active,
|
|
&.active {
|
|
}
|
|
|
|
.group-picture-container {
|
|
.group-picture {
|
|
// width: 3em;
|
|
// height: 3em;
|
|
}
|
|
}
|
|
|
|
.group-content {
|
|
.group-title-container {
|
|
.group-title {
|
|
font-size: 0.8rem;
|
|
.tavasi {
|
|
font-size: 0.7rem;
|
|
// margin-left: 0.3em;
|
|
}
|
|
}
|
|
.group-time {
|
|
font-size: 0.7rem;
|
|
}
|
|
}
|
|
|
|
.group-description-container {
|
|
.group-unread-indicator {
|
|
font-size: 0.7rem;
|
|
}
|
|
.group-description {
|
|
font-size: 0.7rem;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|