Logging & Styling

This commit is contained in:
Bastian Wagner
2026-02-16 12:11:30 +01:00
parent 2eafa21baf
commit 9ea2229f5a
29 changed files with 169 additions and 90 deletions

View File

@@ -157,4 +157,60 @@ div.ag-row {
.mdc-notched-outline__notch
{
border-right: none;
}
.p-4 {
padding: 1rem;
}
.bg-gray-50 {
background-color: rgb(249 250 251);
}
.rounded-md {
border-radius: 0.375rem;
}
.shadow-sm {
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.text-gray-400 {
color: rgb(156 163 175);
}
.mr-2 {
margin-right: 0.5rem;
}
.spacer-y8 {
height: 8px;
}
.spacer-y16 {
height: 16px;
}
.spacer-y32 {
height: 32px;
}
.mat-mdc-button, .mat-mdc-raised-button:not(.mat-mdc-button-disabled) {
.mdc-button__label, .mat-icon {
color: #000;
}
}
.btn-warning:not(.mat-mdc-button-disabled) {
.mdc-button__label, .mat-icon {
color: rgb(197, 0, 0);
}
}
.btn-primary:not(.mat-mdc-button-disabled).mat-mdc-raised-button {
.mdc-button__label, .mat-icon {
color: rgb(32, 100, 0);
}
}