/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
 * You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This Source Code Form is "Incompatible With Secondary Licenses", as
 * defined by the Mozilla Public License, v. 2.0. */

#cf_crash_signature {
  width: 100%;
  height: 6em;
  font-size: var(--font-size-medium);
}

#legal_disclaimer {
  margin: 16px 0;
  border: 1px solid var(--warning-message-border-color);
  border-radius: 4px;
  padding: 16px;
  background-color: var(--warning-message-background-color);
  font-weight: bold;
}

.attachment-warning {
  flex: none;
  padding: 4px;
}

.attachment-warning img {
  vertical-align: sub;
}

#sec-approval-warning a {
  color: var(--error-message-foreground-color);
}
