1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-27 23:06:29 -04:00
Files
Sonarr/frontend/src/Components/Tooltip/Popover.css
T
2019-04-17 02:21:58 -07:00

16 lines
233 B
CSS

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