mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +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);
|
|
}
|