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

34 lines
407 B
CSS
Raw Normal View History

/* Overwrite some styles */
div#footer {
2022-07-10 05:56:01 +02:00
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 {
2022-07-10 05:56:01 +02:00
float: left;
height: 100px;
padding: 0px 10px;
2021-12-25 20:40:44 +01:00
}
div#footer-logo {
2022-07-10 05:56:01 +02:00
float: left;
height: 100px;
}
#floating-panel {
2022-07-10 05:56:01 +02:00
bottom: 20px;
align-items: stretch;
2022-01-11 06:18:45 +01:00
}
div#mindplot {
2022-07-10 05:56:01 +02:00
top: 0;
2022-02-21 06:41:59 +01:00
}
#toolbar {
2022-07-10 05:56:01 +02:00
display: none;
}