Merge 04d3b09879
into aca51cc11c
This commit is contained in:
commit
8f2f072abb
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