HEX
Server: Apache/2.4.59 (Debian)
System: Linux emory.shared.1984.is 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64
User: u11574 (1020)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,popen,show_source,shell,symlink,proc_open,pcntl_exec,pcntl_fork,pcntl_wait,pcntl_alarm,pcntl_signal,pcntl_signal_dispatch,pcntl_getpriority,proc_get_status,expect_popen,dl,putenv,mail
Upload Files
File: /var/www/virtual/mariaellingsen.com/htdocs/wp-content/plugins/soliloquy/assets/scss/license.scss
@import 'vars';
@import '_mixins';
#soliloquy-license-check {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: rgb(255, 255, 255);
	z-index: 14000050;
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	min-width: 0;
	cursor: default;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	.close {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	h3 {
		margin: 0;
		padding: 0;
		font-size: 22px;
		margin-bottom: 10px;
	}
	p {
		margin: 0;
		padding: 0;
		font-size: 18px;
		margin-bottom: 30px;
	}
	.soliloquy-logo {
		text-align: center;
	}
	.button {
		@include borderRadius(2px);
		padding: 16px 20px;
		height: 33px;
		line-height: 30px;
		text-decoration: none;
		text-shadow: none;
		font-weight: 600;
		-webkit-box-shadow: none;
		box-shadow: none;
		box-sizing: border-box;
		border: 2px solid;

		/**
		* Green Button
		* - Replaces WordPress' default primary button style
		*/
		&.button-primary {
			background: $primary_button_color;
			border-color: $primary_button_color;
			-webkit-box-shadow: none;
			box-shadow: none;
			color: $white;

			&:hover {
				background: $primary_button_color_hover;
				border-color: $primary_button_color_hover;
				color: $white;
			}
		}
		&.button-outline {
			border: 2px solid $black;
			color: $black;
		}
	}
}