Sha256: db497b8cfcd5146609928111f53b1a439e33fa40a2b0c00a953a1168f2f4805e

Contents?: true

Size: 1.58 KB

Versions: 4

Compression:

Stored size: 1.58 KB

Contents

/*main content section*/

#aa-main .aa-main-area {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 100px 10px 130px;
  /*text-align: center;*/
  width: 100%;
}


/*for buy and rent property lists*/
#aa-main .aa-prop-list {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 50px 0px 80px;
  width: 100%;
}

/*bold header at top of most pages - also container for devise forms*/

#top-container {
  /*background-image: url("../img/property-header-bg.jpg");*/
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  display: inline;
  float: left;
  position: relative;
  min-height: 400px;
  width: 100%;
}

#top-container::before {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#top-container .top-container-inner {
  display: inline;
  float: left;
  text-align: center;
  width: 100%;
}

#top-container .top-container-inner,
.top-container-devise {
  padding: 150px 0 150px;
}

@media (min-width: 1024px) {
  #top-container .top-container-inner,
  .top-container-devise {
    padding: 150px 0 250px;
  }
}

#top-container .top-container-inner h2 {
  color: #fff;
  letter-spacing: 0.5px;
  margin-top: 65px;
  text-transform: uppercase;
}

#top-container .top-container-inner .breadcrumb {
  background: none;
  border: none;
}

#top-container .top-container-inner .breadcrumb li a {
  color: #fff;
}

#top-container .top-container-inner .breadcrumb li.active {
  color: #fff;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pwb-1.0.0 app/assets/stylesheets/pwb/themes/berlin/inmo.scss
pwb-0.1.1 app/assets/stylesheets/pwb/themes/berlin/inmo.scss
pwb-0.1.0 app/assets/stylesheets/pwb/themes/berlin/inmo.scss
pwb-0.0.2 app/assets/stylesheets/pwb/themes/berlin/inmo.scss