Merge pull request #123 from jamal-jackson/feature/terms_of_use_updates
Disclaimer and backup minor css update
This commit is contained in:
commit
289bf48c96
5 changed files with 17 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div id="backup-confirm-modal" class="popup-modal">
|
||||
<div class="popup-modal-header">
|
||||
<div ng-class="{'popup-modal-header-img-success': !backupError, 'popup-modal-header-img-fail': backupError}"></div>
|
||||
<div ng-class="{'popup-modal-header-img-success': !backupError, 'popup-modal-header-img-fail': backupError}" class="popup-modal-header-img"></div>
|
||||
</div>
|
||||
<div class="popup-modal-content" ng-class="{'popup-modal-content-success': !backupError, 'popup-modal-content-fail': backupError}">
|
||||
<div class="text-center" ng-show="!backupError">
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<ion-nav-title>{{'Terms of Use' | translate}}</ion-nav-title>
|
||||
<ion-nav-buttons side="primary">
|
||||
<button class="button no-border" ng-click="termsModal.hide()">
|
||||
{{'Close' | translate}}
|
||||
<i class="ion-ios-arrow-thin-left"></i>
|
||||
</button>
|
||||
</ion-nav-buttons>
|
||||
</ion-nav-bar>
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
width: 100%;
|
||||
.item{
|
||||
color:rgb(58,58,58);
|
||||
padding-bottom: 1.6rem;
|
||||
padding-bottom: 2.5rem;
|
||||
float: left;
|
||||
.item-content{
|
||||
white-space: normal;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
ion-header-bar {
|
||||
background: #fff;
|
||||
box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
|
||||
.primary-buttons{
|
||||
.button{
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
ion-content{
|
||||
padding-top: 1.5rem;
|
||||
|
|
@ -36,17 +41,19 @@
|
|||
.checkbox input:checked:after,
|
||||
input:checked + .checkbox-icon:after {
|
||||
border-color: rgb(19, 229, 182);
|
||||
top: 20%;
|
||||
left: 11%;
|
||||
}
|
||||
.item {
|
||||
color: rgb(58, 58, 58);
|
||||
padding-bottom: 1.2rem;
|
||||
padding-bottom: 1.6rem;
|
||||
padding-bottom: 2.5rem;
|
||||
float: left;
|
||||
border: none;
|
||||
width: 10%;
|
||||
position: relative;
|
||||
padding-right: 0;
|
||||
top: 30px;
|
||||
top: 50px;
|
||||
.item-content {
|
||||
white-space: normal;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -74,6 +74,11 @@
|
|||
margin: 5px auto 0;
|
||||
}
|
||||
}
|
||||
ion-content.has-tabs{
|
||||
.cta-buttons, #select-phrase{
|
||||
bottom:91px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue