Browse
For agents
About
Forumax – AI Powered Advanced Community Forum Plugin
/
1.2.7
Forumax – AI Powered Advanced Community Forum Plugin
v1.2.7
Switch version
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
trunk
1.0.8
1.1.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
1.3.1
1.3.2
1.3.3
1.4.0
1.4.1
2.0.0
2.1.0
All 29 releases
Overview
Code
bbp-core
/
includes
/
fs
/
assets
/
css
/
admin
/
checkout.css
checkout.css
in Forumax – AI Powered Advanced Community Forum Plugin 1.2.7, at includes/fs/assets/css/admin/checkout.css
1 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
.
fs-ajax-loader
{
height
:
20
px
;
margin
:
auto
;
position
:
relative
;
width
:
170
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar
{
animation-direction
:
normal
;
animation-duration
:
1.5
s
;
animation-iteration-count
:
infinite
;
animation-name
:
bounce_ajaxLoader
;
background-color
:
#
fff
;
height
:
20
px
;
position
:
absolute
;
top
:
0
;
transform
:
scale
(
.3
)
;
width
:
20
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-1
{
animation-delay
:
.6
s
;
left
:
0
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-2
{
animation-delay
:
.75
s
;
left
:
19
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-3
{
animation-delay
:
.9
s
;
left
:
38
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-4
{
animation-delay
:
1.05
s
;
left
:
57
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-5
{
animation-delay
:
1.2
s
;
left
:
76
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-6
{
animation-delay
:
1.35
s
;
left
:
95
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-7
{
animation-delay
:
1.5
s
;
left
:
114
px
}
.
fs-ajax-loader
.
fs-ajax-loader-bar-8
{
animation-delay
:
1.65
s
;
left
:
133
px
}
@
keyframes
bounce_ajaxLoader
{
0%
{
background-color
:
#
0074a3
;
transform
:
scale
(
1
)
}
to
{
background-color
:
#
fff
;
transform
:
scale
(
.3
)
}
}
@
media
screen
and
(
max-width
:
782
px
)
{
#
wpbody-content
{
padding-bottom
:
0
!important
}
}
.
fs-checkout-process-redirect
{
padding
:
40
px
;
text-align
:
center
}