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/public_html/wp-content/plugins/ova-framework/assets/css/_ova_icon_banner.scss
/*ICON BANNER*/
.banner-icon{
	padding: 40px 0px 40px 0px;
.bn2-icon{
		display: flex;
		align-items: center;
		color: #ffffff;
		justify-content: center;
		i:before{
			font-size:50px;
		};

	}
.bn2-text{
	 display: flex;
	 justify-content: center;
	 padding-top: 20px;
	 span{
	 	color: #FFFFFF;
	 	font-size: 24px;
	 	font-weight: 700;
	 	text-transform: uppercase;
	 	line-height: 30px;
	 	padding-right: 10px;
	 }
     .bn2-icon2{
	          transform: rotate(-45deg);
	          color: #ffff;
	          font-size: 20px;
	          i:before{
	          	margin:0;
	          };
      }
}

	&:hover{
		.bn2-icon i:before{
			color:#ffffff !important;
			transition: 0.4s;
		}
		.bn2-icon2 i:before{
			color:#ffffff !important;
			transition: 0.4s;
		}
		span{
			color: #ffffff !important ;
			transition: 0.4s;
		}
	};


}