design ing

This commit is contained in:
sunny 2018-08-29 00:32:49 +09:00
parent c6d76f66b9
commit 69003f3375
2 changed files with 4 additions and 14 deletions

View File

@ -2,26 +2,16 @@
<div *ngIf="showTopResize" class="resize-handle top"></div>
<div *ngIf="showLeftResize" class="resize-handle left"></div>
<svg svg aria-hidden="true" class="app-icon" version="1.1" viewBox="0 0 16 16" width="16" height="16">
<style type="text/css">
.st0 {
fill: #FFFFFF;
}
</style>
<path class="st0" d="M10.2,8.4L10,8l0.2-0.4l3.4,0l2.1-3.7l-2.1-3.7H9.4L7.3,3.9L9,6.9L8.7,7.3H8.2L6.5,4.3H2.3L0.2,8l2.1,3.7h4.2
<path d="M10.2,8.4L10,8l0.2-0.4l3.4,0l2.1-3.7l-2.1-3.7H9.4L7.3,3.9L9,6.9L8.7,7.3H8.2L6.5,4.3H2.3L0.2,8l2.1,3.7h4.2
l1.7-2.9h0.5L9,9.1l-1.7,2.9l2.1,3.7l4.2,0l2.1-3.7l-2.1-3.7L10.2,8.4z M9,3.9l1.3-2.2h2.5l1.3,2.2l-1.3,2.2l-1.7,0l1-1.7l-1.3-0.7
l-1,1.7L9,3.9z M5.7,10.2H3.1L1.9,8l1.3-2.2h2.5l0.8,1.5H4.6v1.5h1.9L5.7,10.2z M12.8,14.3h-2.5L9,12.1l0.8-1.5l1,1.7l1.3-0.7
l-1-1.7h1.7l1.3,2.2L12.8,14.3z"></path>
</svg>
<svg svg aria-hidden="true" class="app-icon" version="1.1" viewBox="0 0 16 16" width="16" height="16">
<style type="text/css">
.st0 {
fill: #FFFFFF;
}
</style>
<polygon class="st0" points="6.7,6.3 8,5.6 11.9,7.8 11.9,5.8 8,3.5 4.1,5.8 4.1,10.3 8,12.5 8,10.5 5.8,9.3 5.8,7.8 14,12.5
<polygon points="6.7,6.3 8,5.6 11.9,7.8 11.9,5.8 8,3.5 4.1,5.8 4.1,10.3 8,12.5 8,10.5 5.8,9.3 5.8,7.8 14,12.5
14.9,12 14.9,11 " />
<polygon class="st0" points="8,0.1 1.1,4.1 1.1,12 8,16 13.2,13 11.5,12 8,14 2.8,11 2.8,5.1 8,2.1 13.1,5.1 13.1,9.2 14.9,10.2
<polygon points="8,0.1 1.1,4.1 1.1,12 8,16 13.2,13 11.5,12 8,14 2.8,11 2.8,5.1 8,2.1 13.1,5.1 13.1,9.2 14.9,10.2
14.9,4.1 " />
</svg>

View File

@ -10,7 +10,7 @@
flex-direction: row;
.app-icon {
color: var(--toolbar-button-secondary-color);
fill: var(--toolbar-button-secondary-color);
margin: 0 var(--spacing);
align-self: center;
}