chrome-devtools-frontend
Version:
Chrome DevTools UI
28 lines (22 loc) • 594 B
CSS
/*
* Copyright (c) 2015 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.header {
padding-top: var(--sys-size-3);
margin: var(--sys-size-5) var(--sys-size-5) var(--sys-size-5) var(--sys-size-8);
font: var(--sys-typescale-body2-medium);
}
.close-button {
margin: var(--sys-size-3);
}
.content {
margin: 0 var(--sys-size-8);
}
.button-container {
margin: var(--sys-size-6) var(--sys-size-8) var(--sys-size-8) var(--sys-size-8);
}
.reason {
color: var(--sys-color-error);
}