/* Copyright 2026 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
 * #import=//resources/cr_elements/cr_shared_vars.css.js
 * #css_wrapper_metadata_end */

.tab-content {
  min-height: 96px;
  padding-top: 24px;
}

.tab-content:has(iwa-dev-install-update-manifest-tab) {
  min-height: 200px;
}

cr-tabs[inert] {
  opacity: 0.6;
}

.error-message {
  margin-top: 8px;
}
