mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
13 lines
191 B
SCSS
13 lines
191 B
SCSS
|
|
.bt-task-start::before {
|
|
content: url(../svg/play.svg);
|
|
}
|
|
|
|
.bt-task-cancel::before {
|
|
content: url(../svg/times.svg);
|
|
}
|
|
|
|
.bt-task-close::before {
|
|
content: url(../svg/stop.svg);
|
|
}
|