You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Tooltip/Popover.css

16 lines
233 B

.title {
padding: 10px 20px;
border-bottom: 1px solid $popoverTitleBorderColor;
background-color: $popoverTitleBackgroundColor;
font-size: 16px;
}
.body {
overflow: auto;
padding: 10px;
}
.tooltipBody {
padding: 0;
}