/* ================================== */
/* CSS for control sap.m/FeedInput    */
/* Horizon High Contrast White theme  */
/* ================================== */

.sapMFeedIn {
    	background-color: @sapGroup_ContentBackground;
}

.sapMFeedInFigure {
    	border-color: @sapUiHcReducedAltForeground;
}
.sapMFeedIn .sapMBtn {
    	position: absolute;
    	right: 0rem;
    	bottom: 0rem;
    	border-width: @sapButton_BorderWidth;
    	border-radius: @sapButton_BorderCornerRadius;
    	background-color:@sapGroup_ContentBackground;
    	font-size: @sapFontSize;
    	font-family: @sapFontSemiboldDuplexFamily;
}
.sapMFeedIn .sapMBtnInner {
    	padding:0;
    	border-radius: @sapButton_BorderCornerRadius;
    	background-color:@sapButton_Background;
    	border: 1px solid @sapButton_BorderColor;
    	color:@sapButton_TextColor
}