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.164 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.163 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.162 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.161 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.160 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.159 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.158 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.153 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.152 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.151 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.150 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.149 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.148 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.147 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.146 app/assets/stylesheets/modules/header/_dropdown.sass
smock-0.1.145 app/assets/stylesheets/modules/header/_dropdown.sass