1089- styling update to Team Member cards

This commit is contained in:
Jonathan Bobel
2024-01-11 15:56:17 -05:00
parent 2c1c87b9b7
commit 27c74ca773
5 changed files with 28 additions and 18 deletions

View File

@@ -124,6 +124,7 @@ td.table-empty-message {
.button-flex-header {
flex-direction: column;
align-items: flex-start;
margin-bottom: units(2);
@include at-media(desktop) {
flex-direction: row;
display: flex;
@@ -141,10 +142,11 @@ td.table-empty-message {
.user-list {
display: inline-flex;
flex-wrap: wrap;
gap: units(2);
gap: units(4);
.user-list-item {
@include at-media(desktop) {
flex: 1 1 calc(50% - units(2));
flex-grow: 0;
}
flex: 1 1 calc(100% - units(2));
border: 1px solid color('gray-cool-10');