File: /home/dermova/www/india/wp-content/themes/ri-colias/sass/theme/widget/_support.scss
//style widget Support
.support{
display: block;
margin-top: 10px;
}
.icon-support{
@include rtl-float-left;
@include size(55px,55px);
border-radius: 100%;
background: $theme-color;
display: block;
text-align: center;
@include rtl-margin-right(15px);
margin-bottom: 10px;
padding: 0;
.fa{
font-size: 30px;
line-height: 55px;
color: $white;
}
}
.support-description{
@include rtl-float-left;
width: 70%;
>*{
display: inline-block;
color: $font-base-color;
}
.text-support{
font-size: 16px;
margin-bottom: 0;
margin-top: 5px;
b{
text-transform: uppercase;
font-weight: 400;
}
}
}