Sha256: c5e70bd7298d22661a5a328e9f4cfd4ff9b539036f83126ae6327998bbb5b475
Contents?: true
Size: 745 Bytes
Versions: 15
Compression:
Stored size: 745 Bytes
Contents
#notification { position:fixed; bottom:0px; left:0px; width:100%; color:#fff; text-align:center; line-height:40px; height:0px; font-size: 14px; text-shadow: 1px 1px 1px #333; background: rgba(0,0,0,0.5); transition: height 1s, background 1s; -webkit-transition: height 1s, background 1s; -moz-transition: height 1s, background 1s; z-index:10000; &.success { background: rgba(100,255,0, 0.4); height:40px; } &.error { background: rgba(255,0,0,0.4); height:40px; } } .blur { filter: blur(1px); filter: url("blur.svg#gaussian_blur"); -webkit-filter: blur(1px); -o-filter: blur(2px); } .bg-lock { position:fixed; width:100%; height:100%; top:0px; left:0px; z-index:99; }
Version data entries
15 entries across 15 versions & 1 rubygems