minor padding changes

pull/1/head
Chris Veilleux 2019-02-03 20:26:56 -06:00
parent 1bd23ba3e2
commit ea4d6d2164
1 changed files with 5 additions and 5 deletions

View File

@ -4,23 +4,23 @@
form {
border-radius: 10px;
padding: 20px;
padding: 16px;
fa-icon {
color: mat-color($mycroft-accent, A700);
margin-right: 15px;
margin-right: 16px;
}
mat-checkbox {
color: mat-color($mycroft-accent, A700);
}
#forgot-password {
margin-left: 30px;
margin-left: 32px;
}
button {
@include action-button-primary;
margin-top: 30px;
margin-top: 32px;
text-align: center;
}
@ -28,5 +28,5 @@ form {
.mat-body-2 {
color: red;
padding: 15px;
padding: 16px;
}