mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
add icons for transitions btns - work in progress
This commit is contained in:
12
Resources/public/sass/_task.scss
Normal file
12
Resources/public/sass/_task.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
.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);
|
||||
}
|
Reference in New Issue
Block a user