Sha256: de966b6da10ca2d10fbea5b918761e4d659b12a69b27fd5c6d4ede375c39b918
Contents?: true
Size: 512 Bytes
Versions: 71
Compression:
Stored size: 512 Bytes
Contents
/* Component: alert ------------------------ */ .alert { //Add padding to allow the icon to appear padding-left: 30px; margin-left: 15px; position: relative; //Make icons float to the left corner > .fa, > .glyphicon { position: absolute; left: -15px; top: -15px; width: 35px; height: 35px; .border-radius(50%); line-height: 35px; text-align: center; background: inherit; border: inherit; } }
Version data entries
71 entries across 71 versions & 1 rubygems