| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/themes/GoodWill/css/dynamic-less/plugins/ |
Upload File : |
//shortcodes
@import "../shortcodes/tabs.less";
@import "../shortcodes/accordion.less";
@import "../shortcodes/pie-chart.less";
@import "../shortcodes/progress-bar.less";
//VC
.aio-icon {
.accent-icon-bg & {
background: @accent-bg-color !important;
.accent-gradient & {
.background-gradient (@startColor: @accent-bg-color, @endColor: @accent-bg-color-2) !important;
}
}
& > i {
.accent-icon-color & {
//.paint-accent-color;
color: @accent-bg-color !important;
.accent-gradient & {
.text-gradient-text-fill (@startColor: @accent-bg-color, @endColor: @accent-text-color-2);
}
}
}
.accent-border-color & {
border-color: @accent-bg-color !important;
}
}
.uvc-main-heading > *,
.aio-icon-title {
.accent-title-color & {
color: @accent-bg-color !important;
.accent-gradient & {
.text-gradient-text-fill (@startColor: @accent-bg-color, @endColor: @accent-text-color-2);
}
}
}
.uvc-sub-heading,
.aio-icon-description {
.accent-subtitle-color & {
color: @accent-bg-color !important;
.accent-gradient & {
.text-gradient-text-fill (@startColor: @accent-bg-color, @endColor: @accent-text-color-2);
}
}
}
.uvc-main-heading > *,
.uvc-sub-heading {
.accent-subtitle-color &,
.accent-title-color & {
display: inline-block;
}
}
.uvc-headings-line {
.accent-border-color & {
border-color: @accent-bg-color !important;
.accent-gradient & {
border-color: transparent;
.border-gradient(@accent-text-color-2)
}
border-top: 0;
border-right: 0;
border-left: 0;
}
}
.slick-arrow {
.accent-arrow-bg & {
background: @accent-bg-color !important;
.accent-gradient & {
.background-gradient (@startColor: @accent-bg-color, @endColor: @accent-bg-color-2) !important;
}
}
}
/* #Alert box
================================================== */
#main .wpb_alert strong {
font: @h5-font-style @h5-font-variant @h5-font-weight @h5-font-size-desktop~"/"@h5-line-height-desktop @h5-font-family;
text-transform: @h5-text-transform;
@media (max-width: @lg-breakpoint - 1) {
font-size: @h5-font-size-tablet;
line-height: @h5-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
font-size: @h5-font-size-mobile;
line-height: @h5-line-height-mobile;
}
}
// Define default font sizes for UA heding shortcode.
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading {
h1 {
line-height: @h1-line-height-desktop;
@media (max-width: @lg-breakpoint - 1) {
line-height: @h1-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
line-height: @h1-line-height-mobile;
}
}
h2 {
line-height: @h2-line-height-desktop;
@media (max-width: @lg-breakpoint - 1) {
line-height: @h2-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
line-height: @h2-line-height-mobile;
}
}
h3 {
line-height: @h3-line-height-desktop;
@media (max-width: @lg-breakpoint - 1) {
line-height: @h3-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
line-height: @h3-line-height-mobile;
}
}
h4 {
line-height: @h4-line-height-desktop;
@media (max-width: @lg-breakpoint - 1) {
line-height: @h4-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
line-height: @h4-line-height-mobile;
}
}
h5 {
line-height: @h5-line-height-desktop;
@media (max-width: @lg-breakpoint - 1) {
line-height: @h5-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
line-height: @h5-line-height-mobile;
}
}
h6 {
line-height: @h6-line-height-desktop;
@media (max-width: @lg-breakpoint - 1) {
line-height: @h6-line-height-tablet;
}
@media (max-width: @md-breakpoint - 1) {
line-height: @h6-line-height-mobile;
}
}
}