Sha256: bf38400ff800c5f0485105a96226dd5faffe55a470e63a33c4280cd17071ad75
Contents?: true
Size: 949 Bytes
Versions: 25
Compression:
Stored size: 949 Bytes
Contents
.notification-widget { position: fixed; top: 180px; right: -10px; z-index: 900; } .notification-widget .alert > .close { float: left; margin-left: -12px; line-height: 18px; text-align: left; padding-left: 5px; padding-right: 10px; } .notification-widget .alert { position: relative; right: -300px; width: 250px; margin-bottom: 10px; .border-radius(3px); @shadow: 0px 1px 3px fade(@bg-inverse-intense-color,80%); .box-shadow(@shadow); } .notification-widget .alert-success, .notification-widget .alert-warning, .notification-widget .alert-info, .notification-widget .alert-danger { background-color: white; border: solid 1px transparent; } .notification-widget .alert-success { color: @elem-cozy-color; } .notification-widget .alert-warning { color: @elem-cozy-color; } .notification-widget .alert-info { color: @decorator-main-color; } .notification-widget .alert-danger { color: @brand-danger; }
Version data entries
25 entries across 25 versions & 1 rubygems