rework tabs

This commit is contained in:
Luke Pulverenti 2016-05-09 15:27:38 -04:00
parent 14a8cf548f
commit 25f06c166b
25 changed files with 424 additions and 634 deletions

View file

@ -1,3 +1,18 @@
.libraryViewNav a, paper-tab, paper-tab a {
paper-tab, paper-tab a {
font-weight: bold !important;
}
.libraryViewNav .mdl-tabs__tab {
font-weight: bold !important;
}
@media all and (min-width: 800px) {
.libraryViewNav .mdl-tabs__tab-bar {
display: flex;
}
.libraryViewNav .mdl-tabs__tab {
flex-grow: 1;
}
}