Skip to content

Commit

Permalink
fix: 🐛 agencySelection is TeamAgency styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Spielmann committed Oct 16, 2020
1 parent 8d7f48b commit 2081d2e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/profile/scss/_profile.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +483,22 @@ $backBtnSize: 24px;
font-weight: $font-weight-bold;
}

&__name {
margin-bottom: $grid-base;
}

&__teamagency,
&__description {
font-size: $font-size-secondary;
line-height: $line-height-secondary;
margin: $grid-base 0 0;
margin-bottom: $grid-base;
color: $tertiary;
}

&__teamagency {
display: flex;
align-items: flex-end;
}
}

.select__wrapper {
Expand Down

0 comments on commit 2081d2e

Please sign in to comment.