aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-dashboard-common/warning-style.html
blob: c4103a724806c423d3effa01ebac064bde2f705f (plain)
1
2
3
4
5
6
7
8
9
10
<dom-module id="warning-style">
  <template>
    <style>
      .warning {
        max-width: 540px;
        margin: 80px auto 0 auto;
      }
    </style>
  </template>
</dom-module>