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:
committed by
gaelle morin
parent
92840cf8ff
commit
65c6b77fbc
@ -4,4 +4,4 @@
|
||||
@import 'howto';
|
||||
@import 'sidebar';
|
||||
@import 'skills';
|
||||
@import 'user-role';
|
||||
@import 'tags';
|
19
src/styles/components/tags.scss
Normal file
19
src/styles/components/tags.scss
Normal 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;
|
||||
}
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user