Remove unsed resources.

This commit is contained in:
Paulo Gustavo Veiga
2022-02-20 22:12:40 -08:00
parent 859c3dd927
commit aa6531efe1
30 changed files with 1 additions and 8537 deletions

View File

@@ -53,15 +53,6 @@ div#mindplot {
align-items: stretch;
}
div#bottom-logo {
position: fixed;
left: 20px;
bottom: 10px;
background: url(../../images/editor/logo-text-black.svg) no-repeat;
width: 90px;
height: 40px;
}
div#position {
margin-top: 5px;
}
@@ -106,7 +97,7 @@ div#position {
div#footerLogo {
position: fixed;
display: list-item;
list-style-image: url(../../images/editor/logo-text-black.svg);
list-style-image: url(../../images/logo-text-black.svg);
list-style-position: inside;
left: 10px;
bottom: 10px;