Sha256: 45c50460f9a9accbcd3de7f25a4ad7edfb838cd4eee21a2bc56056e59316a9be

Contents?: true

Size: 1.15 KB

Versions: 116

Compression:

Stored size: 1.15 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
  +font-size($base-font-size)

.header__categories__dropdown__top-level__category--content
  +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)
  +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

116 entries across 116 versions & 1 rubygems

Version Path
smock-0.1.268 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.267 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.266 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.265 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.264 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.263 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.262 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.261 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.260 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.259 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.258 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.256 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.255 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.254 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.253 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.252 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.251 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.250 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.249 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.247 app/assets/stylesheets/modules/header/_dropdown.sass