Sha256: 3322a5c6fcca3acb278246e24e700523ff97021a89c9caa22e4ea932881905b4

Contents?: true

Size: 1.35 KB

Versions: 23

Compression:

Stored size: 1.35 KB

Contents

.dropdown-menu-account {
  padding-top: 15px;
  border-bottom-right-radius: $border-radius-large;
  border-bottom-left-radius: $border-radius-large;

  .progress {
    margin-bottom: 10px;
  }

  @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: 0;
    padding-bottom: $padding-small-vertical;
  }
}
.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-divider-thin {
  margin-top: 0;
  border-color: color('gray-600');
}
.dropdown-menu-account-user-name {
  @media (min-width: $grid-float-breakpoint) {
    @include multi_line_ellipsis($lineHeight: 1.1em, $lineCount: 3, $bgColor: $color-gray-700);
  }
}
.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 {
  margin-bottom: 0;
  font-size: $font-size-200;
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
forever_style_guide-3.2.18 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.17 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.16 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.15 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.14 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.13 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.12 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.11 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.10 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.9 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.8 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.7 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.6 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.5 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.4 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.3 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.2 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.1 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.2.0 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss
forever_style_guide-3.1.5 app/assets/stylesheets/forever_style_guide/modules/_nav-dropdowns-account.scss