21 lines
318 B
SCSS
21 lines
318 B
SCSS
.card-group {
|
|
width: 100%;
|
|
|
|
div {
|
|
span.badge {
|
|
width: fit-content;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 991px) {
|
|
.group-list {
|
|
li {
|
|
border-bottom: 1px solid $gray;
|
|
|
|
&:last-child {
|
|
border: none;
|
|
}
|
|
}
|
|
}
|
|
}
|