rebase code on oct-10-2023

This commit is contained in:
Rachit Bhargava
2023-10-10 17:51:46 -04:00
parent b16ad94b69
commit 8f1a2c3a66
2197 changed files with 184921 additions and 35568 deletions

View File

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