first commit

This commit is contained in:
2026-03-05 13:07:40 +01:00
commit 64ba0721ee
25709 changed files with 4691006 additions and 0 deletions

View File

@@ -0,0 +1,79 @@
@import 'variables', 'mixin';
/**
* Table of Contents:
* 1.0 - woocommerce-MyAccount
* 1.1 - woocommerce-MyAccount-navigation
* 1.2 - woocommerce-MyAccount-content
* 2.0 - woocommerce-form
* 3.0 - woocommerce-ResetPassword
*/
/* 1.0 - woocommerce-MyAccount */
.woocommerce-MyAccount {
/* 1.1 - woocommerce-MyAccount-navigation */
&-navigation {
margin: $header-margin;
ul {
list-style: none;
padding: 0;
}
&-link {
border-width: 1px 0;
border-style: solid;
border-color: $woo-border-color;
+ li {
border-width: 0 0 1px 0;
}
a {
display: block;
padding: 5px 15px;
color: $header-color;
text-transform: uppercase;
}
&.is-active a,
a:hover {
background: $woo-border-color;
text-decoration: none;
}
}
}
/* 1.2 - woocommerce-MyAccount-content */
&-content {
margin: $header-margin;
.woocommerce-message,
.woocommerce-Message {
margin-top: 0;
}
}
}
/* 2.0 - woocommerce-form */
.woocommerce-form {
.password-input {
display: block;
width: 100%;
}
&-login__rememberme {
width: 100%;
}
}
/* 3.0 - woocommerce-ResetPassword */
.woocommerce-ResetPassword {
margin: $header-margin;
}