Refactoring
This commit is contained in:
parent
87cbe96c3b
commit
e39e1d61ff
@ -65,6 +65,6 @@
|
|||||||
</section>
|
</section>
|
||||||
</mat-toolbar>
|
</mat-toolbar>
|
||||||
</header>
|
</header>
|
||||||
<div fxFlex class="mat-content reset-style" [ngStyle]="{backgroundColor: backgroundColor}">
|
<div fxFlex class="mat-content details-panel-style" [ngStyle]="{backgroundColor: backgroundColor}">
|
||||||
<ng-content></ng-content>
|
<ng-content></ng-content>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -20,7 +20,6 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.mat-toolbar.details-toolbar {
|
.mat-toolbar.details-toolbar {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
@ -28,11 +27,9 @@
|
|||||||
|
|
||||||
:host ::ng-deep {
|
:host ::ng-deep {
|
||||||
|
|
||||||
.reset-style {
|
.details-panel-style {
|
||||||
color: rgba(0, 0, 0, 0.6);;
|
color: rgba(0, 0, 0, 0.6);
|
||||||
//font-family: "Arial";
|
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
//font-weight: 500;
|
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user