Sha256: e350bfd6b8f5e54783acc32510d706a4b77e05fa83397ae93f345aecf9287274

Contents?: true

Size: 1.65 KB

Versions: 5

Compression:

Stored size: 1.65 KB

Contents

@import "angular-material.min"
div.filtered-select
  position: fixed
  z-index: 1001
  background-color: white
  margin: 0
  padding: 0
  width: 100%
  height: 0
  overflow: hidden
  left: 0
  top: 0
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1)
  &.active
    height: 100%
  input
    width: 100%
  ul
    overflow: hidden
    overflow-y: auto
    list-style: none
    width: 100%
    margin: 0
    padding: 0
    li
      padding-left: 5%
      padding-right: 5%
      overflow: hidden
      text-overflow: ellipsis
      line-height: 48px
      height: 48px
      font-size: 14px
      white-space: nowrap
      cursor: pointer
      box-shadow: 0 4px 2px -2px rgba(0,0,0,0.14)
  &.bottom
    top: 50%
    z-index: 1000
    &.active
      height: 50%
ng-filtered-select
  display: block
  width: 100%
  overflow: hidden
  text-overflow: ellipsis
md-autocomplete
  background: none
  md-autocomplete-wrap.md-whiteframe-z1
    box-shadow: none
    button
      display: none
.autocomplete.menu
  text-align: left
  &:empty
    display: none
  a
    overflow: hidden
    width: 100%
    text-overflow: ellipsis
    display: block
    line-height: 48px
    height: 48px
    font-size: 14px
    white-space: nowrap
    cursor: pointer
    &.active
      font-weight: bolder
  &:hover
    max-height: 30rem
    padding: 0.5rem
    opacity: 1
  z-index: 10
  max-height: 0
  overflow-y: hidden
  overflow-x: hidden
  position: absolute
  background-color: white
  opacity: 0
  border-radius: 0.25rem
  text-overflow: ellipsis
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1)
  padding: 0

input.autocomplete:focus + div
  max-height: 30rem
  padding: 0.5rem
  opacity: 1

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
material_raingular-0.0.3.5 lib/assets/stylesheets/material-raingular.sass
material_raingular-0.0.3.4 lib/assets/stylesheets/material-raingular.sass
material_raingular-0.0.3.3 lib/assets/stylesheets/material-raingular.sass
material_raingular-0.0.3.2 lib/assets/stylesheets/material-raingular.sass
material_raingular-0.0.3.1 lib/assets/stylesheets/material-raingular.sass