finished terms view, added terms and general layout sass files, updated default back button to match comp, etc.
This commit is contained in:
parent
b24110cf01
commit
e24e13aa20
7 changed files with 38 additions and 20 deletions
0
src/sass/general/layout.scss
Normal file
0
src/sass/general/layout.scss
Normal file
|
|
@ -991,3 +991,6 @@ input[type=number] {
|
|||
white-space: initial;
|
||||
}
|
||||
}
|
||||
|
||||
@import 'general/layout';
|
||||
@import 'views/onboarding/terms-of-use';
|
||||
|
|
|
|||
17
src/sass/views/onboarding/terms-of-use.scss
Normal file
17
src/sass/views/onboarding/terms-of-use.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#terms-of-use{
|
||||
ion-header-bar{
|
||||
background: #fff;
|
||||
box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
|
||||
}
|
||||
ion-content{
|
||||
margin-top:1.5rem;
|
||||
color: rgba(86, 86, 86, 0.77);
|
||||
p{
|
||||
padding:0 2.5%;
|
||||
margin:2rem auto;
|
||||
&:first-child{
|
||||
margin-top:0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue