Sha256: 6b9d2f9cbca8c43bcac8b26bd587020ef0a2ef1b1f1835ffe58b16e5974fa353

Contents?: true

Size: 1.25 KB

Versions: 5

Compression:

Stored size: 1.25 KB

Contents

.dropdown-menu-account {
  width: 100%;
  right: 0;
  border-bottom-right-radius: $border-radius-large;
  border-bottom-left-radius: $border-radius-large;

  .progress {
    margin-bottom: 10px;
  }
  @media (max-width: $grid-float-breakpoint-max) {
    @include nav-border(bottom);
  }
  @media (min-width: $grid-float-breakpoint) {
    width: $nav-icon-width * 4;
  }
}
.dropdown-menu-account-item {
  display: block;
  overflow: hidden;

  @media (min-width: $grid-float-breakpoint) {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.dropdown-menu-account-divider {
  margin-top: 5px;
  margin-bottom: 10px;
  @include nav-border(bottom);

  @media (max-width: $grid-float-breakpoint-max) {
    border-color: color('gray-600');
  }
}
.dropdown-menu-account-user {
  overflow: hidden;
}
.dropdown-menu-account-user-intro {
  margin-top: $padding-small-vertical;
  margin-bottom: 0;
  font-size: $font-size-100;
}
.dropdown-menu-account-avatar {
  margin-right: 10px;
  border: 0;
  box-shadow: none;

  @media (max-width: $grid-float-breakpoint-max) {
    height: 40px; // avatar-xs
    width: 40px;
    margin-top: $padding-small-vertical;
  }
}
.dropdown-menu-account-storage {
  @media (max-width: $grid-float-breakpoint-max) {
    font-size: $font-size-default;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
forever_style_guide-3.0.37 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.0.36 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.0.35 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.0.34 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.0.33 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss