Skip to content

Commit

Permalink
fix(css): add padding to forms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Oct 17, 2018
1 parent aa359de commit 5c33716
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,12 @@ mat-form-field {
margin: -10px 0;
}
}

.igo-form {
padding: 20px 5px 5px;
}

.igo-form-button-group {
text-align: center;
padding-top: 10px;
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mat-form-field {
width: 100%;
}

.igo-form {
padding: 5px;
}

.igo-form-button-group {
text-align: center;
padding-top: 10px;
}
14 changes: 13 additions & 1 deletion projects/geo/src/lib/print/print-form/print-form.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,17 @@ mat-checkbox, mat-radio-button {
}

.print-button-top-padding {
padding-top: 10px;
padding-top: 25px;
}

.igo-form {
padding: 10px 5px 5px;
}

.igo-form-button-group {
text-align: center;
}

label.mat-checkbox-layout {
padding-bottom: 10px;
}

0 comments on commit 5c33716

Please sign in to comment.