# wp-commerce7/trunk/includes/gutenberg/blocks/default/c7wp-default.css

Commerce7 for WordPress, version trunk. 37 lines.

- Page: https://pluginprobe.com/plugins/wp-commerce7/trunk/code/includes/gutenberg/blocks/default/c7wp-default.css
- Raw: https://pluginprobe.com/plugins/wp-commerce7/trunk/raw/includes/gutenberg/blocks/default/c7wp-default.css
- Modified: 2021-05-12T16:42:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-commerce7/trunk/code/includes/gutenberg/blocks/default/c7wp-default.css#L10-L20`.

```css
.wp-block-c7wp-default {
    overflow: hidden;
    z-index: 1;
}
.wp-block-c7wp-default > div {
    max-width: 100%;
}
.wp-block-c7wp-default strong {
    margin-bottom: 1rem;
    display: block;
}

.wp-block-c7wp-default label {
    display: block;
}
.wp-block-c7wp-default input {
    max-width: 100%;
    margin-top: 0.5rem;
    display: block;
}
.wp-block-c7wp-default::before {
    content: '';
    width: 200px;
    height: 200px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../../../../assets/c7bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    opacity: 0.05;
    pointer-events: none;
    z-index: -1;
}
```
