Skip to content

Commit

Permalink
Delete form-edit-account.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Jun 6, 2023
1 parent 3c2f6c6 commit fd863e2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 92 deletions.
15 changes: 7 additions & 8 deletions scss/bootscore_woocommerce/_wc_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
7 changes: 0 additions & 7 deletions scss/bootscore_woocommerce/_wc_my_account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
77 changes: 0 additions & 77 deletions woocommerce/myaccount/form-edit-account.php

This file was deleted.

0 comments on commit fd863e2

Please sign in to comment.