diff options
author | Zach van Rijn <me@zv.io> | 2021-07-21 14:54:07 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-21 14:54:07 -0500 |
commit | 9d4123cee1867ee7199b06bdc92d40611f547ecc (patch) | |
tree | 6d864e2725242863afed1f8ba12d9c7a9bc63a69 /assets/css/unminified/compatibility/contact-form-7-main-rtl.css | |
download | blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.gz blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.bz2 blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.tar.xz blog-ng-9d4123cee1867ee7199b06bdc92d40611f547ecc.zip |
Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/.
Diffstat (limited to 'assets/css/unminified/compatibility/contact-form-7-main-rtl.css')
-rw-r--r-- | assets/css/unminified/compatibility/contact-form-7-main-rtl.css | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/assets/css/unminified/compatibility/contact-form-7-main-rtl.css b/assets/css/unminified/compatibility/contact-form-7-main-rtl.css new file mode 100644 index 0000000..496592e --- /dev/null +++ b/assets/css/unminified/compatibility/contact-form-7-main-rtl.css @@ -0,0 +1,61 @@ +/** + * Astra Theme compatibility with Contact Form 7 + */ +.wpcf7 form { + position: relative; +} + +.wpcf7 form > p, +.wpcf7 form > div { + margin-bottom: 1.2em; +} + +.wpcf7 .wpcf7-form-control-wrap { + width: 100%; + display: block; +} + +.wpcf7 input:not([type="submit"]):focus, +.wpcf7 textarea:focus, +.wpcf7 select:focus { + border-color: #eaeaea; + outline: 0; +} + +.wpcf7 input:not([type="submit"]), .wpcf7 textarea, .wpcf7 select { + width: 100%; + padding: 0.75em; +} + +.wpcf7 input[type="file"] { + color: #666; + height: auto; + border-width: 1px; + border-style: solid; + border-color: #eaeaea; + border-radius: 2px; + background: #fafafa; + box-shadow: none; + box-sizing: border-box; + transition: all 0.2s linear; +} + +.wpcf7 input[type="radio"], +.wpcf7 input[type="checkbox"] { + display: inline-block; + background: #E9EEF2; + color: #555; + clear: none; + cursor: pointer; + line-height: 0; + height: 1.2em; + margin: -3px 0 0 4px; + outline: 0; + padding: 0; + border-radius: 0.2em; + text-align: center; + vertical-align: middle; + width: 1.4em; + min-width: 1.4em; + transition: all 0.2s linear; +} |