Skip to content

Commit

Permalink
fix: resource tile style bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoseph committed May 13, 2019
1 parent 36f14ab commit 525429e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.#{$prefix}--resource-card .#{$prefix}--tile {
background: $ui-background;
height: 100%;
padding: $spacing-05;
padding: $spacing-05 25% $spacing-05 $spacing-05;
position: relative;
transition: background $duration--fast-01;
text-decoration: none;
Expand All @@ -18,7 +18,8 @@
}

.#{$prefix}--resource-card__subtitle {
@include carbon--type-style('body-short-02');
@include carbon--type-style('body-heading-01');
font-weight: 400;
text-decoration: none;
color: $text-01;
}
Expand Down

0 comments on commit 525429e

Please sign in to comment.