Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ui_dev_kit.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 288da4da5c36df72df58157c8bf1c855a69f311c (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 $gray-100;
    margin-bottom: 15px;

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