2
0
Fork 0
inspin.io/assets/style/pages/login/login.css

29 lines
498 B
CSS
Raw Normal View History

2024-08-15 12:28:47 +00:00
.login {
.bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
}
.bg {
display: grid;
grid-template-columns: 1fr 1.1fr;
.dots {
background: -webkit-radial-gradient(#4a65cc .05rem, transparent .05rem), var(--s-color);
background-position: 0 0;
background-size: .75rem .75rem;
}
}
.content {
display: grid;
grid-template-columns: 1fr 1.1fr;
max-width: 85rem;
margin: 0 auto;
}
}