We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 677135d + 6ef0a7b commit 507e99bCopy full SHA for 507e99b
2 files changed
src/assets/Poweredby_100px-White_VertText.png
1.45 KB
src/styles/Card.scss
@@ -88,3 +88,11 @@
88
filter: invert(100%);
89
}
90
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