Radarr/frontend/src/Components/Page/PageJumpBarItem.css

15 lines
207 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.jumpBarItem {
flex: 1 0 $jumpBarItemHeight;
border-bottom: 1px solid $borderColor;
text-align: center;
font-weight: bold;
&:hover {
color: #777;
}
&:last-child {
border: none;
}
}