Update confirm-page.css
put choice buttons on top of confirm page for faster navigation
This commit is contained in:
parent
037a804725
commit
04d3b09879
1 changed files with 12 additions and 2 deletions
|
@ -5,10 +5,18 @@
|
||||||
|
|
||||||
main {
|
main {
|
||||||
background: url(/img/onboarding-4.png) no-repeat;
|
background: url(/img/onboarding-4.png) no-repeat;
|
||||||
background-position: 200px 0;
|
background-position: 200px 40px;
|
||||||
background-size: 120px;
|
background-size: 120px;
|
||||||
margin-inline-start: -350px;
|
margin-inline-start: -350px;
|
||||||
padding-inline-start: 350px;
|
padding-inline-start: 350px;
|
||||||
|
position: absolute;
|
||||||
|
top: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.button-container {
|
||||||
|
position: absolute;
|
||||||
|
top: -80px;
|
||||||
|
width: 666px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-name {
|
.container-name {
|
||||||
|
@ -82,10 +90,12 @@ dfn {
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-container > button {
|
.button-container > button {
|
||||||
min-inline-size: 240px;
|
min-inline-size: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.check-label {
|
.check-label {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue