HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/admin/dashboard/static/sass/header.scss
#ct-dashboard > header {
	background: #f5f7f9;

	h2 {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 25px;
		font-weight: 700;
		margin: 0;
		color: #23282D;

		svg {
			position: relative;
			// margin-top: -2px;
			margin-right: 10px;
			fill: currentColor;
		}

		span {
			font-size: 10px;
			color: #fff;
			margin: 0 0 0 10px;
			padding: 2px 8px;
			border-radius: 3px;
			background: var(--accentColor);
		}
	}

	p {
		font-size: 15px;
		line-height: 1.8;
		margin-top: 10px;
		color: #687c93;
		max-width: 580px;
		margin: 25px auto 0 auto;
	}

	.ct-version {
		display: none;
		color: #fff;
		background: #72af3a;
		font-size: 10px;
		border-radius: 100px;
		padding: 2px 8px;
		position: relative;
		// top: -10px;
		margin-left: 10px;
	}
}