54 lines
825 B
SCSS
54 lines
825 B
SCSS
.no-table-selected {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
position: absolute;
|
|
background: var(--clr-vertical-nav-bg-color);
|
|
z-index: 10;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
}
|
|
|
|
.header-row {
|
|
padding: 15px 0;
|
|
border-bottom: 1px solid #d3d3d3;
|
|
}
|
|
|
|
.dataset-input-wrapper {
|
|
max-width: 500px;
|
|
width: 100%;
|
|
|
|
textarea {
|
|
min-height: 200px;
|
|
height: 200px;
|
|
}
|
|
}
|
|
|
|
.submit-reason {
|
|
min-height: 70px;
|
|
max-height: 70px;
|
|
height: 70px;
|
|
}
|
|
|
|
.log-wrapper {
|
|
margin: 0 10px;
|
|
height: auto;
|
|
}
|
|
|
|
::ng-deep td.not-matched {
|
|
background-color: #ff000054;
|
|
}
|
|
|
|
.dataset-selection-actions {
|
|
border-top: 1px solid #d3d3d3;
|
|
}
|
|
|
|
.licence-limit-notice {
|
|
color: var(--cds-alias-status-warning-dark);
|
|
}
|
|
|
|
.submission-results {
|
|
border-bottom: 1px solid #d3d3d3;
|
|
} |