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

26 lines
365 B
Plaintext
Raw Normal View History

@import "editor.less";
/* 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;
}