HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/updraftplus/css/updraftplus-notices.css
/* CSS for adverts */

.updraft_notice_container {
	height: auto;
	overflow: hidden;
}

.updraft_advert_content_left {
	float: none;
	width: 65px;
}

.updraft_advert_content_right {
	float: none;
	width: auto;
	overflow: hidden;
}

.updraft_advert_bottom {
	margin: 10px 0;
	padding: 10px;
	font-size: 140%;
	background-color: white;
	border-color: #E6DB55;
	border: 1px solid;
	border-radius: 4px;
}

.updraft-advert-dismiss {
	float: right;
	font-size: 13px;
	font-weight: normal;
}

h3.updraft_advert_heading {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

h4.updraft_advert_heading {
	margin-top: 2px !important;
	margin-bottom: 3px !important;
}

.updraft_center_content {
	text-align: center;
	margin-bottom: 5px;
}

.updraft_notice_link {
	padding-left: 5px;
}

.updraft_text_center {
	text-align: center;
}

@media screen and (min-width: 560px) {

	.updraft_advert_content_left {
		float: left;
	}

}