Radarr/frontend/src/Collection/Overview/CollectionOverviews.css
2022-05-28 17:46:44 -05:00

15 lines
179 B
CSS

.grid {
flex: 1 0 auto;
}
.container {
&:hover {
.content {
background-color: $tableRowHoverBackgroundColor;
}
}
}
.externalLinks {
margin-right: 0.5em;
}