Browse
For agents
About
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant
/
2.3.2
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant
v2.3.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
/
wishlist
/
admin
/
preview.css
preview.css
in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.2, at assets/css/modules/wishlist/admin/preview.css
32 lines
625 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* Admin Preview
3
* Wishlist
4
*
5
*/
6
.
merchant-flexible-content-control
[
data-id
=
sharing_links
]
.
layout
.
layout-actions-no_accordion
{
7
top
:
10
px
;
8
right
:
20
px
;
9
}
10
11
.
merchant-module-page-preview-browser-inner
{
12
display
:
-webkit-box
;
13
display
:
-ms-flexbox
;
14
display
:
flex
;
15
-webkit-box-flex
:
0
;
16
-ms-flex-positive
:
0
;
17
flex-grow
:
0
;
18
max-width
:
300
px
;
19
width
:
100
%
;
20
margin
:
auto
;
21
padding
:
35
px
25
px
;
22
}
23
24
.
merchant-wishlist-product-preview
{
25
width
:
100
%
;
26
}
27
.
merchant-wishlist-product-preview
.
image-wrapper
{
28
position
:
relative
;
29
height
:
11
vw
;
30
max-height
:
220
px
;
31
background-color
:
#
f5f5f5
;
32
}