2020-03-29 03:28:36 +00:00
|
|
|
:host {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
mat-tab-group {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#inspect-component {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 5px;
|
|
|
|
|
left: 4px;
|
|
|
|
|
border: 0;
|
|
|
|
|
outline: none;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
|
|
|
|
|
div {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
path {
|
|
|
|
|
fill: #6e6e6e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
path.active {
|
|
|
|
|
fill: #2a76e4;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#refresh-component-tree {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 35px;
|
|
|
|
|
top: 7px;
|
|
|
|
|
border: 0;
|
|
|
|
|
outline: none;
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
|
|
|
|
|
div {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
svg {
|
|
|
|
|
path {
|
|
|
|
|
fill: #6e6e6e;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#app-angular-version {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 8px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #5128a5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::ng-deep {
|
|
|
|
|
.mat-tab-body-wrapper {
|
2020-05-06 23:36:20 +00:00
|
|
|
height: calc(100% - 31px);
|
2020-03-29 03:28:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat-tab-header {
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat-tab-label-container {
|
2020-05-07 03:21:32 +00:00
|
|
|
margin-left: 125px;
|
2020-03-29 03:28:36 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
mat-tab-header {
|
|
|
|
|
.mat-tab-label {
|
|
|
|
|
min-width: unset;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
padding: 0px 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-05-07 03:21:32 +00:00
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 60px;
|
|
|
|
|
top: -3px;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
outline: none;
|
|
|
|
|
width: 13px;
|
|
|
|
|
height: 33px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
::ng-deep {
|
|
|
|
|
.cdk-overlay-pane {
|
|
|
|
|
width: 500px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat-menu-panel {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.menu-toggle-button {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|