Uppercase tab text.

To follow the Material Design spec.
This commit is contained in:
Oliver Hamlet
2014-12-26 14:13:04 +00:00
parent abbc1e7252
commit 41d3510234
+5
View File
@@ -99,6 +99,11 @@ html /deep/ paper-tabs::shadow #selectionBar {
height: 2px;
}
/* paper-tab */
html /deep/ paper-tab::shadow .tab-content {
text-transform: uppercase;
}
/* core-drawer-panel */
core-drawer-panel::shadow .narrow-layout #drawer {
width: calc(100vw - 56px) !important;