Skip to content

Commit

Permalink
amends #62
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Dec 7, 2017
1 parent 3b17aee commit 4baad95
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/stylesheets/_pcp.shame.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@
}
}

.pcp-mapping .fsa-content-tabs__item:nth-last-child(n+18),
.pcp-mapping .fsa-content-tabs__item:nth-last-child(n+18) ~ .fsa-content-tabs__item {
.fsa-content-tabs__label {
@include font-size(1);
}
}

.pcp-mapping .fsa-content-tabs__item:nth-last-child(n+21),
.pcp-mapping .fsa-content-tabs__item:nth-last-child(n+21) ~ .fsa-content-tabs__item {
.fsa-content-tabs__label {
@include font-size(0);
}
}

.sr-only {
@include sr-only();
}
Expand Down

0 comments on commit 4baad95

Please sign in to comment.