mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Adjust ds-chips background color on group teaser and group profile
This commit is contained in:
parent
ecff8476cf
commit
e719ae23c9
@ -95,7 +95,11 @@ span.slug {
|
||||
|
||||
/* chips on group teaser */
|
||||
a.group-teaser footer .ds-chip-primary {
|
||||
background-color: #6e8b87;
|
||||
background-color: $color-primary;
|
||||
}
|
||||
/* chips on group profile */
|
||||
.group-profile .ds-chip-primary {
|
||||
background-color: $color-primary;
|
||||
}
|
||||
|
||||
/* number count color */
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-if="isGroupVisible">
|
||||
<div class="group-profile" v-if="isGroupVisible">
|
||||
<ds-space />
|
||||
<ds-flex v-if="group" :width="{ base: '100%' }" gutter="base">
|
||||
<ds-flex-item :width="{ base: '100%', sm: 2, md: 2, lg: 1 }">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user