switched unicode infinity symbol to the SVG file and fixed the centering

This commit is contained in:
Onur Gümüş 2022-01-23 15:17:55 +03:00
parent 366201516e
commit 627859b1f7
2 changed files with 9 additions and 6 deletions

View file

@ -3455,14 +3455,17 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
.autoplay {
background: rgb(200 200 200 / 15%);
color:rgb(255 255 255);
font-size: larger;
display: flex;
justify-content: center;
appearance: none;
border: 0;
border-radius: 6px;
font-weight: 500;
font-family: inherit;
height: 30px;
height: 32px;
width: 32px;
}
.infinity{
content: url("./assets/infinity.svg");
margin: auto;
}
}