diff --git a/ui/style.css b/ui/style.css index 934663f..a35617d 100644 --- a/ui/style.css +++ b/ui/style.css @@ -34,10 +34,26 @@ body { align-items: center; flex-direction: column; border-radius: 15px; + position: relative; + border-radius: 15px; } +.move img { + content: ""; + object-fit: cover; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + width: 100%; + height: 100%; + z-index: 0; + border-radius: 10px; +} + .sex { opacity: 0; @@ -52,88 +68,6 @@ body { } - - - -#sdvx3-button { - position: relative; - border-radius: 15px; -} - -#sdvx3-button img { - content: ""; - object-fit: cover; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - width: 100%; - height: 100%; - z-index: 0; - border-radius: 10px; -} - -#sdvx4-button { - position: relative; - border-radius: 15px; -} - -#sdvx4-button img { - content: ""; - object-fit: cover; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - width: 100%; - height: 100%; - z-index: 0; - border-radius: 15px; - -} - -#sdvx6-button img { - content: ""; - - object-fit: cover; - - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - width: 100%; - height: 100%; - z-index: 0; - border-radius: 15px; -} - -#sdvx6-button { - position: relative; - border-radius: 15px; -} - -#sdvx5-button { - position: relative; - border-radius: 15px; -} - -#sdvx5-button img { - content: ""; - object-fit: cover; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - width: 100%; - height: 100%; - z-index: 0; - border-radius: 15px; -} - @keyframes blik { 0% { box-shadow: 0 0 0 3px rgba(255, 254, 254, 0);