Sha256: fb6fa0ca4b0b270853fd855f58566e28f6d8bbf0a26192c08cfa9485bd998266

Contents?: true

Size: 801 Bytes

Versions: 3

Compression:

Stored size: 801 Bytes

Contents

.building_info {
  position: absolute;
  z-index: 5;
  top: 10px;
  padding: 20px;
  background-color: #ededed;
  display: none;
  font-size: 14px;
  width: 450px;

  -webkit-transition: all 0.8s cubic-bezier(.25, .8, .25, 1);
  -moz-transition: all 0.8s cubic-bezier(.25, .8, .25, 1);
  transition: all 0.8s cubic-bezier(.25, .8, .25, 1);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);

  h2 {
    /*@include frankRegular(21px);*/
    margin: -20px -20px 10px -20px;
    padding: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #54658E;
  }

  > h3 {
    color: #ffffff !important;
  }

  h5 {
    border-top: 1px solid #14233C;
    color: #1f283e;
    margin-top: 18px;
    padding-top: 18px;
    /*@include frankRegular(21px);*/
  }

}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
c80_map_floors-0.1.0.25 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.24 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.23 app/assets/stylesheets/view/elems/building_info.scss