| Server IP : 38.190.208.107 / Your IP : 216.73.217.12 Web Server : nginx/1.28.1 System : Linux ht2026040333114 6.1.0-10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.37-1 (2023-07-03) x86_64 User : www ( 1000) PHP Version : 8.2.28 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv,eval,assert,passthru,system,exec,shell_exec,popen,proc_open MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/wp.12/wp-content/themes/dt-the7/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;
}
}
}