| Server IP : 213.186.33.4 / Your IP : 216.73.216.146 Web Server : Apache System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : karinebmkh ( 644538) PHP Version : 8.4.22 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/karinebmkh/www2/wp-content/plugins/so-widgets-bundle/widgets/cta/styles/ |
Upload File : |
@import "../../../base/less/mixins";
.widget-function('import_google_font');
@border_color: default;
@background_color: default;
@title_color: default;
@title_font_family: default;
@title_font_weight: default;
@title_font_size: default;
@subtitle_color: default;
@subtitle_font_family: default;
@subtitle_font_weight: default;
@subtitle_font_size: default;
.sow-cta-base {
& when ( iscolor( @border_color ) ) {
border: 1px solid @border_color;
}
& when ( iscolor( @background_color ) ) {
background-color: @background_color;
}
.sow-cta-text {
.sow-cta- {
&title {
color: @title_color;
font-family: @title_font_family;
font-weight: @title_font_weight;
font-size: @title_font_size;
}
&subtitle {
color: @subtitle_color;
font-family: @subtitle_font_family;
font-weight: @subtitle_font_weight;
font-size: @subtitle_font_size;
}
}
}
}
@button_align: right;
.sow-cta-base {
& when ( @button_align = right ) {
.sow-cta-text {
float: left;
}
}
& when ( @button_align = left ) {
.sow-cta-text {
float: right;
}
}
& when ( @button_align = right ) {
.so-widget-sow-button {
float: right;
margin-left: 1em;
}
}
& when ( @button_align = left ) {
.so-widget-sow-button {
float: left;
margin-right: 1em;
}
}
}