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

Merge remote-tracking branch 'origin/master' into OZG-2796-CodeImpro

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