chromium/chrome/browser/resources/chromeos/guest_session_tab.css

/* Copyright 2012 The Chromium Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * This is the stylesheet used for notifications in enterprise-enrolled devices.
 */

#enterprise-info {
  background-color: rgb(250, 245, 202);
  border: 2px solid rgb(250, 245, 202);
  border-radius: 2px;
  box-sizing: border-box;
  margin-bottom: -43px;
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  padding: 3px 8px 7px;
}

#enterprise-info[visible='false'] {
  display: none;
}

#enterprise-info img {
  height: 18px;
  margin-inline-end: 4px;
  position: relative;
  top: 4px;
  width: 18px;
}

@media (max-height:480px) and (max-width:400px) {
  #enterprise-info {
    margin-bottom: 1em;
  }
}

@media (max-width:400px) {
  #enterprise-info {
    margin-top: -2em;
  }
}