Sha256: ce8743a3c48f28b6d9aaf4bb8c109cdce12603fadc175af864937c10e56813cb
Contents?: true
Size: 1.4 KB
Versions: 7
Compression:
Stored size: 1.4 KB
Contents
.multi_value { .btn.remove { color: $brand-danger; } .btn.remove, .btn.add { text-decoration: underline; } .btn.add { padding-left: 0; } .field-wrapper { list-style-type:none; } .listing { margin-left: 0; max-width: 40em; padding-left: 0px; margin-bottom: 0; } .field-controls { margin-left: 2em; } .remove .glyphicon-remove, .add .glyphicon-plus { margin-right: 0.3rem } .message { background-size: 40px 40px; background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent); box-shadow: inset 0 -1px 0 rgba(255,255,255,.4); width: 100%; border: 1px solid; color: #fff; padding: 10px; text-shadow: 0 1px 0 rgba(0,0,0,.5); animation: animate-bg 5s linear infinite; border-radius: $border-radius-base; } .has-error { background-color: #de4343; border-color: #c43d3d; } .has-warning{ background-color: #eaaf51; border-color: #d99a36; } .listing li:not(:last-child) { margin-bottom: 0.5rem; } .listing li:first-of-type { width: 83.3333333333%; input { border-radius: 4px; } .remove { display: none; } } } // The contributor listing needs some normalization #contributors .listing { max-width:20em; }
Version data entries
7 entries across 7 versions & 1 rubygems