We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f1549 commit d431d13Copy full SHA for d431d13
src/global.css
@@ -0,0 +1,18 @@
1
+/* Image Component Styles */
2
+.image-component-img {
3
+ width: 100%;
4
+ height: auto;
5
+ border-radius: var(--pf-global--BorderRadius--sm);
6
+ object-fit: cover;
7
+}
8
+
9
+.image-component-placeholder {
10
11
+ height: 200px;
12
+ background-color: var(--pf-global--Color--200);
13
14
+ display: flex;
15
+ align-items: center;
16
+ justify-content: center;
17
+ color: var(--pf-global--Color--300);
18
0 commit comments