@include body-class(true) {

	.sui-notice {

		&.dashui-notice-support {
			border-left: 2px solid $info;

			p:first-of-type {
				@include icon(before, lock, false);

				&:before {
					color: $notice-info-icon-color;
				}
			}
		}
	}
}