mirror of
https://github.com/Readarr/Readarr
synced 2026-03-19 19:13:24 +01:00
14 lines
207 B
CSS
14 lines
207 B
CSS
.jumpBarItem {
|
|
flex: 1 1 $jumpBarItemHeight;
|
|
border-bottom: 1px solid $borderColor;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
|
|
&:hover {
|
|
color: #777;
|
|
}
|
|
|
|
&:last-child {
|
|
border: none;
|
|
}
|
|
}
|