chrome-devtools-frontend
Version:
Chrome DevTools UI
45 lines (36 loc) • 659 B
CSS
/*
* Copyright 2021 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.
*/
:host {
display: block;
}
.experiment-preview {
display: flex;
align-items: center;
}
.helper {
text-align: center;
font-style: italic;
}
.feedback {
text-align: right;
}
.checkbox-line {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.container {
padding: 4px;
}
.x-link {
color: var(--color-primary);
text-decoration-line: underline;
margin: 4px;
}
.feedback .x-link {
color: var(--color-text-secondary);
}