Sha256: ac64bfd9666d0866c5b99edb92de42b559fe1dc7f5c7db603e5371d9d3f624f1

Contents?: true

Size: 1.18 KB

Versions: 162

Compression:

Stored size: 1.18 KB

Contents

.header__login:hover
  .header__dropdown-container
    display: block

.header__dropdown-container
  +span-columns(3 of 12)
  +space(top, 2)
  +space(line-height)
  +space(padding)
  +border
  display: none
  position: absolute
  right: 0
  margin: 0
  z-index: 10000
  list-style: none
  background: $white
  border-radius: $border-radius

.header__dropdown
  margin: 0
  list-style: none

.header__dropdown__seperator
  +top-horizontal-rule

//dropdown concerning categories
.header__categories__dropdown__top-level__link--active
  text-decoration: underline

.header__categories__dropdown__top-level__category
  margin: $typecsset-magic-number / 2 0
  +typecsset-font-size($base-font-size)

.header__categories__dropdown__top-level__category--content
  +typecsset-font-size($base-font-size)
  margin-top: $typecsset-magic-number * 2

.header__categories__dropdown__subcategories
  +span-columns(4 of 4)
  +shift(4)
  +space(padding)
  +space(min-height, 19)
  +typecsset-font-size($base-font-size)
  position: absolute
  top: 0
  left: -$gutter
  background: $gray-lightest
  list-style: none
  z-index: 10000
  display: none
  a
    text-decoration: none
    &:hover
      text-decoration: underline

Version data entries

162 entries across 132 versions & 1 rubygems

Version Path
smock-0.1.123 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.122 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.121 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.120 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.119 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.118 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.117 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.116 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.115 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.114 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.113 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.112 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.110 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.109 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.108 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.107 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.106 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.105 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.104 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.102 app/assets/stylesheets/modules/header/_dropdown.sass