Browse
For agents
About
Bricksable for Bricks Builder
/
1.4.32
Bricksable for Bricks Builder
v1.4.32
Switch version
1.2.9
1.3.0
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.4.3
1.4.31
1.4.32
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
All 132 releases
Overview
Code
bricksable
/
assets
/
css
/
floating
/
style.min.css
style.min.css
in Bricksable for Bricks Builder 1.4.32, at assets/css/floating/style.min.css
1 lines
2.2 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
bricks-element-ba-floating
.
repeater-item
.
content-wrapper
.
title-wrapper
:
before
,
.
bricks-element-ba-floating
.
repeater-item
.
content-wrapper
.
title
:
before
{
content
:
none
}
.
bricks-element-ba-floating
.
ba-floating-wrapper
{
position
:
relative
}
.
bricks-element-ba-floating
.
ba-floating-item
{
position
:
absolute
;
display
:
-webkit-box
;
display
:
-webkit-flex
;
display
:
-moz-box
;
display
:
-ms-flexbox
;
display
:
flex
;
width
:
100
%
;
flex-direction
:
column
}
.
bricks-element-ba-floating
a
{
display
:
inline-block
}
.
bricks-element-ba-floating
.
content-wrapper
.
title-wrapper
{
z-index
:
1
}
.
bricks-element-ba-floating
.
content-wrapper
.
title-wrapper
.
title
{
margin
:
0
}
.
bricks-element-ba-floating
.
content-wrapper
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
height
:
100
%
;
width
:
100
%
}
.
ba-floating-image-title
.
content-wrapper
{
position
:
absolute
}
.
ba-floating-no-image
.
content-wrapper
{
position
:
initial
}
.
bricks-element-ba-floating
.
ba-floating-animation-vertical
.
ba-floating-item
{
animation-duration
:
6
s
;
animation-name
:
ba-float-vertical
;
animation-iteration-count
:
infinite
;
animation-timing-function
:
ease-in-out
}
.
bricks-element-ba-floating
.
ba-floating-animation-horizontal
.
ba-floating-item
{
animation-duration
:
6
s
;
animation-name
:
ba-float-horizontal
;
animation-iteration-count
:
infinite
;
animation-timing-function
:
ease-in-out
}
@
keyframes
ba-float-vertical
{
0%
{
transform
:
translatey
(
0
)
;
-webkit-transform
:
translatey
(
0
)
;
-moz-transform
:
translatey
(
0
)
;
-ms-transform
:
translatey
(
0
)
;
-o-transform
:
translatey
(
0
)
}
50%
{
transform
:
translatey
(
-20
px
)
;
-webkit-transform
:
translatey
(
-20
px
)
;
-moz-transform
:
translatey
(
-20
px
)
;
-ms-transform
:
translatey
(
-20
px
)
;
-o-transform
:
translatey
(
-20
px
)
}
100%
{
transform
:
translatey
(
0
)
;
-webkit-transform
:
translatey
(
0
)
;
-moz-transform
:
translatey
(
0
)
;
-ms-transform
:
translatey
(
0
)
;
-o-transform
:
translatey
(
0
)
}
}
@
keyframes
ba-float-horizontal
{
0%
{
transform
:
translatex
(
0
)
;
-webkit-transform
:
translatex
(
0
)
;
-moz-transform
:
translatex
(
0
)
;
-ms-transform
:
translatex
(
0
)
;
-o-transform
:
translatex
(
0
)
}
50%
{
transform
:
translatex
(
-20
px
)
;
-webkit-transform
:
translatex
(
-20
px
)
;
-moz-transform
:
translatex
(
-20
px
)
;
-ms-transform
:
translatex
(
-20
px
)
;
-o-transform
:
translatex
(
-20
px
)
}
100%
{
transform
:
translatex
(
0
)
;
-webkit-transform
:
translatex
(
0
)
;
-moz-transform
:
translatex
(
0
)
;
-ms-transform
:
translatex
(
0
)
;
-o-transform
:
translatex
(
0
)
}
}