Skip to content

Commit

Permalink
ionic theme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabieniec committed Aug 20, 2018
1 parent 8d4503e commit 166f56d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/aws-amplify-angular/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,23 +355,23 @@ background-color: var(--color-white);
}

.amplify-input-label {
height: 18px;
width: 367.92px;
color: var(--color-accent);
font-family: var(--font-family);
height: 18px;
width: 367.92px;
color: var(--color-accent);
font-family: var(--font-family);
font-size: 14px;
margin: 0.5em;
letter-spacing: 0.4px;
line-height: 18px;
letter-spacing: 0.4px;
line-height: 18px;
}

.amplify-form-input {
height: 42px;
height: 42px;
width: 378px;
font-size: 14px;
letter-spacing: 0.4px;
border: var(--input-border);
border-radius: 3px;
border: var(--input-border);
border-radius: 3px;
background-color: #FFFFFF;
padding: var(--input-padding);
margin: 0.5em;
Expand Down

0 comments on commit 166f56d

Please sign in to comment.