29 lines
337 B
CSS
29 lines
337 B
CSS
.dialog-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.task-form {
|
|
padding: 20px;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.button-container {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 20px;
|
|
padding: 1.5rem;
|
|
}
|
|
|
|
mat-form-field {
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.section-title {
|
|
margin-top: 24px;
|
|
margin-bottom: 8px;
|
|
font-weight: 500;
|
|
}
|