.#{$alias} {
	.#{$alias}-content {
		.#{$alias}-setup.#{$alias}-panel {
			.#{$alias}-panel-body {
				.#{$alias}-installDefaultOptions {
					height: px(42);
				    padding: px(10) px(16);
				    border: none 0;
				    border-radius: px(5);
				    font-size: px(11);
				    font-weight: $extra-bold;
				    text-transform: uppercase;
				    color: $white;
				    background: $info;
				    text-decoration: none;
				    &:hover {
				    	background: $primary;
				    }
				}
			}
		}
	}
}
