Merged editor-with-mui into develop

This commit is contained in:
Paulo Veiga 2022-10-04 01:45:12 +00:00
parent 103534475d
commit 5b4a6e4c78

View File

@ -56,20 +56,16 @@ div#mindplot {
align-items: stretch; align-items: stretch;
} }
div#position {
margin-top: 5px;
}
#position-button { #position-button {
cursor: pointer; cursor: pointer;
border: solid black 1px; border: solid white 1px;
width: 40px; width: 40px;
height: 40px; height: 40px;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: 40px 40px; background-size: 40px 40px;
background-color: #FFF; background-color: #FFF;
border-radius: 8px;
padding: 0; padding: 0;
} }
@ -80,11 +76,12 @@ div#position {
#zoom-button { #zoom-button {
width: 40px; width: 40px;
border: 0; border: 0;
box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
} }
#zoom-plus, #zoom-plus,
#zoom-minus { #zoom-minus {
border: solid black 1px; border: solid white 1px;
height: 40px; height: 40px;
width: 40px; width: 40px;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -101,14 +98,6 @@ div#position {
vertical-align: middle; vertical-align: middle;
} }
#zoom-plus {
border-radius: 8px 8px 0 0;
}
#zoom-minus {
border-radius: 0 0 8px 8px;
}
div#footerLogo { div#footerLogo {
position: fixed; position: fixed;
display: list-item; display: list-item;