dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

.page-side-tool {
  border-radius: 0;
  clip-path: polygon(4% 8%, 96% 8%, 50% 92%);
  height: 46px;
  width: 46px;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}

/* optional responsive width support */
@supports (width: calc(var(--tst) * 1)) {
  .page-side-tool{width: var(--page-side-tool-height, 46px);}
}