Sha256: 1f7cada76bca127ac6def859a3c66776881de297adfa70c4e59f982e48a54f59

Contents?: true

Size: 1.43 KB

Versions: 5

Compression:

Stored size: 1.43 KB

Contents

nav
  a:link, a:visited
    text-decoration: none
    display: block
    color: $body-color
    padding: 0.25em 0.5em
    @include easeInOut

    &:hover
      color: $primary-color

.ae-nav-item, .ae-page-item
  &.active
    a:link, a:visited
      color: $primary-color

      .fa
        color: #fff

.ae-nav-left
  float: left

.ae-nav-right
  float: right

.ae-page-item
  & > a
    @include button

.ae-breadcrumbs
  .ae-nav-item
    position: relative

    &:not(:first-of-type)
      margin-left: 0.5em

    &:after
      content: " ยป"
      position: absolute
      top: 0.3em
      right: -0.3em
      color: $icon-color

.ae-mega-menu
  .ae-mega-menu-title
    padding:
      top: 0
      left: 0.5em
      right: 0.5em
    margin-bottom: 1em

  .ae-mega-menu-close
    text-decoration: none

  .ae-nav-mega-menu-content
    background: #fff
    padding: 1em
    @include box-shadow(0, 0px, 5px, 0, $border-light)
    @include border-radius(2px)


  [class*="ae-nav-mega-menu-list"]
    max-height: 140px
    overflow: scroll

  .ae-nav-mega-menu-list-icons
    .ae-nav-mega-menu-item
      border-right: 1px solid $border-light
      padding: 1em
      text-align: center

  .ae-nav-mega-menu-list
    .ae-nav-mega-menu-item
      padding: 0.5em
      text-align: left

      a:link
        display: block

      img
        display: inline-block
        vertical-align: middle
        margin-right: 1em
        margin-bottom: 0
        width: 25px

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
express_ui-0.1.0.rc7 app/assets/stylesheets/express_ui/molecules/_nav.sass
express_ui-0.1.0.rc5 app/assets/stylesheets/express_ui/molecules/_nav.sass
express_ui-0.1.0.rc4 app/assets/stylesheets/express_ui/molecules/_nav.sass
express_ui-0.1.0.rc3 app/assets/stylesheets/express_ui/molecules/_nav.sass
express_ui-0.1.0.rc1 app/assets/stylesheets/express_ui/molecules/_nav.sass