Sha256: eafd0a3196a595204add95b064017468c7b1f383b345c3f23b51311ef7ea9159
Contents?: true
Size: 429 Bytes
Versions: 3
Compression:
Stored size: 429 Bytes
Contents
/* basic styles for simplemodal dialog to match Spree sample store */ .simplemodal-overlay { background: #333; } .simplemodal-container { border: 2px solid #162f54; background: #fff; width: 45%; } .simplemodal-close { border-bottom: 1px solid #fff; text-align: right; background: #162f54; color: #fff; } .simplemodal-container h1 { font-size: 110%; } .simplemodal-data { padding: 0.7em; }
Version data entries
3 entries across 3 versions & 1 rubygems