focalboard/webapp/src/widgets/icons/dot.scss
Stefan Huber 1ed9c6b291
Add prettier at least for css (#327)
This reverts commit c95ab685e4 and adds code fixes to scss files

Co-authored-by: Jesús Espino <jespinog@gmail.com>
2021-04-28 16:28:52 +02:00

5 lines
88 B
SCSS

.DotIcon {
fill: rgba(var(--body-color), 0.5);
width: 24px;
height: 24px;
}