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_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;
			}
		}
	}
}