mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 15:48:51 -06:00
20 lines
291 B
CSS
20 lines
291 B
CSS
.files a {
|
|
display: block;
|
|
padding: 16px;
|
|
text-decoration: none;
|
|
color: var(--primary);
|
|
}
|
|
|
|
.files a:hover {
|
|
background-color: var(--primary);
|
|
color: white;
|
|
border-radius: var(--border-radius);
|
|
}
|
|
|
|
.nodata {
|
|
text-align: center;
|
|
padding: 24px 0;
|
|
color: #888;
|
|
margin: 0;
|
|
}
|