finished terms view, added terms and general layout sass files, updated default back button to match comp, etc.

This commit is contained in:
Jamal Jackson 2016-08-30 12:58:58 -04:00
commit e24e13aa20
7 changed files with 38 additions and 20 deletions

View file

View file

@ -991,3 +991,6 @@ input[type=number] {
white-space: initial;
}
}
@import 'general/layout';
@import 'views/onboarding/terms-of-use';

View 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;
}
}
}
}