Skip to content

Commit

Permalink
fix some styles
Browse files Browse the repository at this point in the history
  • Loading branch information
peggimann authored and lkleisa committed Nov 24, 2023
1 parent 23ec2a0 commit 89b6cd2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
</section>

<mat-dialog-content>
<p class="fs-6">Objective</p>
<p class="linebreak bg-display-element py-2 ps-1 mb-2 fs-6 fw-normal">{{ data.objectiveTitle }}</p>
<p class="fs-6 text-black">Objective</p>
<p class="linebreak bg-display-element py-2 ps-1 mb-2 fs-6 fw-normal text-black">{{ data.objectiveTitle }}</p>

<form [formGroup]="completeForm">
<div class="input-style gap-2 col-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
<mat-checkbox
[attr.data-testId]="'keyResult-checkbox'"
class="d-flex align-items-center custom-text-wrap col-5 col-6 add-keyresult"
class="d-flex align-items-center custom-text-wrap col-5 col-6 text-black add-keyresult"
color="primary"
formControlName="createKeyResults"
*ngIf="!data.objective.objectiveId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
@media only screen and (max-width: 780px) {
.add-keyresult {
margin-left: -10px;
margin-top: 1rem;
}
}

Expand Down
6 changes: 5 additions & 1 deletion frontend/src/style/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,17 @@ input[type="text"] {
padding: 0.437rem 0.625rem 0.375rem 0.625rem !important;
}

.mat-mdc-checkbox .mdc-form-field {
font-size: 1rem !important;
}

.dialog-form-field-error {
resize: none;
outline: $error-color 2px solid !important;
}

.custom-select {
border: solid 1px #dddddd;
border: solid 1px #909090;
padding: 0.44rem 0.625rem 0.375rem 0.625rem;
cursor: pointer;
width: 9.625rem;
Expand Down

0 comments on commit 89b6cd2

Please sign in to comment.