Skip to content

Commit

Permalink
SHIBUI-1407 comparison highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Sep 6, 2019
1 parent 3259685 commit 530abb4
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
@import '../../../../theme/_palette';

:host /deep/ {
.bg-diff {
background: #FEE8E9;
position: relative;
&::before {
$size: 24px;
content: "\f06a";
font-family: 'FontAwesome';
text-align: center;
width: $size;
height: $size;
position: absolute;
left: -$size;
top: 0.5rem;
}
}
}

0 comments on commit 530abb4

Please sign in to comment.