Sha256: 0ab55a0c59a4dcb259d448852eff649d544e1c68b942e36eae5bdfabf2614078

Contents?: true

Size: 760 Bytes

Versions: 6

Compression:

Stored size: 760 Bytes

Contents

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

  -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;
  }

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

}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
c80_map_floors-0.1.0.9 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.8 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.7 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.6 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.5 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.4 app/assets/stylesheets/view/elems/building_info.scss