Style updates to portfolio team page:
- right align environment toggle - fix environment toggle text, add caret icons - display user permissions correctly
This commit is contained in:
@@ -150,5 +150,9 @@
|
||||
flex-grow: 1;
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
.accordion-table__item__toggler {
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -227,10 +227,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.green {
|
||||
color: $color-green;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-weight: bold;
|
||||
|
||||
|
@@ -46,3 +46,11 @@
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
.green {
|
||||
color: $color-green;
|
||||
}
|
||||
|
||||
.user-permission {
|
||||
font-weight: $font-normal;
|
||||
}
|
||||
|
Reference in New Issue
Block a user