/******************************************************************
	Style of the RTA Standalone Toolbar - base Theme
*******************************************************************/
.sapUiRtaToolbar.type_standalone.color_default {
	top: -3.125rem; //50px;
	transition: top 0.25s ease-out;
	height: 3rem; //48p

	&.is_visible {
		top: 0;
	}
}