mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 07:33:50 +00:00
improve concernedGroups in Activity list
TODO refund concernedGroups for better flexibility
This commit is contained in:
@@ -29,8 +29,10 @@
|
||||
|
||||
// specific chill badge for persons
|
||||
span.badge-person {
|
||||
display: inline-block;
|
||||
padding: 0 0.5em !important;
|
||||
background-color: $white;
|
||||
color: $dark;
|
||||
border: 1px solid $chill-ll-gray;
|
||||
border-bottom: 2px solid $chill-green;
|
||||
border-radius: 6px;
|
||||
|
@@ -51,6 +51,7 @@
|
||||
class="btn btn-remove"
|
||||
@click="removeAddress"
|
||||
:title="$t('courselocation.remove_button')">
|
||||
{{ $t('action.remove') }}
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user