Skip to content

Commit

Permalink
feature/settings — Change font of clear cache button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandat committed Aug 12, 2016
1 parent 6b94543 commit 50c7141
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/setting/_setting-list.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.settings{
&__button{
font-size: 14px;
}
&__credits{
text-align: center;
color: #999;
Expand Down
2 changes: 1 addition & 1 deletion app/setting/setting-list.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ion-view.settings(view-title='Settings')
ion-toggle(ng-model='vm.settings.enableTracker', toggle-class='toggle-positive')
| Enable statistics
ion-item
button.button.button-assertive.button-small.button-block(ng-click='vm.clearCache()')
button.button.button-assertive.button-small.button-block.settings__button(ng-click='vm.clearCache()')
span(ng-bind="vm.clearing ? 'Clearing…' : 'Clear cache'")
.settings__credits.padding Data provided by Marvel. © 2014 Marvel

0 comments on commit 50c7141

Please sign in to comment.