Sha256: f847e48081c53867d8673ae38e19ee98bebe914039b65202aced1e05f424db00
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
@import "vars"; .modal-content { background: none !important; box-shadow: none !important; border: none !important; } #confirmation-modal { margin: 50px; border: none; border-radius: 1px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); .modal-title { padding: 10px; margin: 0; color: #F2EEEE; background-color: #B83737; text-align: center; } .modal-body { background: #f0f0f0; display: inline-block; width: 100%; padding: 0; .message { padding: 20px; display: inline-block; margin: 0 0 30px 0; font-size: 15px; color: #585151; width: 100%; } .confirmation-modal-footer { display: block; width: 100%; border-top: 1px solid rgba(190, 190, 190, 0.28); padding: 12px; background-color: rgb(236, 236, 236); .controls { text-align: right; } button { display: inline-block; width: 110px; margin-left: 10px; &.yes { } &.no { } } } } .loader { background: url("/assets/swat/loading-green.gif") no-repeat; width: 50px; height: 50px; display: inline-block; float: left; margin-left: 16px; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sw2at-ui-0.0.15 | app/assets/stylesheets/swat/confirmation.scss |