Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Noyes committed Aug 21, 2018
1 parent 4d13c5f commit 48279c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions packages/aws-amplify-angular/ionic.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@
--ion-color-dark-tint: #383838;
}

:host {
--padding-start: 0px;
}

.amplify-input-label-ionic {
height: 18px;
width: 280.32px;
Expand All @@ -97,11 +93,6 @@
box-shadow: none !important;
}

.amplify-form-button-ionic {
height: 50px;
width: 289px;
}

.amplify-form-header-ionic {
width: 275px !important;
font-family: "Amazon Ember";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const template = `
})
export class AuthenticatorComponentCore {
authState: AuthState = {
state: 'signIn',
state: 'loading',
user: null
};

Expand Down

0 comments on commit 48279c5

Please sign in to comment.