Change auth0 template to satisfy safe mobile render areas..again
This commit is contained in:
@@ -21,10 +21,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #f9f9f9;
|
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;
|
position: relative;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -39,9 +35,9 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
background: linear-gradient(120deg,
|
background: linear-gradient(120deg,
|
||||||
rgba(8, 181, 240, 1),
|
rgba(8, 181, 240, 0.7),
|
||||||
rgba(255, 213, 33, 1),
|
rgba(255, 213, 33, 0.5),
|
||||||
rgba(231, 0, 130, 1)
|
rgba(231, 0, 130, 0.7)
|
||||||
);
|
);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user