Sha256: 8ecc0d636816b2508c3ed7682d0e2f5283f76143d1ec7a9652bd322e98a485a2
Contents?: true
Size: 672 Bytes
Versions: 9
Compression:
Stored size: 672 Bytes
Contents
#BackToMapButton { background-color: #3377A8; color: #fff !important; display: block; font-size: 17px; cursor: pointer; text-align: center; line-height: 50px; width: 417px; 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; &:hover { background-color: #5FCE4B; } }
Version data entries
9 entries across 9 versions & 1 rubygems