Add todo item icon

This commit is contained in:
Emili Castells Guasch 2024-12-11 09:23:01 +01:00
parent 0b7c722da5
commit 2d27f5e99d
2 changed files with 9 additions and 25 deletions

View file

@ -66,6 +66,14 @@
@include font(13, 20, 400);
color: $color-blueberry;
}
&__icon {
border: 1px dashed #949494;
background: #fff;
border-radius: 50%;
width: 32px;
height: 32px;
}
}
.ppcp-r-feature-item {