Remove less

This commit is contained in:
Paulo Gustavo Veiga
2022-01-10 21:13:06 -08:00
parent a6b6d67277
commit 7f8b9a8121
12 changed files with 13 additions and 40 deletions

View File

@@ -0,0 +1,34 @@
@import "editor.css";
/* Overwrite some styles */
body{
position: inherit;
}
div#footerLogo {
position: fixed;
display: list-item;
list-style-image: url(../../images/editor/logo-text-black.svg);
list-style-position: inside;
left: 10px;
bottom: 10px;
}
div#mapDetails {
position: fixed;
bottom:20px;
left: 100px;
padding-top: 20px;
font-size: 14px;
}
div#mapDetails .title {
font-weight: bold;
margin-left: 10px;
margin-right: 3px;
}
div#mindplot {
top: 0;
}