File: /home/confeduphaar/www/wp-content/plugins/ova-framework/assets/css/_ova_list_checked.scss
.ova_list_checked{
ul{
padding: 0;
margin: 0;
list-style-type: none;
li{
&:not(:last-child){
margin-bottom: 12px;
}
svg{
width: 20px;
height: auto;
margin-right: 10px;
}
span{
margin: 0;
font-size: 17px;
line-height: 26px;
color: #202b5d;
}
}
}
}
/*LIST CHECKER 2*/
.ova_list_checked2{
ul{
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
justify-content: center;
flex-wrap: wrap;
li{
padding-bottom: 20px;
&:not(:last-child){
padding-right: 60px;
}
.icon-sev{
width: 30px;
height: 30px;
border-radius: 50%;
vertical-align: middle;
background-color: #d5f1ff;
display: inline-flex;
justify-content: center;
align-items: center;
}
svg{
width: 25px;
height: 25px;
color: #2db7ff;
}
span{
margin: 0;
margin-left: 5px;
font-size: 17px;
line-height: 26px;
color: #202b5d;
}
}
}
}