34 lines
407 B
CSS
Raw Normal View History

/* Overwrite some styles */
div#footer {
2022-07-09 20:56:01 -07:00
width: 100%;
padding: 20px 30px;
height: 80px;
position: absolute;
bottom: 0;
background-color: #ffa800;
}
2021-12-25 11:40:44 -08:00
div#footer-desc {
2022-07-09 20:56:01 -07:00
float: left;
height: 100px;
padding: 0px 10px;
2021-12-25 11:40:44 -08:00
}
div#footer-logo {
2022-07-09 20:56:01 -07:00
float: left;
height: 100px;
}
#floating-panel {
2022-07-09 20:56:01 -07:00
bottom: 20px;
align-items: stretch;
2022-01-10 21:18:45 -08:00
}
div#mindplot {
2022-07-09 20:56:01 -07:00
top: 0;
2022-02-20 21:41:59 -08:00
}
#toolbar {
2022-07-09 20:56:01 -07:00
display: none;
}