HEX
Server: Apache
System: Linux p102.lithium.hosting 4.18.0-553.141.1.el8_10.x86_64 #1 SMP Fri Jul 10 17:48:02 UTC 2026 x86_64
User: bvzmoamr (9955)
PHP: 8.1.34
Disabled: syslog
Upload Files
File: /var/www/html/wp-content/plugins/widget-options/assets/scss/welcome.scss
@import "compass";

.widgetopts-badge{
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	font-size: 21px;
	text-align: center;
	margin: 5px 0 0;
	width: 150px;
	.widgetopts-mascot{
		display: block;
		text-align: center;
		height: 150px;
		width: 150px;
		background: url('../images/logo-mascot.png');
		@include background-size(cover);
	}
	.version{
		line-height: 30px;
	}
}
.about-wrap .widgetopts-features-button{
	font-size: 16px;
	height: auto;
	padding: 8px 25px;
	margin-top: 20px;
}
.widgetopts-about-wrap.about-wrap p{
	max-width: 100%;
}

.about-wrap .widgetopts-features{
	img{
		@include transition( opacity .15s ease-in-out );
		@include opacity( 0.88 );
		&:hover{
			@include opacity( 1 );
		}
	}
}