PluginProbe
Commerce7 for WordPress / trunk
Commerce7 for WordPress vtrunk
1.8.1 1.8.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.3 1.2.0 1.2.1 1.2.2 1.2.3 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.3.4 1.3.5 1.4.0 1.4.1 All 37 releases
wp-commerce7 / includes / gutenberg / blocks / default / c7wp-default.css

c7wp-default.css in Commerce7 for WordPress trunk, at includes/gutenberg/blocks/default/c7wp-default.css

37 lines 790 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-block-c7wp-default {
2 overflow: hidden;
3 z-index: 1;
4 }
5 .wp-block-c7wp-default > div {
6 max-width: 100%;
7 }
8 .wp-block-c7wp-default strong {
9 margin-bottom: 1rem;
10 display: block;
11 }
12
13 .wp-block-c7wp-default label {
14 display: block;
15 }
16 .wp-block-c7wp-default input {
17 max-width: 100%;
18 margin-top: 0.5rem;
19 display: block;
20 }
21 .wp-block-c7wp-default::before {
22 content: '';
23 width: 200px;
24 height: 200px;
25 max-width: 100%;
26 max-height: 100%;
27 position: absolute;
28 top: 0;
29 right: 0;
30 background-image: url('../../../../assets/c7bg.svg');
31 background-size: contain;
32 background-repeat: no-repeat;
33 background-position: center right;
34 opacity: 0.05;
35 pointer-events: none;
36 z-index: -1;
37 }