Sha256: 57ced875ed0f9cc799910dd3989b2a9f839a3257c336220c6959779789ed01b7
Contents?: true
Size: 888 Bytes
Versions: 11
Compression:
Stored size: 888 Bytes
Contents
.terms-card { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem; &:not(:first-child) { border-top: none; } .terms-card-header { cursor: pointer; outline: 0; font-weight: bold; padding: .75rem 1.25rem; margin-bottom: 0; background-color: rgba(0,0,0,.03); border-bottom: 1px solid rgba(0,0,0,.125); &::-webkit-details-marker { display:none; } } &:first-child .terms-card-header{ border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; } } .terms-card-body { padding: 1.25rem; } .terms-acceptance { margin-top: 30px; .terms-acceptance-btn { margin-top: 10px; display: block } }
Version data entries
11 entries across 11 versions & 1 rubygems