Browse
For agents
About
WPIDE – File Manager & Code Editor
/
3.5.9
WPIDE – File Manager & Code Editor
v3.5.9
Switch version
3.5.9
3.5.8
3.5.7
2.0.14
2.0.15
2.0.16
2.0.2
2.0.4
2.0.5
2.0.6
2.0.7
2.0.8
2.0.9
2.1
2.2
2.3
2.3.1
2.3.2
2.4.0
2.5
2.6
3.0
3.1
3.2
3.3
All 55 releases
Overview
Code
wpide
/
freemius
/
assets
/
css
/
admin
/
checkout.css
checkout.css
in WPIDE – File Manager & Code Editor 3.5.9, at freemius/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
}