Sha256: 5cad7f396fbf87e5d4164bc32407ac27503ff1bd8e3d9e8d5406f57af1a6c0c4

Contents?: true

Size: 1.03 KB

Versions: 3

Compression:

Stored size: 1.03 KB

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

  ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    /*@include frankRegular(15px);*/

    li {
      overflow: hidden;

      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;

      span {
        color: #6f6f6f;
      }
    }
  }

  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.3 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.2 app/assets/stylesheets/view/elems/building_info.scss
c80_map_floors-0.1.0.1 app/assets/stylesheets/view/elems/building_info.scss