wisemapping-frontend/packages/editor/test/playground/map-render/css/viewmode.css

34 lines
432 B
CSS
Raw Normal View History

2022-01-11 06:18:45 +01:00
@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;
}
2021-12-25 20:40:44 +01:00
div#footer-desc {
float: left;
2021-12-25 20:40:44 +01:00
height: 100px;
padding: 0px 10px;
}
div#footer-logo {
float: left;
height: 100px;
}
#floating-panel {
bottom: 80px;
2022-01-11 06:18:45 +01:00
}
div#mindplot {
top:0;
}