/* Copyright 2017 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
h1 {
color: rgb(74, 142, 230);
margin: 0;
padding: 0;
}
h2 {
font-size: 1em;
}
.status {
font-size: 15px;
}
.sub-text {
font-size: 10px;
}
.service-entry-new {
background-color: rgb(242, 242, 242)
}
.service-entry-available {
background-color: rgb(242, 242, 242)
}
.service-entry-active {
background-color: rgb(214, 249, 245)
}
.service-entry-paused {
background-color: rgb(240, 200, 125)
}
.service-entry-success {
background-color: rgb(157, 239, 133)
}
.service-entry-fail {
background-color: rgb(215, 180, 180)
}
.service-entry-blocked {
background-color: rgb(239, 235, 133)
}