Improve the look of the Add Note button icon

This commit is contained in:
Bryan Housel
2018-07-23 22:50:19 -04:00
parent 46dc44b35b
commit eca326a1dd

View File

@@ -588,6 +588,20 @@ button.save.has-count .count::before {
right: -6px;
}
button.add-note svg.icon {
height: 15px;
width: 15px;
color: rgba(0,0,0,0.25);
stroke-width: 60;
stroke: black;
margin-top: 3px;
margin-right: 7px;
}
[dir='rtl'] button.add-note svg.icon {
margin-left: 7px;
margin-right: unset;
}
/* Icons */
.icon {