슬라이드버튼

This commit is contained in:
khk 2020-01-22 10:16:03 +09:00
parent 73ea6f3ffa
commit fe37b0c1ce

View File

@ -49,7 +49,19 @@
justify-content: space-around; justify-content: space-around;
} }
.left-drawer-toggle { ::ng-deep .left-drawer-toggle {
position: absolute; position: absolute;
top: calc(50% - 20px); top: calc(50% - 30px);
left: -4px;
border: 1px solid #dddddd;
background-color: #ffffff !important;
width: 24px;
height: 60px;
border-radius: 0 8px 8px 0;
display: flex;
justify-content: center;
justify-items: center;
.mat-icon {
font-size: 18px;
}
} }