focalboard/webapp/src/widgets/icons/dot.scss

6 lines
82 B
SCSS
Raw Normal View History

2020-10-28 08:50:22 +01:00
.DotIcon {
2021-01-22 13:24:08 +01:00
fill: rgba(var(--body-color), 0.5);
2020-10-28 08:50:22 +01:00
width: 24px;
height: 24px;
}