Sha256: 7a3d4e607495656d85d3e5ccc925db080135a60bd3188f0dcbf235ea91d4338c
Contents?: true
Size: 690 Bytes
Versions: 8
Compression:
Stored size: 690 Bytes
Contents
#BackToMapButton { background-color: #5FCE4B; color: #fff !important; display: block; font-size: 17px; cursor: pointer; text-align: center; line-height: 50px; width: 450px; height: 50px; z-index: 5; transition: opacity 0.6s ease-out; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out; -ms-transition: all 0.6s ease-out; -o-transition: all 0.6s ease-out; position: absolute; padding: 0 15px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); text-transform: uppercase; /*font-family: FrankRegular, sans-serif;*/ font-weight: normal; margin: 10px 0; &:hover { background-color: #3377A8; } }
Version data entries
8 entries across 8 versions & 1 rubygems