Viewing File: /home/fshjisk/atelierdemila/wp-content/plugins/LayerSlider/assets/static/admin/scss/global.scss

.ls-plugin-update-row td {
	position: relative;
	top: -1px;
}

/**************************************************/
/*                   N O T I C E                  */
/**************************************************/

.ls-plugins-screen-notice:before {
	font-family: dashicons !important;
	content: "\f153" !important;
}

.layerslider_notice {
	margin: 0px 19px 5px 0px;
	padding: 24px 0 10px 0;
	background: none;
	border: none;
	border-bottom: 1px dotted #ccc;

	.ls-product-icon {
		width: 80px;
		margin-right: 15px;
		transform: translateY(-10px);
		float: left;
	}

	h1 {
		margin: -4px 0px 7px 0px;
		font: normal normal normal 24px/26px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
	}

	p {
		margin: 0px;
		font-size: 14px;
		line-height: 18px;
		text-align: justify;
		padding-right: 220px;
		position: relative;

		i {
			color: #999;
			font-size: 13px;
		}

		&.no-padding {
			padding: 0;
		}
	}

	a.button,
	a.notice-dismiss {
		position: absolute;
		right: 1px;
		top: 0;
		text-decoration: none;
	}

	.color-red {
		color: #f2264e;
	}
}

.layerslider_notice_img {
	position: relative;
	height: 200px;
	margin: 51px 20px 0 0;
	padding: 0;
	background: none;
	border: none;
	overflow: hidden;

	background-position: left center;
	border-radius: 10px;

	.banner_link {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 98;
	}

	.dashicons-dismiss {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 99;

		width: 30px;
		height: 30px;
		line-height: 30px;

		font-size: 24px;
		color: white;
		color: rgba( 255, 255, 255, 0.7 );

		transition: color 200ms;

		&:hover {
			color: rgba( 255, 255, 255, 1 );
		}
	}

	.button-install,
	.button-read-more {
		position: absolute;
		right: 10px;
		bottom: 10px;
		z-index: 99;

		height: 38px;
		padding: 0 20px;
		border-radius: 38px;
		border: 2px solid white;
		border: 2px solid rgba(255,255,255,0.5);
		background: transparent !important;
		box-shadow: none;

		color: white !important;
		color: rgba( 255, 255, 255, 0.8 ) !important;
		font-family: Nunito;
		font-size: 14px;
		font-weight: 500;
		line-height: 36px;
		text-transform: uppercase;

		transition: color 200ms, border 200ms;

		&:hover {
			border: 2px solid rgba(255,255,255, 0.9);
			color: rgba( 255, 255, 255, 1 ) !important;
		}
	}

	&.dark {

		.dashicons-dismiss {
			color: rgba( 0, 0, 0, 0.6 ) !important;

			&:hover {
				color: rgba( 0, 0, 0, 0.8 ) !important;
			}
		}

		.button-install,
		.button-read-more {
			border: 2px solid rgba( 0, 0, 0, 0.4 ) !important;
			color: rgba( 0, 0, 0, 0.5 ) !important;

			&:hover {
				border: 2px solid rgba( 0, 0, 0, 0.6 ) !important;
				color: rgba( 0, 0, 0, 0.7 ) !important;
			}
		}
	}
}

.ls-theme-notice {
	margin-top: 10px;
	color: #666;
	font-style: italic;
}



/**************************************************/
/*                   L O G O                      */
/**************************************************/

.ls-loader-container {
	width: 60px;
	height: 60px;
	font-size: 36px;
	position: relative;
}

.ls-loader-logo,
.ls-loader-logo * {
	box-sizing: border-box;
}

.ls-loader-logo {
	width: 0 !important;
	height: 0 !important;
	overflow: visible !important;
	font-size: inherit !important;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: opacity .15s ease-in-out, visibility 0s linear .15s;
	perspective: 7em;
}

.ls-loader-logo div {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 0.16em;
	// animation-timing-function: linear;
	// animation-iteration-count: infinite;
	// animation-timing-function: ease-in-out;
	// animation-name: ls-loader-logo;
	// animation-duration: 1s;
	animation: ls-loader-logo 1s infinite;
	transform: translate(-50%,-50%) rotateX(60deg) rotate(45deg);
}

.ls-loader-logo .ls-loader-element-3 {
	width: 1.4em;
	height: 1.4em;
	animation-delay: -.55s;
	top: 0.33em;
}

.ls-loader-logo .ls-loader-element-2 {
	width: 1.5em;
	height: 1.5em;
	animation-delay: -.7s;
}

.ls-loader-logo .ls-loader-element-1 {
	width: 1.6em;
	height: 1.6em;
	top: -0.35em;
	animation-delay: -.85s;
}

/* Loader Logo Filled */

.ls-loader-logo .ls-loader-element-3 {
	background: #848484;
}

.ls-loader-logo .ls-loader-element-2 {
	background: #aaa;
}

.ls-loader-logo .ls-loader-element-1 {
	background: #d9d9d9;
}

@keyframes ls-loader-logo {
	0% {
		transform: translate(-50%,-50%) rotateX(60deg) rotate(45deg);
	}
	100%, 75% {
		transform: translate(-50%,-50%) rotateX(60deg) rotate(135deg);
	}
}



/**************************************************/
/*                   N O T I C E                  */
/**************************************************/

@import "tinymce";
Back to Directory File Manager