добавлены иконки в проект, написаны компоненты тулбара
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user