From 5ad94a8579e859985ff06caf1adca28009612324 Mon Sep 17 00:00:00 2001 From: Jamal Jackson Date: Thu, 15 Sep 2016 10:47:10 -0400 Subject: [PATCH] fix terms page back button to arrow and not text --- public/views/modals/terms.html | 2 +- src/sass/views/onboarding/terms-of-use.scss | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/views/modals/terms.html b/public/views/modals/terms.html index cdd113c52..3a1efad00 100644 --- a/public/views/modals/terms.html +++ b/public/views/modals/terms.html @@ -3,7 +3,7 @@ {{'Terms of Use' | translate}} diff --git a/src/sass/views/onboarding/terms-of-use.scss b/src/sass/views/onboarding/terms-of-use.scss index 1a714df08..a4ab99c5c 100644 --- a/src/sass/views/onboarding/terms-of-use.scss +++ b/src/sass/views/onboarding/terms-of-use.scss @@ -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; }