angular/projects/ng-devtools/src/lib/devtools-tabs/devtools-tabs.component.css

75 lines
1.1 KiB
CSS

:host {
position: relative;
}
:host,
mat-tab-group {
width: 100%;
height: 100%;
display: block;
}
#inspect-component {
position: absolute;
top: 5px;
left: 4px;
border: 0;
outline: none;
}
#refresh-component-tree {
position: absolute;
left: 35px;
top: 7px;
border: 0;
outline: none;
}
#inspect-component,
#inspect-component div {
width: 18px;
height: 18px;
}
#refresh-component-tree,
#refresh-component-tree div {
width: 18px;
height: 18px;
}
#inspect-component svg path,
#refresh-component-tree svg path {
fill: #6e6e6e;
}
#inspect-component svg path.active {
fill: #2a76e4;
}
#app-angular-version {
position: absolute;
top: 8px;
right: 10px;
font-size: 11px;
font-weight: bold;
color: #5128a5;
}
/deep/ .mat-tab-body-wrapper {
height: calc(100% - 49px);
/* 100% - header */
}
/deep/ .mat-tab-label-container {
margin-left: 70px;
}
/deep/ mat-tab-header .mat-tab-label {
padding: 0px;
min-width: unset;
line-height: 30px;
height: 30px;
font-size: 12px;
padding-left: 10px;
padding-right: 10px;
}