blob: bb849f8de2131902ed6ac72877a9f4a7cdce828f [file] [log] [blame]
/**
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@import 'third_party/py/multitest_transport/ui2/constants';
.mat-mdc-chip {
--mdc-chip-elevated-container-color: $background-default;
border: 1px solid $border-chip;
font-size: 12px;
}
.mat-mdc-row {
height: auto;
min-height: 49px;
.mat-mdc-cell.last-run-info {
flex-wrap: wrap;
.mat-icon {
color: $icon-danger;
}
a,
span {
align-items: center;
display: flex;
flex-basis: 100%;
}
}
}