добавлены иконки в проект, написаны компоненты тулбара

This commit is contained in:
DmitriyB
2022-07-29 18:27:45 +05:00
parent d15424cdfd
commit d1e1b20e53
12 changed files with 136 additions and 4 deletions
+13 -3
View File
@@ -2,9 +2,13 @@
display: flex;
position: relative;
height: 100%;
width: 94px;
width: 74px;
padding: 0;
margin: 0;
transform: translateX(-70px);
border-right: 1px solid #4F4F4F;
background: #333333;
}
/* .toolbar-container.closed {
@@ -18,16 +22,22 @@
.toolbar-field {
width: 70px;
background: #333333;
padding: 14px 15px;
box-sizing: border-box;
/* border-right: 1px solid red; */
}
.toolbar-open-button {
position: absolute;
top: calc((100% - 128px) / 2);
left: calc(100% - 5px);
display: flex;
justify-content: center;
align-items: center;
margin-top: auto;
margin-bottom: auto;
margin-left: auto;
width: 24px;
height: 128px;
border: none;