add date sort order
This commit is contained in:
parent
d84ef8c61b
commit
5331ef1bf7
4 changed files with 48 additions and 13 deletions
|
|
@ -21,7 +21,12 @@
|
|||
<stop offset="0%" stop-color="#27FDC7"></stop>
|
||||
<stop offset="100%" stop-color="#0FC0F5"></stop>
|
||||
</linearGradient>
|
||||
<path id="todo__box" stroke="url(#boxGradient)" d="M21 12.7v5c0 1.3-1 2.3-2.3 2.3H8.3C7 20 6 19 6 17.7V7.3C6 6 7 5 8.3 5h10.4C20 5 21 6 21 7.3v5.4"></path>
|
||||
<linearGradient id="boxGradientInactive" gradientUnits="userSpaceOnUse" x1="0" y1="0" x2="25" y2="25">
|
||||
<stop offset="0%" stop-color="#dde0e6"></stop>
|
||||
<stop offset="100%" stop-color="#dde0e6"></stop>
|
||||
</linearGradient>
|
||||
<path id="todo__box__done" stroke="url(#boxGradient)" d="M21 12.7v5c0 1.3-1 2.3-2.3 2.3H8.3C7 20 6 19 6 17.7V7.3C6 6 7 5 8.3 5h10.4C20 5 21 6 21 7.3v5.4"></path>
|
||||
<path id="todo__box" stroke="url(#boxGradientInactive)" d="M21 12.7v5c0 1.3-1 2.3-2.3 2.3H8.3C7 20 6 19 6 17.7V7.3C6 6 7 5 8.3 5h10.4C20 5 21 6 21 7.3v5.4"></path>
|
||||
<path id="todo__check" stroke="url(#boxGradient)" d="M10 13l2 2 5-5"></path>
|
||||
<circle id="todo__circle" cx="13.5" cy="12.5" r="10"></circle>
|
||||
</defs>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue