Sha256: 62f1075e33886ba19885fdde01714414f612d6bb995d82e2f271818738ec0a0f
Contents?: true
Size: 929 Bytes
Versions: 4
Compression:
Stored size: 929 Bytes
Contents
#summanyPopup { position: fixed; background-color: #FFF; z-index: 100; border-radius: 5px; width: 200px; padding: 15px; box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173,186,204,.25), 0 2px 6px rgba(0,21,64,.14), 0 10px 20px rgba(0,21,64,.05); top: 30px; } #summanyPopup p { margin-bottom: 10px; } #summanyPopup p span { float: right; } #summanyPopup:after { bottom: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #FFF; border-width: 10px; margin-left: -10px; } #summanyPopup:before { bottom: 101%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-bottom-color: #BBB; border-width: 10px; margin-left: -10px; }
Version data entries
4 entries across 4 versions & 1 rubygems