wisemapping-frontend/packages/mindplot/test/playground/map-render/css/viewmode.less
2021-12-25 11:40:44 -08:00

30 lines
432 B
Plaintext

@import "editor.less";
/* Overwrite some styles */
body{
position: inherit;
}
div#footer {
width: 100%;
height: 100px;
position: absolute;
bottom: 0;
background-color:chocolate;
}
div#footer {
width: 100%;
padding: 20px 50px;
height: 100px;
position: absolute;
bottom: 0;
background-color:#ffa800;
}
div#footer-desc {
float:left;
height: 100px;
padding: 0px 10px;
}