Sha256: 7bed72fde7330c9b65a16fd53d556dd2f0d35fff4c574bb7a9beb4b35a455430

Contents?: true

Size: 531 Bytes

Versions: 2

Compression:

Stored size: 531 Bytes

Contents

.dropdown-menu {
  opacity: 0
}

.dropdown-menu.show {
  animation: .2s forwards b
}

@keyframes b {
  to {
      opacity: 1
  }
}

.dropdown-item {
  font-size: .6875rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: background-color .1s;
  text-transform: uppercase
}

@media (min-width:1200px) {
  .dropdown-item {
      padding-top: .75rem;
      padding-bottom: .75rem
  }
}

@media (min-width:1200px) {
  .dropdown-item + .dropdown-item {
      border-top: 1px solid rgba(0, 0, 0, .1)
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-struggle-0.0.2 _sass/struggle/layout/_layout.dropdown.scss
jekyll-struggle-0.0.1 _sass/struggle/layout/_layout.dropdown.scss