34 lines
340 B
CSS
34 lines
340 B
CSS
mat-form-field {
|
|
margin: 10px 5px 0 5px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
mat-form-field:first-child {
|
|
margin-left: 0;
|
|
}
|
|
|
|
mat-radio-group {
|
|
font-size: 14px;
|
|
}
|
|
|
|
mat-checkbox {
|
|
font-size: 14px;
|
|
}
|
|
|
|
mat-select {
|
|
font-size: 14px;
|
|
}
|
|
|
|
mat-option {
|
|
font-size: 14px;
|
|
}
|
|
|
|
a {
|
|
color: #007bff;
|
|
cursor: pointer;
|
|
}
|
|
|
|
mat-divider {
|
|
margin: 20px 0;
|
|
}
|