style: modify css as it is not suitable for production
This commit is contained in:
parent
3c7792eba9
commit
f4e6521279
|
@ -1,19 +1,10 @@
|
||||||
body{
|
|
||||||
background-color: pink;
|
|
||||||
}
|
|
||||||
#demo-canvas {
|
|
||||||
border-radius: 30px;
|
|
||||||
filter: drop-shadow(0 0 0.75rem black);
|
|
||||||
}
|
|
||||||
#demo-canvas:hover {
|
#demo-canvas:hover {
|
||||||
cursor: none
|
cursor: none
|
||||||
}
|
}
|
||||||
.penger-img {
|
.penger-img {
|
||||||
width: 64px;
|
width: 64px;
|
||||||
image-rendering: pixelated;
|
|
||||||
border-radius: 5px;
|
|
||||||
border: solid 1px white;
|
|
||||||
height: 64px;
|
height: 64px;
|
||||||
|
image-rendering: pixelated;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
transition: transform 0.2s;
|
transition: transform 0.2s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,3 +40,7 @@
|
||||||
color: rgb(255,0,127);
|
color: rgb(255,0,127);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue