Skip to content

Commit 528d985

Browse files
vbakkewurstbrot
authored andcommitted
Teams: Minor css adjustments
1 parent 749ed5f commit 528d985

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/app/component/teams-groups-editor/teams-groups-editor.component.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
display: flex;
88
gap: 2rem;
99
justify-content: center;
10-
padding: 0 0.5rem;
1110
}
1211

1312
.editor-list-panel {

src/app/pages/teams/teams.component.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ h3 {
1414
margin: 1em 1em;
1515
}
1616

17+
.team-section {
18+
padding: 0 1rem 1rem;
19+
}
20+
1721
.team-list {
1822
width: 70%;
1923
overflow-x: auto;
@@ -65,11 +69,11 @@ h3 {
6569
.info-kpis {
6670
display: flex;
6771
flex-direction: row;
72+
gap: 1rem;
6873
}
6974

7075
.info-kpi {
7176
flex: 1;
72-
margin: 10px;
7377
padding: 20px;
7478
background-color: var(--background-secondary);
7579
border-radius: 8px;
@@ -118,3 +122,7 @@ td.mat-cell {
118122
max-width: 120px;
119123
text-align: center;
120124
}
125+
126+
.teams-table {
127+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
128+
}

0 commit comments

Comments
 (0)