Skip to content

Commit d431d13

Browse files
author
Anuj Rajak
committed
review comments
1 parent c6f1549 commit d431d13

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/global.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
width: 100%;
11+
height: 200px;
12+
background-color: var(--pf-global--Color--200);
13+
border-radius: var(--pf-global--BorderRadius--sm);
14+
display: flex;
15+
align-items: center;
16+
justify-content: center;
17+
color: var(--pf-global--Color--300);
18+
}

0 commit comments

Comments
 (0)