switch from png to svg
This commit is contained in:
parent
d60a4531ae
commit
83ed6a68eb
1 changed files with 6 additions and 5 deletions
|
@ -2063,7 +2063,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-ico-play {
|
.md-ico-play {
|
||||||
content:url("./assets/playPng.png");
|
content:url("./assets/play.svg");
|
||||||
width: 10px;
|
width: 10px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
@ -2071,15 +2071,16 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-ico-shuffle {
|
.md-ico-shuffle {
|
||||||
content:url("./assets/shufflePng.png");
|
content:url("./assets/shuffle.svg");
|
||||||
width: 15px;
|
width: 17px;
|
||||||
height: 13px;
|
height: 17px;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
margin-bottom: -2px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-ico-remove {
|
.md-ico-remove {
|
||||||
content:url("./assets/feather/x-circlePng.png");
|
content:url("./assets/feather/x-circle-white.svg");
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
margin-right: 1px;
|
margin-right: 1px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue