Skip to content

Commit

Permalink
Resovle conversations from peer review
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Dec 16, 2024
1 parent a5b2cd1 commit 6ed18a0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
class="bg-inherit d-flex justify-content-center align-items-center w-auto"
[ngClass]="[edit ? 'keyResult-attribute-edit' : 'keyResult-attribute-show', isDetail ? 'height' : '']"
>
<p class="fw-normal text-black sub-title-keyresult p-0" data-testid="confidence">
{{ checkIn.confidence }}/{{ max }}
</p>
<p class="fw-normal text-black p-0" data-testid="confidence">{{ checkIn.confidence }}/{{ max }}</p>
</div>

<mat-slider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
color="primary"
mat-button
>
<span class="d-flex align-items-center fw-bold add-text">
<span class="d-flex align-items-center add-text">
<img
[src]="
addButtonDisabled(selectableAdminTeams)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
color="primary"
mat-button
>
<span class="d-flex align-items-center fw-bold add-text">
<span class="d-flex align-items-center add-text">
<img alt="Delete user button" class="add-cross-button" src="/assets/icons/delete-blue-icon.svg" />
{{ getFullNameFromUser(this.user) }} l&ouml;schen
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 *ngIf="!selectedTeam$.value">Alle Teams</h2>
color="primary"
mat-button
>
<span class="d-flex align-items-center fw-bold add-text">
<span class="d-flex align-items-center add-text">
<img alt="Add key-result button" class="add-cross-button" src="/assets/icons/new-icon.svg" />
Member hinzufügen
</span>
Expand Down
7 changes: 0 additions & 7 deletions frontend/src/style/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,6 @@ mat-form-field.quarter-filter .mat-mdc-text-field-wrapper {
margin-bottom: 1rem;
}

.sub-title-keyresult {
font-family: Roboto, "sans-serif";
font-variation-settings: "wght" 400;
font-size: 0.9rem !important;
}

* {
line-height: 115% !important;
}
Expand All @@ -278,7 +272,6 @@ img.add-cross-button {

.add-text {
font-family: Roboto, "sans-serif";
font-variation-settings: "wght" 500;
margin-top: 1px;
height: 2rem;
}
Expand Down

0 comments on commit 6ed18a0

Please sign in to comment.