diff --git a/styles/components/_accordion_table.scss b/styles/components/_accordion_table.scss index ecb37d83..ce602ebf 100644 --- a/styles/components/_accordion_table.scss +++ b/styles/components/_accordion_table.scss @@ -150,5 +150,9 @@ flex-grow: 1; flex-basis: 0; } + + .accordion-table__item__toggler { + text-align: right; + } } } diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 5a8f123f..da78eddb 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -227,10 +227,6 @@ } } - .green { - color: $color-green; - } - .name { font-weight: bold; diff --git a/styles/core/_util.scss b/styles/core/_util.scss index cb508813..06ce6d74 100644 --- a/styles/core/_util.scss +++ b/styles/core/_util.scss @@ -46,3 +46,11 @@ @content; } } + +.green { + color: $color-green; +} + +.user-permission { + font-weight: $font-normal; +} diff --git a/templates/portfolios/applications/team.html b/templates/portfolios/applications/team.html index d8e70ffd..89443b3e 100644 --- a/templates/portfolios/applications/team.html +++ b/templates/portfolios/applications/team.html @@ -46,7 +46,7 @@