File: /home/confeduphaar/www/wp-content/plugins/ova-framework/assets/css/_ova_box_resource_2.scss
.ova_box_resource_2{
background: #fff;
.icon{
margin-bottom: 24px;
i{
display: inline-block;
line-height: 1;
&:before{
margin: 0;
font-size: 50px;
color: #4d557d;
}
}
}
.title{
margin: 0 0 0 0;
font-size: 26px;
line-height: 30px;
font-weight: 600;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 14px;
margin-bottom: 23px;
}
.list-link{
list-style-type: none;
padding: 0;
margin: 0;
li{
&:not(:last-child){
margin-bottom: 4px;
}
a{
font-size: 17px;
line-height: 26px;
font-weight: 500;
letter-spacing: 0.2px;
color: #202b5d;
transition: 0.4s;
position: relative;
display: block;
&:hover{
padding-left: 13px;
&:before{
opacity: 1;
}
}
&:before{
position: absolute;
top: 50%;
left: 0px;
transform: translate(0, -50%);
content: "\35";
width: 0px;
font-family: 'ElegantIcons';
border-radius: 50%;
opacity: 0;
transition: 0.4s;
font-size: 18px;
color: #ff3514;
margin-left: -5px;
}
}
}
}
}