diff --git a/scss/bootscore_woocommerce/_wc_forms.scss b/scss/bootscore_woocommerce/_wc_forms.scss index 9b75b1c4..26522cfb 100644 --- a/scss/bootscore_woocommerce/_wc_forms.scss +++ b/scss/bootscore_woocommerce/_wc_forms.scss @@ -2,23 +2,22 @@ WooCommerce Forms --------------------------------------------------------------*/ -// Reset form-row +// Forms .woocommerce form .form-row { + padding: 0; + margin: 0 0 $spacer; + input.input-text, - textarea { - line-height: inherit; + .form-row textarea { + @extend .form-control; } -} - -.woocommerce form .form-row { - padding: 0; - margin: 0 0 1rem; label { line-height: 1.5; } } + // Account password #account_password { background-position: right 2.25rem center; diff --git a/scss/bootscore_woocommerce/_wc_my_account.scss b/scss/bootscore_woocommerce/_wc_my_account.scss index 6c939eb1..34ca804a 100644 --- a/scss/bootscore_woocommerce/_wc_my_account.scss +++ b/scss/bootscore_woocommerce/_wc_my_account.scss @@ -40,10 +40,3 @@ WooCommerce My Account margin-left: ($spacer * .25); } } - - -// Lost password -.woocommerce form .form-row input.input-text, -.woocommerce form .form-row textarea { - @extend .form-control; -} diff --git a/woocommerce/myaccount/form-edit-account.php b/woocommerce/myaccount/form-edit-account.php deleted file mode 100644 index 853a5f91..00000000 --- a/woocommerce/myaccount/form-edit-account.php +++ /dev/null @@ -1,77 +0,0 @@ - - -
> - - - -

- - -

-

- - -

-
- -

- - -

-
- -

- - -

- -
- - -

- - -

-

- - -

-

- - -

-
-
- - - -

- - - -

- - -
- - \ No newline at end of file