wisemapping-frontend/packages/editor/test/playground/map-render/css/viewmode.css
Matias Arriola 8ccc4e798e Refactor editor init
Add inline images to editor footer
Move playground to editor
2022-01-24 17:22:39 -03:00

34 lines
432 B
CSS

@import "editor.css";
/* Overwrite some styles */
body {
position: inherit;
}
div#footer {
width: 100%;
padding: 20px 30px;
height: 80px;
position: absolute;
bottom: 0;
background-color: #ffa800;
}
div#footer-desc {
float: left;
height: 100px;
padding: 0px 10px;
}
div#footer-logo {
float: left;
height: 100px;
}
#floating-panel {
bottom: 80px;
}
div#mindplot {
top:0;
}