HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/confeduphaar/www/wp-content/plugins/ova-framework/assets/css/_ova_box_feature_2.scss
.ova_box_feature_2{
	text-align: center;
    box-shadow: 0px 10px 40px 0px rgba(6, 22, 58, 0.1);
    padding: 55px 15px 50px 15px;
    background: #fff;
    transition: 0.4s;
    &:hover{
    	.icon{
    		i{
    			&:before{
    				color: #fff;
    			}
    		}
    	}
    	.title, .excerpt{
    		color: #fff;
    	}
    	.readmore{
    		a{
    			color: #fff;
	    		&:hover{
	    			background: #fff;
	    			border-color: #fff;
	    		}
    		}
    	}
    }
	.icon{
		margin: 0 0 20px 0;
		i{
			display: inline-block;
			line-height: 1;
			&:before{
				transition: 0.4s;
				margin: 0;
				font-size: 60px;
			}
		}
	}
	img{
		margin-bottom: 20px;
	}
	.title{
		font-size: 26px;
		line-height: 30px;
		font-weight: 500;
		color: #202b5d;
		margin: 0 0 15px 0;
		transition: 0.4s;
	}
	.excerpt{
		font-size: 17px;
		line-height: 24px;
		color: #62718d;
		margin: 0 0 23px 0;
		transition: 0.4s;
	}
	.readmore{
		a{
			font-size: 16px;
			line-height: 24px;
			font-weight: 400;
			letter-spacing: 0.2px;
			color: #202b5d;
			display: inline-block;
			border: 2px solid #e0e0e0;
			padding: 6px 20px 6px 20px;
			transition: 0.4s;
			&:hover{
				color: #fff;
			}
		}
	}
}