Skip to content

Commit

Permalink
Delete form-lost-password.php
Browse files Browse the repository at this point in the history
  • Loading branch information
crftwrk committed Jun 6, 2023
1 parent 4e6ca3f commit 3c2f6c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 49 deletions.
10 changes: 9 additions & 1 deletion scss/bootscore_woocommerce/_wc_my_account.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ WooCommerce My Account
--------------------------------------------------------------*/

.woocommerce-account {

// Navigation
.woocommerce-MyAccount-navigation,
// Content
// Content
.woocommerce-MyAccount-content {
float: none;
width: 100%;
Expand Down Expand Up @@ -39,3 +40,10 @@ WooCommerce My Account
margin-left: ($spacer * .25);
}
}


// Lost password
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
@extend .form-control;
}
48 changes: 0 additions & 48 deletions woocommerce/myaccount/form-lost-password.php

This file was deleted.

0 comments on commit 3c2f6c6

Please sign in to comment.