Add icon view.

This commit is contained in:
2018-12-10 16:16:39 -08:00
parent d855467f14
commit 42126c1489
4 changed files with 27 additions and 1 deletions

View File

@@ -155,3 +155,16 @@ span.sender-wrapper {
padding-right: 5px;
float: right;
}
/**
* Icons
*/
.feather-icon {
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
fill: none;
height: 20px;
width: 20px;
}