summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/ui_dev_kit.scss
blob: 587bd6a1e8a8fd882e291275ce4837b7faf87621 (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: bold;
  }

  .example {
    &:before {
      content: "Example";
      color: #bbb;
    }

    padding: 15px;
    border: 1px dashed #ddd;
    margin-bottom: 15px;
  }
}