Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
fix(team-component): screw it, use pt
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Nov 17, 2020
1 parent 1e6e4b3 commit 1247569
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/team/team.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ app-team, .bl-team {
display: inline-block;
border: 0.15em solid black;
border-radius: 2em;
height: 2.25em;
height: 2em;
padding: 0.25em 0.5em;
vertical-align: middle;
margin: 0 0.5em 0.25em 0.5em;
font-size: 9pt;
line-height: 9pt;
}

.ion-no-margin app-team, .ion-no-margin .bl-team {
Expand All @@ -27,8 +29,10 @@ app-team, .bl-team {
}

.bl-team-emoji {
font-size: 125%;
line-height: 125%;
/*
font-size: 110%;
line-height: 110%;
*/
vertical-align: middle;

&.home {
Expand Down

0 comments on commit 1247569

Please sign in to comment.