Browse
For agents
About
Themify Builder
/
7.6.3
Themify Builder
v7.6.3
Switch version
7.8.1
7.8.0
7.7.9
7.7.8
7.7.7
7.7.6
7.7.5
7.7.4
7.7.3
7.7.2
trunk
7.6.0
7.6.1
7.6.2
7.6.3
7.6.4
7.6.5
7.6.6
7.6.7
7.6.8
7.6.9
7.7.0
7.7.1
Overview
Code
themify-builder
/
css
/
modules
/
frames.css
frames.css
in Themify Builder 7.6.3, at css/modules/frames.css
1 lines
775 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
tb_row_frame
{
background-size
:
100
%
100
%
;
contain
:
strict
;
line-height
:
0
}
span
.
tb_row_frame
{
display
:
block
}
.
tb_row_frame_wrap
{
direction
:
ltr
;
inset-block
:
-1
px
;
pointer-events
:
none
}
span
:
is
(
.
tb_row_frame_bottom
,
.
tb_row_frame_top
)
{
border-top-left-radius
:
inherit
;
border-top-right-radius
:
inherit
;
height
:
150
px
;
inset-block-start
:
0
}
span
.
tb_row_frame_bottom
{
inset-block
:
auto
0
}
span
:
is
(
.
tb_row_frame_left
,
.
tb_row_frame_right
)
{
border-bottom-left-radius
:
inherit
;
border-top-left-radius
:
inherit
;
inset-inline-start
:
-1
px
;
width
:
150
px
}
span
.
tb_row_frame_right
{
inset-inline
:
auto
-1
px
}
.
tb_row_frame
.
in_front
{
z-index
:
1
}
.
module_row
>
.
tb_row_frame_wrap
>
.
in_front
{
z-index
:
2
}
@
keyframes
tb_frame_horizontal
{
0%
{
translate
:
-50
%
0
}
to
{
translate
:
0
0
}
}
@
keyframes
tb_frame_vertical
{
0%
{
translate
:
0
-50
%
}
to
{
translate
:
0
0
}
}