summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/ui_dev_kit.scss
blob: 48ac5b21db8699e2dc0210ea2563a138fe372211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.gitlab-ui-dev-kit {
  > h2 {
    margin: 35px 0 20px;
    font-weight: $gl-font-weight-bold;
  }

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

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