2016-05-09 15:27:38 -04:00
|
|
|
|
paper-tab, paper-tab a {
|
2016-04-14 15:12:00 -04:00
|
|
|
|
font-weight: bold !important;
|
2015-07-02 01:08:05 -04:00
|
|
|
|
}
|
2016-05-09 15:27:38 -04:00
|
|
|
|
|
2016-05-15 12:30:32 -04:00
|
|
|
|
.libraryViewNav .pageTabButton {
|
2016-05-09 15:27:38 -04:00
|
|
|
|
font-weight: bold !important;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-15 12:30:32 -04:00
|
|
|
|
.libraryViewNav .pageTabButton:focus {
|
|
|
|
|
font-weight: bold !important;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-10 12:18:05 -04:00
|
|
|
|
@media all and (min-width: 300px) {
|
2016-05-09 15:27:38 -04:00
|
|
|
|
|
2016-05-15 12:30:32 -04:00
|
|
|
|
.libraryViewNav {
|
2016-05-09 15:27:38 -04:00
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
2016-05-15 12:30:32 -04:00
|
|
|
|
.libraryViewNav .pageTabButton {
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
}
|
2016-05-09 15:27:38 -04:00
|
|
|
|
}
|