File: /home/confeduphaar/public_html/wp-content/plugins/ova-framework/assets/css/_ova_box_resource.scss
.ova_box_resource{
box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
padding: 24px 30px 40px 30px;
.text_number{
margin: 0 0 13px 0;
span{
font-size: 26px;
line-height: 30px;
font-weight: 600;
color: #b0b8c6;
}
}
.title{
margin: 0 0 19px 0;
a{
font-size: 24px;
line-height: 30px;
font-weight: 600;
transition: 0.4s;
&:hover{
color: #06163a;
}
}
}
ul.content{
padding: 0;
margin: 0 0 28px 0;
list-style-type: none;
li{
a{
position: relative;
font-size: 17px;
line-height: 26px;
letter-spacing: 0.2px;
font-weight: 400;
color: #62718d;
display: inline-block;
margin: 0 0 5px 0;
transition: 0.4s;
display: block;
&:hover{
color: #202b5d;
padding-left: 13px;
&:before{
opacity: 1;
background: #202b5d;
}
}
&:before{
position: absolute;
top: 50%;
left: 0px;
transform: translate(0,-50%);
content: '';
width: 5px;
height: 5px;
border-radius: 50%;
opacity: 0;
transition: 0.4s;
}
}
}
}
.read_more{
a{
font-size: 16px;
color: #202b5d;
font-weight: 600;
background: #e8eaee;
display: inline-block;
height: 40px;
line-height: 40px;
padding: 0 38px;
transition: 0.4s;
&:hover{
background: #06163a;
color: #fff;
}
}
}
}