Modifications du style des boutons et
des formulaires
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
label {
|
||||
/* label {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
width: 200px;
|
||||
} */
|
||||
|
||||
|
||||
mat-form-field.mat-form-field {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
mat-label {
|
||||
color: #424242;
|
||||
}
|
||||
|
||||
@@ -28,5 +28,5 @@
|
||||
<input id="reserveCanopy" type="text" formControlName="reserveCanopy" class="form-control">
|
||||
</p>
|
||||
|
||||
<button class="button" type="submit" class="btn btn-primary">Add</button>
|
||||
<button mat-button type="submit">Add</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user