/* Copyright 2019 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

h2 {
  margin-top: 2em;
}

.icon {
  background-image: image-set(
    url(images/1x/triangle_red.png) 1x,
    url(images/2x/triangle_red.png) 2x);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 72px;
  width: 72px;
}
