Your IP : 216.73.216.95


Current Path : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/components/
Upload File :
Current File : /var/www/mainsite/wp-content/themes/maxcoach/assets/scss/components/_growl.scss

#growls-br {
	right: 15px !important;
	bottom: 15px !important;
}

.growl.growl {
	opacity: 1;
	font-size: 14px;
	border-radius: 5px;

	&.growl-default {
		color: #696969;
		background: #fff;
		box-shadow: 0 0 30px rgba(51, 51, 51, .1);
	}

	&.growl-large {
		padding: 19px 30px 18px;

		.growl-close {
			margin-right: -29px;
			margin-top: -9px;
		}
	}

	.growl-message {
		line-height: 1.72;
	}

	.growl-close {
		position: relative;
		height: 30px;
		width: 30px;
		line-height: 30px;
		text-align: center;
		margin-right: -10px;
		margin-top: -6px;
		font-size: 0;

		&:before {
			@extend %FontAwesomeLight;
			content: '\f00d';
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 16px;
		}
	}
}

#tm-button-cookie-notice-ok {
	font-size: 15px;
	margin-top: 17px;
}