Browse
For agents
About
Hello Plus
/
1.4.0
Hello Plus
v1.4.0
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.2.0
1.2.1
1.3.0
1.4.0
1.4.1
1.5.0
1.5.1
1.5.2
1.5.3
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
All 30 releases
Overview
Code
hello-plus
/
build
/
css
/
helloplus-image.css
helloplus-image.css
in Hello Plus 1.4.0, at build/css/helloplus-image.css
2 lines
1.1 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
ehp-image
{
--ehp-image-height
:
100
%
;
--ehp-image-min-height
:
0
;
--ehp-image-position
:
center
;
--ehp-image-width
:
100
%
;
--ehp-image-border-color
:
#
54595f
;
--ehp-image-border-width
:
0
;
--ehp-image-border-radius-block-end
:
8
px
;
--ehp-image-border-radius-block-start
:
8
px
;
--ehp-image-border-radius-inline-end
:
8
px
;
--ehp-image-border-radius-inline-start
:
8
px
;
align-items
:
center
;
display
:
flex
;
justify-content
:
center
;
z-index
:
2
}
.
elementor
.
ehp-image
img
{
height
:
var
(
--ehp-image-height
)
;
min-height
:
var
(
--ehp-image-min-height
)
;
-o-object-fit
:
cover
;
object-fit
:
cover
;
-o-object-position
:
var
(
--ehp-image-position
)
;
object-position
:
var
(
--ehp-image-position
)
;
width
:
var
(
--ehp-image-width
)
}
.
elementor
.
ehp-image
img
.
has-shape-custom
{
--ehp-shapes-border-radius-block-end
:
var
(
--ehp-image-border-radius-block-end
)
;
--ehp-shapes-border-radius-block-start
:
var
(
--ehp-image-border-radius-block-start
)
;
--ehp-shapes-border-radius-inline-end
:
var
(
--ehp-image-border-radius-inline-end
)
;
--ehp-shapes-border-radius-inline-start
:
var
(
--ehp-image-border-radius-inline-start
)
}
.
elementor
.
ehp-image
img
.
has-border
{
border-color
:
var
(
--ehp-image-border-color
)
;
border-style
:
solid
;
border-width
:
var
(
--ehp-image-border-width
)
}
2