Sha256: 0ca3c28c5ae0f17c90507726623e12dc8bf7ac29c0bd140119f5d0a03bdaa2bf

Contents?: true

Size: 694 Bytes

Versions: 3

Compression:

Stored size: 694 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: 4;
  /*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

3 entries across 3 versions & 1 rubygems

Version Path
c80_map_floors-0.2.2 app/assets/stylesheets/view/buttons/back_to_map_button.scss
c80_map_floors-0.2.1 app/assets/stylesheets/view/buttons/back_to_map_button.scss
c80_map_floors-0.2.0.8 app/assets/stylesheets/view/buttons/back_to_map_button.scss