changed orgization

This commit is contained in:
2024-07-15 22:55:37 -07:00
parent 3f5fb31e99
commit 0f9e1492cc
6 changed files with 63 additions and 126 deletions

View File

@ -364,28 +364,3 @@
.customize-control textarea {
width: 100%;
}
/**---------------------------------------------
Upsell section
---------------------------------------------*/
#customize-controls .control-section-mt-upsell .accordion-section-title:hover,
#customize-controls .control-section-mt-upsell .accordion-section-title:focus {
background-color: #fff;
}
.control-section-mt-upsell .accordion-section-title .button {
margin-top: -4px;
font-weight: 700;
margin-left: 8px;
background: #00d2ff;
background: -webkit-linear-gradient(to right, #3a7bd5, #00d2ff);
background: linear-gradient(to right, #3a7bd5, #00d2ff);
color: #fff;
border:none;
}
.control-section-mt-upsell .accordion-section-title .button:hover {
background: #1FA3E8;
background:linear-gradient(#1FA3E8,#1FA3E8);
}