switch from png to svg

This commit is contained in:
Onur Gümüş 2022-01-20 06:31:00 +03:00
parent d60a4531ae
commit 83ed6a68eb

View file

@ -2063,7 +2063,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
.md-ico-play {
content:url("./assets/playPng.png");
content:url("./assets/play.svg");
width: 10px;
height: 12px;
margin-right: 1px;
@ -2071,15 +2071,16 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
}
.md-ico-shuffle {
content:url("./assets/shufflePng.png");
width: 15px;
height: 13px;
content:url("./assets/shuffle.svg");
width: 17px;
height: 17px;
margin-right: 1px;
margin-bottom: -2px;
align-self: center;
}
.md-ico-remove {
content:url("./assets/feather/x-circlePng.png");
content:url("./assets/feather/x-circle-white.svg");
width: 16px;
height: 16px;
margin-right: 1px;