Add compatibility with the 2021 theme for the "Account Details" page

- Add a black border around text boxes
- Adjust font sizes
- Adjust margins
This commit is contained in:
Nestor Soriano 2020-11-25 12:40:02 +01:00
parent 5bbdcc343d
commit 521a9ba61b
1 changed files with 38 additions and 4 deletions

View File

@ -1263,16 +1263,50 @@ a.reset_variations {
.woocommerce-EditAccountForm {
label {
font-size: 1.5rem;
}
input {
border: 1px solid #ddd;
border: 3px solid black;
font-size: 1.5rem;
}
fieldset {
border: 0.2rem solid #ddd;
border: none;
padding-left: 0;
padding-right: 0;
margin-top: 30px;
legend {
display: contents;
font-size: 2rem;
}
p {
margin-top: 20px;
margin-bottom: 0 !important;
}
.show-password-input {
display: inherit;
}
}
button {
margin-top: 3rem;
margin-top: 0;
}
#account_display_name + span {
font-size: 1.5rem;
}
p {
margin-top: 20px;
&:nth-of-type(4) {
margin-top: 30px;
}
}
}
}
@ -2603,7 +2637,7 @@ a.reset_variations {
&:active {
color: var(--global--color-background);
background: var(--global--color-primary);
}
}
}