Change auth0 template to satisfy safe mobile render areas..again

This commit is contained in:
lumijiez
2025-06-06 18:55:40 +03:00
parent e90cc93e9f
commit 8a2cb322fc

View File

@@ -21,10 +21,6 @@
margin: 0;
padding: 0;
background-color: #f9f9f9;
background-image: url('https://i.ibb.co/BDSg5pD/vecteezy-abstract-arrows-ribbons-crowns-hearts-explosions-and-5891677.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
font-family: 'Roboto', sans-serif;
overflow: hidden;
@@ -39,9 +35,9 @@
bottom: 0;
backdrop-filter: blur(10px);
background: linear-gradient(120deg,
rgba(8, 181, 240, 1),
rgba(255, 213, 33, 1),
rgba(231, 0, 130, 1)
rgba(8, 181, 240, 0.7),
rgba(255, 213, 33, 0.5),
rgba(231, 0, 130, 0.7)
);
z-index: 0;
}