Sha256: b4acd33d1369b15eb39ad7a9ff2467b13dcd43fae957079a9fa2f60dc9664157

Contents?: true

Size: 1.47 KB

Versions: 3

Compression:

Stored size: 1.47 KB

Contents

// Sidebar

.sidebar_box {
  background-color: $lighterGray;
  border: 1px solid #d8d8d8;
  padding: 1rem;
  hr {
    margin: 0.75rem 0;
  }
}
.sidebar_section {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  @include cf();
  h4 {
    font-size: 1rem;
    line-height: 1;
    color: $darkestGray;
    margin-bottom: 0.35rem;
  }
}

// Sidebar sections with icons on the left

.sidebar_data {
  padding: 0 1rem;
  > li {
    border-bottom: 1px solid $lightGray;
    padding: 0.75rem 0;
    &:first-of-type {
      padding-top: 0;
    }
    &:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;
    }
  }
}

.sidebar_data_icon {
  float: left;
  width: 2rem;
  padding-top: 0.5rem;
  text-align: center;
  i {
    font-size: 26px;
    color: $darkerGray;
  }
}

.sidebar_data_text {
  margin-left: 3.5rem;
}

.sidebar_data_label {
  font-size: 0.9rem;
}

.sidebar_data_value,
.sidebar_data_details {
  overflow: hidden;
  text-overflow: ellipses;
}

.sidebar_data_value {
  font-size: 1.1rem;
  color: #999;
  font-weight: 600;
}

.sidebar_data_details {
  font-size: 0.9rem;
  color: #999;
}

// List of items in
.sidebar_data_list {
  a, span {
    float: left;
    @include ellipses;
  }
  a {
    width: 46%;
    margin-right: 4%;
  }
  span {
    width: 50%;
  }
}

.sidebar_social {
  padding: 1rem 1rem 0;
  @include cf;
}

.sidebar_submit {
  padding-bottom: 1rem;
  .button {
    width: 100%;
  }
}

.sidebar_submit_hint {
  text-align: center;
  font-size: 0.85rem;
  margin-top: 0.25rem;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dvl-core-0.1.0 vendor/assets/stylesheets/dvl/core/sidebar.scss
dvl-core-0.0.12 vendor/assets/stylesheets/dvl/core/sidebar.scss
dvl-core-0.0.11 vendor/assets/stylesheets/dvl/core/sidebar.scss