diff --git a/src/assets/Poweredby_100px-White_VertText.png b/src/assets/Poweredby_100px-White_VertText.png new file mode 100644 index 00000000..629da475 Binary files /dev/null and b/src/assets/Poweredby_100px-White_VertText.png differ diff --git a/src/styles/Card.scss b/src/styles/Card.scss index 9369a652..41cd8d01 100644 --- a/src/styles/Card.scss +++ b/src/styles/Card.scss @@ -88,3 +88,11 @@ filter: invert(100%); } } + +.str-chat__message-attachment-card.str-chat__message-attachment-card--giphy { + .str-chat__message-attachment-card--content { + background-image: url('#{$assetsPath}/Poweredby_100px-White_VertText.png'); + background-position: right var(--border-radius) bottom var(--border-radius); + background-repeat: no-repeat; + } +}