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
|
|
@ -30,7 +30,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
$ionicConfigProvider.navBar.positionSecondaryButtons('right');
|
||||
|
||||
// NAV BACK-BUTTON TEXT/ICON
|
||||
$ionicConfigProvider.backButton.icon('ion-chevron-left');
|
||||
$ionicConfigProvider.backButton.icon('ion-arrow-left-c').text('');
|
||||
$ionicConfigProvider.backButton.previousTitleText(false);
|
||||
|
||||
$logProvider.debugEnabled(true);
|
||||
|
|
|
|||
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