align vote arrows

This commit is contained in:
igoradamenko
2018-05-12 16:06:18 +03:00
parent a8df3441c7
commit 995373394d
5 changed files with 8 additions and 8 deletions
@@ -6,7 +6,7 @@
font-size: 0;
font-weight: 700;
text-align: right;
color: #AAA;
color: #c4c4c4;
user-select: none;
cursor: default;
}
@@ -1,3 +1,3 @@
<svg width="14" height="17" xmlns="http://www.w3.org/2000/svg">
<path fill="#ededed" d="M4.426 16.116V6.72H.394L7-.012l6.606 6.732H9.574v9.396z" fill-rule="evenodd"/>
<svg width="14" height="18" xmlns="http://www.w3.org/2000/svg">
<path fill="#ededed" d="M4.426 17.116V7.72H.394L7 .988l6.606 6.732H9.574v9.396z" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

@@ -1,3 +1,3 @@
<svg width="14" height="17" xmlns="http://www.w3.org/2000/svg">
<path fill="#0aa" d="M4.426 16.116V6.72H.394L7-.012l6.606 6.732H9.574v9.396z" fill-rule="evenodd"/>
<svg width="14" height="18" xmlns="http://www.w3.org/2000/svg">
<path fill="#0aa" d="M4.426 17.116V7.72H.394L7 .988l6.606 6.732H9.574v9.396z" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 173 B

After

Width:  |  Height:  |  Size: 173 B

@@ -2,7 +2,7 @@
display: inline-block;
width: 16px;
height: 14px;
vertical-align: middle;
vertical-align: top;
font-size: 0;
line-height: 0;
background: url('comment__vote.svg') center no-repeat;
@@ -1,3 +1,3 @@
<svg width="14" height="17" xmlns="http://www.w3.org/2000/svg">
<path fill="#dedede" d="M4.426 16.116V6.72H.394L7-.012l6.606 6.732H9.574v9.396z" fill-rule="evenodd"/>
<svg width="14" height="18" xmlns="http://www.w3.org/2000/svg">
<path fill="#dedede" d="M4.426 17.116V7.72H.394L7 .988l6.606 6.732H9.574v9.396z" fill-rule="evenodd"/>
</svg>

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B