feature: admin of a circle displayed

- CSS added
- architecture reworked
- new field 'is-admin' used
- members field used instead of team field.
This commit is contained in:
Calum Mackervoy
2019-11-21 20:45:57 +01:00
committed by gaelle morin
parent 92840cf8ff
commit 65c6b77fbc
12 changed files with 108 additions and 97 deletions

View File

@ -4,4 +4,4 @@
@import 'howto';
@import 'sidebar';
@import 'skills';
@import 'user-role';
@import 'tags';

View File

@ -0,0 +1,19 @@
%tag-role {
border: 1px solid $color-45-95-54;
border-radius: 3px;
color: $color-210-4-50;
font-size: 1.4rem;
font-weight: 400;
margin-right: 0.6rem;
padding: 0.2rem 0.98rem;
}
%tag-admin {
border: 1px solid $color-244-73-62;
border-radius: 3px;
color: $color-244-73-62;
font-size: 1.4rem;
font-weight: 400;
margin-left: 0.6rem;
padding: 0.3rem 0.98rem;
}

View File

@ -1,9 +0,0 @@
%user-role {
border: 1px solid $color-45-95-54;
border-radius: 3px;
color: $color-210-4-50;
font-size: 1.4rem;
font-weight: 400;
margin-right: 0.4rem;
padding: 0.2rem 0.98rem;
}