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