UX: Increase size of circle animation from 5 to 6px

This commit is contained in:
Michael Mayer 2021-11-29 18:18:18 +01:00
parent 0da918ffbe
commit c390ea1282

View file

@ -71,10 +71,10 @@
right: 0;
z-index: 0;
overflow: hidden;
border-top: 5px #d48af4 solid;
border-right: 5px #a990ec solid;
border-bottom: 5px #86c8ed solid;
border-left: 5px #a3ddf4 solid;
border-top: 6px #d48af4 solid;
border-right: 6px #a990ec solid;
border-bottom: 6px #86c8ed solid;
border-left: 6px #a3ddf4 solid;
border-radius: 50%;
-webkit-transform-origin: center center;
transform-origin: center center;