File "funfacts-20260224212948.less"
Full Path: /home/ichhrkpd/public_html/images/less-eduPoint/shortcodes/funfacts-20260224212948.less
File size: 791 bytes
MIME-type: text/plain
Charset: utf-8
/*
* Shortcode: funfacts.less
* -----------------------------------------------
*/
.funfact{
.transition(all 0.5s ease);
&.border {
border: 1px solid @gray-lightgray;
}
&.no-border {
border: 0;
}
&.border {
border: 1px solid @gray-lightgray;
}
i {
font-size: 45px;
}
h2 {
position: relative;
&:after {
bottom: 0;
}
}
.animate-number {
line-height: 1;
}
}
/* funfact style-1*/
.funfact {
&.style-1 {
i, .funfact-title {
.transition(all 0.5s ease);
}
.funfact-title {
color: @black-999;
font-size: 14px;
text-transform: uppercase;
}
}
&.style-1 {
&:hover {
i {
font-size: 40px;
opacity: 0.3;
}
.funfact-title {
color: @black-333;
}
}
}
}