/* ================================= */
/* CSS for control sap.tnt/InfoLabel */
/* Belize HCB theme                  */
/* ================================= */


/* ==========================================================================
   Variables and mixins
   ========================================================================== */

@_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;


.sapTntInfoLabel,
.sapTntInfoLabel.sapTntInfoLabelDisplayOnly {
	background-color: @sapUiGroupContentBackground;
	border: 1px solid @sapUiGroupContentBorderColor;
}

/* ==========================================================================
   InfoLabel No Text
   ========================================================================== */
.sapTntInfoLabel.sapTntInfoLabelNoText:not(.sapTntInfoLabelWithIcon) {
	padding: 0 0.5rem;

	&.sapTntInfoLabelDisplayOnly{
		padding: 0 0.4375rem;
	}
}