Sha256: 57201327a862a75c176b2cdc15e4abe233cf2f37436d074d2ec83e6f93cee2f3
Contents?: true
Size: 814 Bytes
Versions: 6
Compression:
Stored size: 814 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; 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); } &: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
6 entries across 6 versions & 1 rubygems