Merged in feature/MAW-855-import-code-into-aws (pull request #2)

code import from pantheon

* code import from pantheon
This commit is contained in:
Tony Volpe
2023-12-04 23:08:14 +00:00
parent 8c9b1312bc
commit 8f4b5efda6
4766 changed files with 185592 additions and 239967 deletions

View File

@@ -1,5 +1,7 @@
/* stylelint-disable no-descending-specificity */
@import "variables";
/* @deprecated 4.6.0 */
body {
margin: 65px auto 24px;
@@ -79,11 +81,11 @@ body {
}
a {
color: #a16696;
color: $primary;
&:hover,
&:focus {
color: #111;
color: darken($primary, 40%);
}
}
@@ -355,18 +357,18 @@ body {
a.button-primary {
color: #fff;
background-color: #bb77ae;
border-color: #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
background-color: $primary;
border-color: $primary;
box-shadow: 0 0 0;
text-shadow: none;
&:hover,
&:focus,
&:active {
color: #fff;
background: #a36597;
border-color: #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
background: lighten($primary, 5%);
border-color: lighten($primary, 5%);
box-shadow: none;
}
}
}
@@ -470,8 +472,8 @@ body {
}
input[type="checkbox"]:checked + label::before {
background: #935687;
border-color: #935687;
background: $primary;
border-color: $primary;
}
}
}
@@ -533,7 +535,7 @@ body {
line-height: 1.4;
a {
color: #a16696;
color: $primary;
text-decoration: none;
padding: 1.5em;
margin: -1.5em;
@@ -563,22 +565,22 @@ body {
}
li.active {
border-color: #a16696;
color: #a16696;
border-color: $primary;
color: $primary;
font-weight: 700;
&::before {
border-color: #a16696;
border-color: $primary;
}
}
li.done {
border-color: #a16696;
color: #a16696;
border-color: $primary;
color: $primary;
&::before {
border-color: #a16696;
background: #a16696;
border-color: $primary;
background: $primary;
}
}
}
@@ -591,19 +593,19 @@ body {
.wc-setup .wc-setup-actions .button-primary,
.woocommerce-tracker .button-primary {
background-color: #bb77ae;
border-color: #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
text-shadow: 0 -1px 1px #a36597, 1px 0 1px #a36597, 0 1px 1px #a36597, -1px 0 1px #a36597;
background-color: $primary;
border-color: $primary;
box-shadow: 0 0 0;
text-shadow: none;
margin: 0;
opacity: 1;
&:hover,
&:focus,
&:active {
background: #a36597;
border-color: #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
background: lighten($primary, 5%);
border-color: lighten($primary, 5%);
box-shadow: 0 0 0;
}
}
@@ -805,8 +807,8 @@ body {
.wc-wizard-service-toggle {
height: 16px;
width: 32px;
border: 2px solid #935687;
background-color: #935687;
border: 2px solid $primary;
background-color: $primary;
display: inline-block;
text-indent: -9999px;
border-radius: 10em;
@@ -1151,7 +1153,7 @@ h3.jetpack-reasons {
}
.plugin-install-source {
$background: rgba(#bb77ae, 0.15);
$background: rgba($primary, 0.15);
background: $background;
&:not(.wc-wizard-service-item) {
@@ -1489,7 +1491,7 @@ p.jetpack-terms {
margin-left: 4px;
&.recommended-item-icon-wc_admin {
background-color: #7f54b3;
background-color: $primary;
padding: 0.5em;
height: 2em;
}