| 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/button/styles/ |
Upload File : |
@import "../../../base/less/mixins";
.widget-function('import_google_font');
@button_width: '';
@button_color: #41a9d5;
@border_color: darken(@button_color, 5%);
@text_color: #FFFFFF;
@button_font: default;
@button_font_weight: default;
@font_size: 1em;
@rounding: 0.25em;
@padding: 1em;
@has_text: true;
.ow-button-base {
.clearfix();
a {
.box-sizing(border-box);
& when( isnumber( @button_width ) ) {
width: @button_width;
max-width: 100%;
}
.font(@button_font, @button_font_weight);
font-size: @font_size;
padding: @padding @padding*2;
background: @button_color;
color: @text_color !important;
border: 1px solid @button_color;
border-width: 1px 0;
.rounded(@rounding);
text-shadow: 0 1px 0 rgba(0,0,0,0.05);
& when not ( @has_text = true ) {
.sow-icon-image,
[class^="sow-icon-"] {
margin: 0;
}
}
&:visited,
&:active,
&:hover{
color: @text_color !important;
}
&.ow-button-hover:hover {
background: lighten(@button_color, 4%);
border-bottom-color: lighten(@border_color, 4%);
color: lighten(@text_color, 4%);
}
}
}