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_social.scss
.ova_social {
	.content {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		a {
			display: inline-flex;
			justify-content: center;
			align-items: center;
			width: 30px;
			height: 30px;
			background: #62718d;
			border-radius: 50%;
			&:not(:last-child) {
				margin-right: 0;
			}
			&.ova-framework-social-icon{
				&:not(:last-child){
					margin-right: 8px;
				}
			}
			span {
				position: absolute;
				top: -10000em;
				width: 1px;
				height: 1px;
				margin: -1px;
				padding: 0;
				overflow: hidden;
				clip: rect(0,0,0,0);
				border: 0;
			}
			i {
				position: relative;
				display: block;
				font-size: 15px;
				color: #fff;
			}
		}
	}
}