Browse
For agents
About
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant
/
1.8.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant
v1.8.2
Switch version
2.3.2
2.3.1
2.3.0
2.2.8
2.2.7
trunk
1.10.0
1.10.1
1.10.2
1.10.3
1.10.4
1.10.5
1.11.0
1.11.1
1.11.2
1.6
1.7
1.8
1.8.1
1.8.2
1.8.3
1.9.0
1.9.1
1.9.10
1.9.11
All 60 releases
Overview
Code
merchant
/
assets
/
css
/
modules
/
wait-list
/
wait-list.min.css
wait-list.min.css
in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 1.8.2, at assets/css/modules/wait-list/wait-list.min.css
1 lines
1.5 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
merchant-wait-list
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
gap
:
15
px
;
-webkit-transition
:
ease
opacity
200
ms
;
transition
:
ease
opacity
200
ms
}
.
merchant-wait-list-success
{
color
:
green
}
.
merchant-wait-list-error
{
color
:
red
}
#
merchant-wait-list
p
{
font-weight
:
bold
;
margin
:
0
}
.
merchant-wait-list-email
label
{
display
:
none
}
#
merchant-wait-list
input
{
width
:
100
%
;
margin-bottom
:
5
px
}
#
merchant-wait-list
button
{
width
:
100
%
}
.
merchant-wait-list-container
{
position
:
relative
;
margin-bottom
:
1
rem
}
.
merchant-wait-list-container
.
merchant-loading
.
merchant-cover
{
visibility
:
visible
}
.
merchant-wait-list-container
.
merchant-loading
.
merchant-wait-list
{
opacity
:
.2
}
.
merchant-wait-list-container
.
merchant-loading
.
merchant-wait-list-loader
{
opacity
:
1
;
visibility
:
visible
}
.
merchant-wait-list-container
.
merchant-loading
button
:
focus
{
outline
:
none
}
.
merchant-wait-list-container
.
merchant-cover
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
visibility
:
hidden
;
position
:
absolute
;
height
:
100
%
;
width
:
100
%
;
opacity
:
.5
;
cursor
:
progress
}
.
merchant-wait-list-loader
{
position
:
absolute
;
z-index
:
2
;
display
:
block
;
font-size
:
26
px
;
-webkit-animation
:
merchant-fa-spin
.75
s
linear
infinite
;
animation
:
merchant-fa-spin
.75
s
linear
infinite
;
opacity
:
0
;
visibility
:
hidden
}
.
merchant-wait-list-loader
svg
{
width
:
1
em
;
height
:
1
em
;
fill
:
#
212121
}