jellyfin-web/dashboard-ui/components/dockedtabs/dockedtabs.css

29 lines
611 B
CSS
Raw Normal View History

2016-08-15 11:18:05 -07:00
.dockedtabs-tabs {
2016-08-14 21:36:17 -07:00
flex-grow: 1;
display: flex;
2016-08-15 11:18:05 -07:00
padding: .5em 0;
2016-08-14 21:36:17 -07:00
}
.dockedtabs-tab-button {
flex-grow: 1;
display: flex !important;
align-items: center;
justify-content: center;
text-transform: none !important;
font-size: 12px !important;
padding: 0 !important;
margin: 0 !important;
text-align: center;
2016-08-20 12:58:57 -07:00
border-color: transparent !important;
border-width: 0 !important;
2016-08-14 21:36:17 -07:00
}
.dockedtabs-tab-button, .dockedtabs-tab-button-foreground {
font-weight: normal !important;
}
.dockedtabs-tab-button-icon {
margin-bottom: .25em;
font-size: 20px;
}