Sha256: 97fc42886068813faaaa285a0c4fabbe2257714394ce9d88c4e2b0cc15947fb0

Contents?: true

Size: 668 Bytes

Versions: 8

Compression:

Stored size: 668 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

8 entries across 8 versions & 1 rubygems

Version Path
c80_map-0.1.0.24 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.23 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.22 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.21 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.20 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.19 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.18 app/assets/stylesheets/view/buttons/button_back_to_map.scss
c80_map-0.1.0.17 app/assets/stylesheets/view/buttons/button_back_to_map.scss