Sha256: 32947864f704a6c3a35c2962f25478245dd7c02f1341e21109df6c8278220431
Contents?: true
Size: 1.3 KB
Versions: 6
Compression:
Stored size: 1.3 KB
Contents
/******************************************************************************* Message boxes *******************************************************************************/ // .loading { // background-image: url('/assets/caboose/loading_black_on_white.gif'); // background-position: 0 center; // background-repeat: no-repeat; // color: #000; // font-weight: normal; // font-size: 16pt; // padding: 10px 10px 10px 40px; // } .note { padding: 15px; background: #fff3ac; //color: #fff; font-size: 15px; //text-align: center; h2 { margin: 0 0 10px 0; padding: 0; } a { color: #fff; &:hover { color: #000; } } &.error { background: #bf4448; } &.success { background: #26ae88; } &.loading { background-image: url('https://cabooseit.s3.amazonaws.com/assets/shared/loading_blue.gif'); background-size: 40px; background-position: 0 center; background-repeat: no-repeat; padding-left: 40px; } } .note_small { display: block; padding: 4px 10px; background: #fef49c; color: #000000; font-size: 1em; border-radius: 3px; } // .error { // background: #bf4448; // color: #ffffff; // a { color: #fff; } // a:hover { color: #000; } // } // .success { // background: #26ae88; // color: #ffffff; // a { color: #ffffff; } // }
Version data entries
6 entries across 6 versions & 1 rubygems