static get styles()

in web/src/components/panels/payload-panel.js [44:63]


  static get styles() {
    return [
      css`
        .example-button {
          background-color: #f1f1f1;
          border: none;
          color: black;
          font-size: 28px;
          padding: 0 12px;
          text-align: center;
          text-decoration: none;
          display: inline-block;
          margin: 4px 2px;
          cursor: pointer;
          border-radius: 5px;
        }
      `,
      ...codePanelsStyles,
    ];
  }