Sha256: b3ffe36191657d74d2d0f892341e52fc2358af9c917f88e6b1a5df84eeecd9e9
Contents?: true
Size: 521 Bytes
Versions: 19
Compression:
Stored size: 521 Bytes
Contents
// // Body // ------------------------------ body { padding-top: 65px; padding-bottom: 50px; a { cursor: pointer; } } .content { dl { margin-top: 0; margin-bottom: 0; } } .verb.get { background: $get-color; } .verb.post { background: $post-color; } .verb.delete { background: $delete-color; } .verb.put { background: $put-color; } .verb.patch { background: $patch-color; } .action-divider { border-top: 2px solid darken($hr-border, 4); margin-bottom: 3rem; margin-top: 3rem; }
Version data entries
19 entries across 19 versions & 1 rubygems