Browse
For agents
About
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant
/
2.3.1
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant
v2.3.1
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
/
auto-external-links
/
admin
/
preview.css
assets/css/modules/auto-external-links/admin
preview.css
529 B
1 month ago
preview.min.css
381 B
1 month ago
preview.css
in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.3.1, at assets/css/modules/auto-external-links/admin/preview.css
28 lines
529 B
Raw
Download
Zip
View raw
1
/*
*
2
* Admin Preview
3
* Auto External Links
4
*
5
*/
6
.
merchant-module-page-preview-browser-top
{
7
display
:
none
;
8
}
9
10
.
merchant-module-page-preview-browser-inner
{
11
display
:
-webkit-box
;
12
display
:
-ms-flexbox
;
13
display
:
flex
;
14
-webkit-box-flex
:
0
;
15
-ms-flex-positive
:
0
;
16
flex-grow
:
0
;
17
-webkit-box-pack
:
center
;
18
-ms-flex-pack
:
center
;
19
justify-content
:
center
;
20
width
:
100
%
;
21
margin
:
auto
;
22
padding
:
30
px
25
px
25
px
;
23
}
24
25
.
mrc-auto-external-links-preview
img
{
26
width
:
100
%
;
27
max-width
:
450
px
;
28
}