Skip to content

Commit

Permalink
Merge branch 'main' into fix/update-prefix-in-carbon-react
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Sep 23, 2021
2 parents 5fab3f4 + 36b25a4 commit 801ceee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/tile/_tile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@
}

.#{$prefix}--tile {
position: relative;
display: block;
min-width: 8rem;
min-height: 4rem;
padding: $carbon--spacing-05;
padding: $spacing-05;
background-color: $ui-01;
outline: 2px solid transparent;
outline-offset: -2px;
Expand Down Expand Up @@ -102,6 +101,7 @@
}

.#{$prefix}--tile--selectable {
position: relative;
padding-right: $carbon--spacing-09;
border: 1px solid transparent;
}
Expand Down

0 comments on commit 801ceee

Please sign in to comment.