BigW Consortium Gitlab

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

  .example {
    &:before {
      content: "Example";
10
      color: #bbb;
11 12 13 14 15 16
    }

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