Skip to content

Commit 507e99b

Browse files
authored
Merge pull request #12 from GetStream/giphy-bg-image
feat(): move giphy watermark image to CSS
2 parents 677135d + 6ef0a7b commit 507e99b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

1.45 KB
Loading

src/styles/Card.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,11 @@
8888
filter: invert(100%);
8989
}
9090
}
91+
92+
.str-chat__message-attachment-card.str-chat__message-attachment-card--giphy {
93+
.str-chat__message-attachment-card--content {
94+
background-image: url('#{$assetsPath}/Poweredby_100px-White_VertText.png');
95+
background-position: right var(--border-radius) bottom var(--border-radius);
96+
background-repeat: no-repeat;
97+
}
98+
}

0 commit comments

Comments
 (0)