Sha256: 4ea57e9f1ddda67aafde7bbcead1da05ec4545b060d5c958159b2cdeff0e40f8
Contents?: true
Size: 476 Bytes
Versions: 14
Compression:
Stored size: 476 Bytes
Contents
/* Flash messages */ .notice_flash, .failure_flash, .success_flash { border: 1px solid; padding: 3px; padding:15px 10px; background-repeat: no-repeat; background-position: 10px center; margin-bottom: 10px; font-weight: bold; width: 60%; margin-left: auto; margin-right: auto; } .notice_flash { color: #000; background-color: #E7E5E5; } .failure_flash { color: #D8000C; background-color: #FFBABA; } .success_flash { color: #000; background-color: #E7E5E5; }
Version data entries
14 entries across 14 versions & 1 rubygems