Skip to content

Commit bd8c045

Browse files
style: adjust access popup font and spacing
Use Material font tokens for font-family/size and tighten gaps between connections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7d4e9de commit bd8c045

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

frontend/src/app/components/company/company.component.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,21 @@
121121
white-space: nowrap;
122122
display: flex;
123123
flex-direction: column;
124-
gap: 8px;
124+
font-family: var(--mat-menu-item-label-text-font, inherit);
125+
font-size: var(--mat-menu-item-label-text-size, 14px);
125126
}
126127

127128
.access-popup__connection {
128129
display: flex;
129130
flex-direction: column;
130-
gap: 2px;
131131
}
132132

133133
.access-popup__connection-title {
134134
font-weight: 500;
135-
font-size: 13px;
136135
}
137136

138137
.access-popup__connection-db {
139-
font-size: 11px;
138+
font-size: 0.786em;
140139
color: rgba(0, 0, 0, 0.45);
141140
padding-left: 2px;
142141
}
@@ -148,7 +147,7 @@
148147
}
149148

150149
.access-popup__group {
151-
font-size: 12px;
150+
font-size: 0.857em;
152151
color: rgba(0, 0, 0, 0.6);
153152
padding-left: 8px;
154153
}

0 commit comments

Comments
 (0)