| <!-- |
| Copyright 2016 The LUCI Authors. All rights reserved. |
| Use of this source code is governed under the Apache License, Version 2.0 |
| that can be found in the LICENSE file. |
| --> |
| |
| <link rel="import" href="../bower_components/polymer/polymer.html"> |
| <link rel="import" href="../bower_components/paper-styles/typography.html"> |
| |
| <!-- shared styles for all elements and index.html --> |
| <dom-module id="shared-styles"> |
| <template> |
| <style> |
| .page-title { |
| @apply(--paper-font-display2); |
| } |
| paper-menu a > *, paper-menu paper-item > *, paper-menu paper-icon-item > * { |
| pointer-events: none; |
| } |
| @media (max-width: 600px) { |
| .page-title { |
| font-size: 24px!important; |
| } |
| } |
| </style> |
| </template> |
| </dom-module> |