Select Git revision
analysis-panel.component.scss
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
analysis-panel.component.scss 610 B
.analysis {
position: absolute;
height: 100%;
width: 100%;
}
div.network {
height: calc(100vh - 210px - 52px);
}
.tab-content {
visibility: hidden;
position: absolute;
width: calc(100% - 50px);
height: calc(100vh - 210px - 24px);
&.is-visible {
visibility: visible;
}
&.scrollable {
overflow-y: auto;
padding-right: 10px;
}
h4 {
margin-top: 60px;
}
}
.table-header {
margin-bottom: 50px;
}
.checkbox-col {
width: 50px;
}
.meta {
table {
width: 500px;
td {
width: 50px;
}
}
}
.tooltip-button {
font-size: 10px;
width: 10px;
}