Update confirm-page.css

put choice buttons on top of confirm page for faster navigation
This commit is contained in:
rawket 2024-11-23 22:30:36 +02:00 committed by GitHub
parent 037a804725
commit 04d3b09879
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,10 +5,18 @@
main {
background: url(/img/onboarding-4.png) no-repeat;
background-position: 200px 0;
background-position: 200px 40px;
background-size: 120px;
margin-inline-start: -350px;
padding-inline-start: 350px;
position: absolute;
top: 80px;
}
.button-container {
position: absolute;
top: -80px;
width: 666px;
}
.container-name {
@ -82,10 +90,12 @@ dfn {
}
.button-container > button {
min-inline-size: 240px;
min-inline-size: 300px;
}
.check-label {
align-items: center;
display: flex;
position: absolute;
top: 0px;
}