UNPKG
yoda-common-boilerplate
Version:
latest (1.0.0)
1.0.0
Repository of all JCP reusable atoms, molecules and organisms
yoda-common-boilerplate
/
src
/
atoms
/
Image
/
Image.css
14 lines
(10 loc)
•
252 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.image-box-main
{
position
: relative;
/* height: 0; Commenting out this until we figure out the imageRatio issue fix */
overflow
: hidden;
/* background-color: #fafafa; light gray image placeholder */
&
img
{
top
:
0
;
left
:
0
; } }