.gitlab-ui-dev-kit {
  > h2 {
    margin: 35px 0 20px;
    font-weight: bold;
  }

  .example {
    &::before {
      content: "Example";
      color: $ui-dev-kit-example-color;
    }

    padding: 15px;
    border: 1px dashed $ui-dev-kit-example-border;
    margin-bottom: 15px;
  }
}