design(disclaimer): start polishing disclaimer view
This commit is contained in:
parent
926e80fcea
commit
4660683204
3 changed files with 35 additions and 22 deletions
|
|
@ -1,6 +1,21 @@
|
|||
#onboarding-disclaimer {
|
||||
color: #fff;
|
||||
height: 100%;
|
||||
&-container {
|
||||
max-width: 450px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
height: calc(100vh - 210px);
|
||||
}
|
||||
#disclaimer-topic {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
#disclaimer-description {
|
||||
margin: 1rem 1rem 2rem;
|
||||
}
|
||||
ion-content{
|
||||
height: 100%;
|
||||
&.has-header{
|
||||
|
|
@ -29,6 +44,7 @@
|
|||
background: transparent;
|
||||
border: none;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
.checkbox input:before,
|
||||
.checkbox .checkbox-icon:before {
|
||||
border-radius: 50% !important;
|
||||
|
|
@ -46,13 +62,8 @@
|
|||
.checkbox input:checked:after,
|
||||
input:checked + .checkbox-icon:after {
|
||||
border-color: rgb(19, 229, 182);
|
||||
top:20%;
|
||||
left:11%;
|
||||
@media (min-width:450px){
|
||||
&{
|
||||
left: 20%;
|
||||
}
|
||||
}
|
||||
top: 4px;
|
||||
left: 5px;
|
||||
}
|
||||
.item-content {
|
||||
width: 90%;
|
||||
|
|
@ -64,14 +75,14 @@
|
|||
margin-left: 3%;
|
||||
top:44%;
|
||||
}
|
||||
#agree-to-terms{
|
||||
#agree-to-terms {
|
||||
background: #fff;
|
||||
padding:1rem;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
&.header-present{
|
||||
bottom:16px;
|
||||
bottom: 38px;
|
||||
}
|
||||
&-content{
|
||||
max-width: 600px;
|
||||
|
|
@ -87,6 +98,7 @@
|
|||
}
|
||||
p{
|
||||
color:rgb(58,58,58);
|
||||
text-align: left;
|
||||
}
|
||||
@media (min-width:450px){
|
||||
p{
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
padding: 1rem;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
.checkbox input:before,
|
||||
.checkbox .checkbox-icon:before {
|
||||
border-radius: 50% !important;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue