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

@@ -135,11 +135,12 @@ span.mce_woocommerce_shortcodes_button {
h1 {
margin: 2px 2px 0.5em;
padding: 0.75em 1.154em;
padding: 0.75em 1em;
line-height: 1.5em;
font-size: 1.6em;
font-size: 2em;
border-bottom: 1px solid #eee;
background: #e9e9e9;
color: #fff;
background: #96578a;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
text-shadow: none;
@@ -185,6 +186,25 @@ span.mce_woocommerce_shortcodes_button {
a.button-primary {
float: right;
background: #bb77ae;
border-color: #a36597;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 0 #a36597;
color: #fff;
text-shadow:
0 -1px 1px #a36597,
1px 0 1px #a36597,
0 1px 1px #a36597,
-1px 0 1px #a36597;
&:hover,
&:focus,
&:active {
background: #a36597;
border-color: #a36597;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.25),
0 1px 0 #a36597;
}
}
}
}