static override get styles()

in web/rv-edit-screen.ts [55:74]


  static override get styles() {
    return [
      css`
        :host {
          padding: var(--spacing-xl);
          display: block;
        }
        .bottomButtons {
          display: flex;
          justify-content: flex-end;
        }
        gr-button {
          margin-left: var(--spacing-m);
        }
        #filterSections {
          width: 100%;
        }
      `,
    ];
  }