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:
dandds
2019-05-01 10:33:30 -04:00
parent 5a23ca7abe
commit 4cde4d88d1
5 changed files with 38 additions and 5 deletions

View File

@@ -46,3 +46,11 @@
@content;
}
}
.green {
color: $color-green;
}
.user-permission {
font-weight: $font-normal;
}