ui_dev_kit.scss 286 Bytes EditWeb IDE 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: $ui-dev-kit-example-color; } padding: 15px; border: 1px dashed $ui-dev-kit-example-border; margin-bottom: 15px; } }