blob: 8ef51bc07910dafce7054ed6157bd8a058bb8673 [file] [log] [blame]
/*
* Copyright 2022 The Chromium Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
.hint-popup-wrapper {
max-width: 232px;
}
code {
font-weight: bold;
font-family: inherit;
}
.hint-popup-possible-fix {
margin-top: 8px;
}
.clickable {
color: var(--sys-color-primary);
}
.underlined {
text-decoration: underline;
}
.unbreakable-text {
white-space: nowrap;
}
.footer {
margin-top: var(--sys-size-5);
}