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

/* #css_wrapper_metadata_start
 * #type=style-lit
 * #scheme=relative
 * #css_wrapper_metadata_end */

#content {
  border: none;
  height: 100%;
  width: 100%;
}

#staging-indicator {
  background-color: white;
  border: 2px solid black;
  border-radius: 5px;
  bottom: 8px;
  font-family: 'Google Sans';
  opacity: 0.3;
  padding: 2px 4px;
  position: absolute;
  right: 24px;
}
