# betterdocs/2.0.14/admin/assets/css/betterdocs-global.css

BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ &amp; Chatbot, version 2.0.14. 125 lines.

- Page: https://pluginprobe.com/plugins/betterdocs/2.0.14/code/admin/assets/css/betterdocs-global.css
- Raw: https://pluginprobe.com/plugins/betterdocs/2.0.14/raw/admin/assets/css/betterdocs-global.css
- Modified: 2020-07-27T08:04:04+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/betterdocs/2.0.14/code/admin/assets/css/betterdocs-global.css#L10-L20`.

```css
/* Notice CSS */
/* review notice */
.wpdeveloper-review-notice {
	padding: 10px;
	background-color: #fff;
	border-radius: 3px;
	margin: 15px;
	border-left: 4px solid transparent;
	display: flex;
	align-items: center;
}

.wpdeveloper-review-notice:after {
	content: '';
	display: table;
	clear: both;
}

.wpdeveloper-notice-thumbnail {
	width: 90px;
	float: left;
	padding: 5px;
	text-align: center;
	border-right: 4px solid transparent;
}

.wpdeveloper-notice-thumbnail img {
	width: 72px;
	opacity: .85;
	transition: all .3s;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail img {
	width: 50px;
	padding: 10px;
}

.wpdeveloper-notice-thumbnail img:hover {
	opacity: 1;
}

.eael-review-text {
	overflow: hidden;
}

.eael-review-text h3 {
	font-size: 24px;
	margin: 0 0 5px;
	font-weight: 400;
	line-height: 1.3;
}

.eael-review-text p {
	font-size: 13px;
	margin: 0 0 5px;
}

.wpdeveloper-notice-link {
	margin: 8px 0 0 0;
	padding: 0;
}

.wpdeveloper-notice-link li {
	display: inline-block;
	margin-right: 15px;
}

.wpdeveloper-notice-link li a {
	display: inline-block;
	color: #10738B;
	text-decoration: none;
	padding-left: 26px;
	position: relative;
}

.wpdeveloper-notice-link li a span {
	position: absolute;
	left: 0;
	top: -2px;
}

.wpdeveloper-notice-message {
	padding: 10px 0;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-message {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-message+.notice-dismiss {
	top: 18px;
}

.wpdeveloper-upsale-notice #plugin-install-core {
	margin-left: 10px;
}

.notice.notice-has-thumbnail {
	padding-left: 0px;
}

.wpdeveloper-upsale-notice {
	display: flex;
}

.wpdeveloper-upsale-notice .wpdeveloper-notice-thumbnail {
	padding: 0;
	width: 80px;
}

.wp-core-ui .doc-category-kb[multiple] {
	padding: 10px 0;
	min-width: 300px; 
}

.doc-category-kb option {
	padding: 10px;
}

#taxonomy-knowledge_base #knowledge_base-add-toggle {
    display: none;
}
/* Notice CSS End */
```
