summaryrefslogtreecommitdiff
path: root/src/main/webapp/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/css/common.css')
-rw-r--r--src/main/webapp/css/common.css41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/main/webapp/css/common.css b/src/main/webapp/css/common.css
deleted file mode 100644
index 3e0a1c9..0000000
--- a/src/main/webapp/css/common.css
+++ /dev/null
@@ -1,41 +0,0 @@
-/* Copyright (C) 2017 The Android Open Source Project
-
- 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.
-*/
-
-@media only screen and (min-width: 993px) {
- .wide.container {
- width: 80%;
- max-width: 1600px;
- min-height: 80vh;
- }
-}
-.TEST_CASE_RESULT_PASS {
- background-color: #7FFF00;
-}
-.TEST_CASE_RESULT_FAIL {
- background-color: #ff4d4d;
-}
-.TEST_CASE_RESULT_SKIP {
- background-color: #A8A8A8;
-}
-.TEST_CASE_RESULT_EXCEPTION {
- background-color: black;
-}
-.TEST_CASE_RESULT_TIMEOUT {
- background-color: #9900CC;
-}
-.UNKNOWN_RESULT {
- background-color: white;
- border: 1px #A8A8A8 solid;
-}