@use "sass:map"; .ui-editor-view { display: flex; flex: 1; width: 100%; height: 100%; color: #fff; font-size: 14px; // background-color: #fff; align-items: flex-end; justify-content: flex-end; overflow: hidden; }