Skip to content
Snippets Groups Projects
Commit dbd06268 authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'OZG-2845 Optische Verbesserungen Historie' (#88) from...

Merge pull request 'OZG-2845 Optische Verbesserungen Historie' (#88) from OZG-2845_Optische_Verbesserungen_Historie into master

Reviewed-on: https://git.ozg-sh.de/mgm/goofy/pulls/88
parents 936a59aa e870148d
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
.mat-expansion-panel { .mat-expansion-panel {
display: flex; display: flex;
align-items: center; align-items: center;
height: 48px !important; height: 44px !important;
background-color: inherit; background-color: inherit;
box-shadow: none; box-shadow: none;
border-radius: 0; border-radius: 0;
font-size: 14px;
} }
:host-context(.dark) .mat-expansion-panel { :host-context(.dark) .mat-expansion-panel {
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
display: flex; display: flex;
white-space: nowrap; white-space: nowrap;
align-items: center; align-items: center;
min-height: 44px;
font-size: 14px;
} }
.headline { .headline {
......
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
border-bottom: 1px solid $greyLight; border-bottom: 1px solid $greyLight;
display: block; display: block;
margin-top: 0.5rem; margin-top: 0.5rem;
min-height: 44px;
font-size: 14px;
} }
p { p {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
body.mat-typography goofy-client-expansion-panel { body.mat-typography goofy-client-expansion-panel {
.mat-expansion-panel-header { .mat-expansion-panel-header {
padding: 0 !important; padding: 0 !important;
height: 48px !important; height: 44px !important;
} }
h3 { h3 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment