File "avril-customizer-notify.css"

Full Path: /home/elegucvf/public_html/video/wp-content/wp-includes/wp-includes/wp-content/themes/avril/inc/customizer-notify/css/avril-customizer-notify.css
File size: 2.94 KB
MIME-type: text/plain
Charset: utf-8

.avril-customizer-plugin-notify-actions-count {
	display: inline-block;
	z-index: 26;
	margin: 1px 0 0 2px;
	padding: 0 6px;
	border-radius: 10px;
	color: #fff;
	background-color: #d54e21;
	font-size: 9px;
	font-weight: 600;
	line-height: 17px;
	vertical-align: top;
}

div.avril-theme-recomended-actions_container {
	margin-bottom: 2em;
	padding: 0 10px;
}

.avril-theme-recomended-actions_container p.succes {
	margin: 1em 0;
}

.avril-epsilon-recommeded-actions p.title {
	margin-bottom: 0;
	color: #555d66;
	font-size: 14px;
	font-weight: 600;
}

.avril-epsilon-recommeded-actions div.description {
	font-size: 12px;
}

.avril-epsilon-recommeded-actions .custom-action {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #fafafa;
}

.avril-epsilon-recommeded-actions .custom-action p {
	margin-top: 0;
}

.avril-theme-recomended-actions_container .avril-recommeded-actions-container:not(:first-child) {
	overflow: hidden;
	height: 0;
	opacity: 0;
}

.avril-theme-recomended-actions_container .avril-recommeded-actions-container:first-child {
	height: auto;
	opacity: 1;
}

.avril-theme-recomended-actions_container .avril-recommeded-actions-container {
	-webkit-transition: opacity 2s;
	/* Safari */
	transition: opacity 2s;
}

.avril-theme-recomended-actions_container .hide {
	display: none;
}

.avril-customizer-plugin-notify-actions-count.complete {
	background-color: #79ba49;
}

.avril-theme-recomended-actions_container #demo_content .button {
	display: block;
	margin-bottom: 1em;
	text-align: center;
}

.avril-theme-recomended-actions_container .succes a {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.avril-theme-recomended-actions_container .succes a.social {
	width: 49%;
	margin-bottom: 1em;
	padding-top: 4px;
	line-height: 20px;
}

.avril-theme-recomended-actions_container .succes a.social span,
.avril-theme-recomended-actions_container .succes  span {
	margin-right: 5px;
}

.avril-theme-recomended-actions_container .succes {
	padding-top: 4px;
	line-height: 20px;
}

.avril-customizer-notify-dismiss-button-recommended-plugin,
.avril-customizer-notify-dismiss-recommended-action {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	color: #d54e21;
	text-decoration: none;
	cursor: pointer;
}

.avril-epsilon-recommeded-actions {
	position: relative;
}

.avril-customizer-notify-dismiss-recommended-action,
.avril-epsilon-recommeded-actions .avril-customizer-notify-dismiss-button-recommended-plugin {
	top: 0;
	right: 0;
}

.avril-epsilon-recommeded-actions #temp_load {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.avril-epsilon-recommeded-actions #temp_load img {
	margin: 0 auto;
}