blob: cf051d97190eb38ef1fcb2f67371bead2bdf333b [file] [log] [blame]
/* Copyright 2019 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. */
.info-title {
font-weight: 600;
}
.version-container {
padding: 8px;
min-height: 40px;
position: relative;
}
.version-margin {
margin-bottom: 4px;
}
.version-value {
margin-left: 4px;
}
.flag-section {
height: 100%;
}
.flag-list-container {
position: relative;
height: calc(100% - 36px); /* Subtract 36 to account for flag section title (28px) and margin (8px). */
}
.flag-list {
overflow-y: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.flag-details-container {
padding: 8px;
display: flex;
justify-content: space-between;
align-items: center;
}
.flag-details-descriptions-container {
flex: 1 1 auto;
}
.flag-details-values-container {
flex: 0 0 auto;
text-align: right;
}
.flag-description {
opacity: 0.75
}
.flag-value {
color: var(--link-color);
}
.flag-modified {
color: var(--link-color);
opacity: 0.5;
font-size: 12px;
}