BigW Consortium Gitlab

ui_dev_kit.scss 286 Bytes
Newer Older
1 2
.gitlab-ui-dev-kit {
  > h2 {
3
    margin: 35px 0 20px;
4 5
    font-weight: bold;
  }
6 7

  .example {
8
    &::before {
9
      content: "Example";
10
      color: $ui-dev-kit-example-color;
11 12 13
    }

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