Sha256: 2f8df94c81f1de502dd67541bad00d3da1539530eaa5396b3794612530a3cc62
Contents?: true
Size: 921 Bytes
Versions: 40
Compression:
Stored size: 921 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; p { text-align: justify; } } .terms-acceptance { margin-top: 30px; .terms-acceptance-btn { margin-top: 10px; display: block } }
Version data entries
40 entries across 40 versions & 1 rubygems