Skip to content

Commit

Permalink
More style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Sep 25, 2023
1 parent 82d89d8 commit 153be0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/+data-and-analytics/data-and-analytics.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
</div>
<div class="card-body" [ngSwitch]="view.layout">

<div class="row p-1 mb-2">
<div class="row p-1 mb-2" *ngIf="(label | async)?.length > 0">
<div class="col-12">
<span class="h4 font-weight-bold">{{ label | async }}</span>
</div>
</div>

<div class="row p-1 mb-3">
<div class="row p-1 mb-2">
<div class="col-12">
<span class="h4 font-weight-bold">{{ 'DATA_AND_ANALYTICS.ORGANIZATION' | translate }}: </span>
<span class="h4">{{ organization.name }} ({{ organization.people.length }})</span>
Expand Down
3 changes: 3 additions & 0 deletions src/app/+data-and-analytics/data-and-analytics.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
outline: 0 none;
}
}
.card-body {
padding: 12px;
}
.card-header {
color: black;
}
Expand Down
4 changes: 2 additions & 2 deletions src/app/shared/sidebar/sidebar.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
width: 100%;
padding: 10px;
.sidebar {
min-width: 200px;
max-width: 200px;
min-width: 225px;
max-width: 225px;
@media (max-width: 575.98px) {
min-width: 100%;
max-width: 100%;
Expand Down

0 comments on commit 153be0d

Please sign in to comment.