[SSE DE] Added shadow and border radius equation toolbar

This commit is contained in:
Alexei Koshelev
2023-04-25 12:33:23 +03:00
parent 7ab4c53cd8
commit b2e4a0a358
2 changed files with 14 additions and 6 deletions

View File

@ -104,11 +104,15 @@
background-color: @background-toolbar;
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}
#equation-container {
.separator {
height: 32px;
height: 30px;
}
&.has-open-menu {
z-index: @zindex-navbar + 1;
@ -117,8 +121,8 @@
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 0px;
}
}

View File

@ -131,6 +131,10 @@
border: @scaled-one-px-value-ie solid @border-regular-control-ie;
border: @scaled-one-px-value solid @border-regular-control;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
&.has-open-menu {
z-index: @zindex-navbar + 1;
}
@ -138,14 +142,14 @@
#equation-container {
.separator {
height: 32px;
height: 30px;
}
.btn-toolbar {
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
width: 30px;
height: 30px;
border-radius: 0px;
}
}