@import '../themes/rialto.less'; /* ---------------------------------- RIALTO FLASH MESSAGE ----------------------------------- */ #rialto-flash-message { //display: none; position: fixed; left: 50%; top: 30%; margin: -100px 0px 0px -200px; padding: 20px; width: 360px; background-color: #988D74; color: #fff; font-size: 16px; font-weight: bold; z-index: 6000; }