Commit dd78e271 by Frances Botsford Committed by Daniel Friedman

adjusting team card profile pic styles

parent 0e180bd2
...@@ -264,8 +264,7 @@ ...@@ -264,8 +264,7 @@
color: $gray; color: $gray;
.meta-detail { .meta-detail {
margin-top: ($baseline/4); @include margin(($baseline/4) ($baseline*.75) ($baseline/4) 0);
@include margin-right ($baseline*.75);
color: $gray-d1; color: $gray-d1;
abbr { abbr {
...@@ -278,19 +277,27 @@ ...@@ -278,19 +277,27 @@
} }
} }
.member-count {
display: inline-block;
vertical-align: middle;
@include margin-right($baseline/4);
}
.list-member-thumbs { .list-member-thumbs {
@extend %ui-no-list; @extend %ui-no-list;
display: inline-block; display: inline-block;
vertical-align: text-bottom; vertical-align: middle;
.item-member-thumb { .item-member-thumb {
display: inline-block; display: inline-block;
margin: 0 ($baseline/4);
} }
img { img {
width: $baseline; width: $baseline;
height: $baseline; height: $baseline;
margin: 0 ($baseline/4); border-radius: ($baseline/5);
border: 1px solid $gray-l4;
} }
} }
} }
...@@ -331,6 +338,7 @@ ...@@ -331,6 +338,7 @@
.meta-detail { .meta-detail {
display: inline-block; display: inline-block;
vertical-align: middle;
} }
.team-activity { .team-activity {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment