1/* Copyright (C) 2017 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7      http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14*/
15li.test-run-container.active {
16    border-radius: 0 0 10px 10px;
17}
18.collapsible-header {
19    user-select: none;
20}
21.collapsible-header.disabled {
22    pointer-events: none;
23}
24.collapsible-header.test-run {
25    position: relative;
26}
27.test-run-metadata {
28    font-size: 13px;
29    line-height: 15px;
30    padding-top: 10px;
31    padding-bottom: 10px;
32    position: relative;
33    display: inline-block;
34    cursor: text;
35    user-select: initial;
36}
37.suite-test-run-metadata {
38    font-size: 13px;
39    line-height: 15px;
40    position: relative;
41    display: inline-block;
42    cursor: text;
43    user-select: initial;
44}
45.test-results.row {
46    margin: 0;
47    border-radius: 0 0 10px 10px;
48}
49.test-case-container {
50    font-weight: 400;
51    padding: 10px 15px 15px;
52    max-height: 33%;
53    overflow: auto;
54    box-shadow: inset 0 5px 7px -5px lightgrey;
55}
56.row .col.test-col {
57    padding: 0;
58}
59.row .col.test-col.bordered {
60    border-right: 1px solid lightgray;
61}
62.row .col.test-col.left-most {
63    border-radius: 0 0 0 10px;
64}
65.row .col.test-col.right-most {
66    border-radius: 0 0 10px 0;
67}
68.row .col.test-col.left-most.right-most {
69    border-radius: 0 0 10px 10px;
70}
71.test-result-label {
72    text-transform: capitalize;
73    border-bottom: 1px solid lightgray;
74    padding: 4px 15px;
75    margin: 0;
76}
77.loaders {
78    position: absolute;
79    left:0;
80    right:0;
81    top:0;
82    bottom:0;
83    margin:auto;
84}
85.indicator {
86    color: white;
87    font-size: 12px;
88    line-height: 20px;
89    font-weight: bold;
90    padding: 1px 6px;
91    margin-top: 10px;
92    min-width: 40px;
93    border-radius: 10px;
94}
95.indicator.padded {
96    margin-right: 5px;
97}
98.test-col .indicator {
99    margin-top: 2px;
100}
101.material-icons.expand-arrow {
102    right: 3px;
103    bottom: 0px;
104    position: absolute;
105    transition: transform 0.2s;
106}
107.rotate {
108    transform: rotate(-180deg);
109}
110i.material-icons.inline-icon {
111    font-size: inherit;
112}
113.test-run-label {
114    font-size: 18px;
115    line-height: 35px;
116    font-weight: 300;
117}
118