blob: 189c5211cb18c1681b4bc8637825d384f06502ce [file] [log] [blame]
/*
* Copyright 2020 The Go Authors. All rights reserved.
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file.
*/
.UnitFiles {
margin-bottom: 2rem;
}
.UnitFiles-title {
border-bottom: 0.0625rem solid var(--gray-8);
font-size: 1.375rem;
margin: 0.5rem 0 0 0;
padding-bottom: 1rem;
}
.UnitFiles-title img {
height: 1.25rem;
margin: auto 1rem auto 0;
width: auto;
}
.UnitFiles-fileList {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(10.5rem, auto));
line-height: 1.5rem;
list-style: none;
padding-left: 0;
}
.UnitFiles-file {
margin-bottom: 0.25rem;
margin-right: 0.5rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}