/*
 * Copyright 2017 Google Inc.
 *
 * 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.
 */

.cm__lint-warning {
  background-image:
  linear-gradient(45deg, transparent 65%, #EE7600 80%, transparent 90%),
  linear-gradient(135deg, transparent 5%, #EE7600 15%, transparent 25%),
  linear-gradient(135deg, transparent 45%, #EE7600 55%, transparent 65%),
  linear-gradient(45deg, transparent 25%, #EE7600 35%, transparent 50%);
  background-repeat:repeat-x;
  background-size: 8px 2px;
  background-position:0 100%;
}

.cm__lint-error {
  background-image:
    linear-gradient(45deg, transparent 65%, red 80%, transparent 90%),
    linear-gradient(135deg, transparent 5%, red 15%, transparent 25%),
    linear-gradient(135deg, transparent 45%, red 55%, transparent 65%),
    linear-gradient(45deg, transparent 25%, red 35%, transparent 50%);
  background-repeat:repeat-x;
  background-size: 8px 2px;
  background-position:0 100%;
}
.cm-gutter-container {
  width: 10px;
}

.cm-gutter__warning {
  color: orange;
  font-size: 150%;
}

.cm-gutter__error {
  color: red;
  font-size: 150%;
}

.CodeMirror {
  height: auto !important;
  border: 1px solid #aaa;
}

#es6Button, #es5Button, #fixAllButton {
  margin-right: 20px;
}

.active {
  background-color: green;
}

#results {
  padding-left: 0;
  margin-top: 8px;
}

#results li {
  padding: 8px;
  min-height: auto
}

#results li:first-child {
  padding-top: 20px;
}

#results li:first-child {
  padding-top: 0px;
}
