Sha256: 0455a16efe3464a1e1c96fab961e28ef0749fd565813fdc3179522ffa231228c

Contents?: true

Size: 1.5 KB

Versions: 6

Compression:

Stored size: 1.5 KB

Contents

body
  margin-top: 60px

body.quadro-signed-in
  margin-bottom: 60px

form
  span.status
    @extend .help-block

#quadro-toolbar
  padding: 8px

#quadro-controls
  margin: 0px

#quadro-images
  overflow: auto

#quadro-gallery.collapsed
  padding: 0px
  height: 0em
  min-height: 0px
  margin-bottom: 0px
  border: none
  box-shadow: none
  +transition-property(height)
  +transition-duration(0.5s)
  +transition-timing-function(ease-in)

  #quadro-uploader
    height: 0em

  #quadro-images
    height: 0em

#quadro-gallery.expanded
  padding: 0px
  height: 25em
  +transition-property(height)
  +transition-duration(0.5s)
  +transition-timing-function(ease-out)

  #quadro-uploader
    height: auto

  #quadro-images
    height: 13em

.quadro-brand
  text-decoration: none !important

.widget-map
  height: 240px
  background-color: #808080
  background: no-repeat center center
  background-attachment: scroll
  -webkit-background-size: cover
  -moz-background-size: cover
  background-size: cover
  -o-background-size: cover

.note-editor
  margin-bottom: 20px

.fileinput > .thumbnail > img
  width: 100%

.dropper-input
  left: 0px

.asset-dropper
  margin: 1em
  position: relative

.slick-arrow
  z-index: 1000

.slick-prev
  left: 20px

.slick-next
  right: 20px

.slide
  img
    width: 100%

a.thumbnail
  img
    width: 100%

.jumbotron
  background: no-repeat center center
  background-attachment: scroll
  -webkit-background-size: cover
  -moz-background-size: cover
  background-size: cover
  -o-background-size: cover

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
quadro-0.5.5 app/assets/stylesheets/quadro/quadro.css.sass
quadro-0.5.4 app/assets/stylesheets/quadro/quadro.css.sass
quadro-0.5.3 app/assets/stylesheets/quadro/quadro.css.sass
quadro-0.5.2 app/assets/stylesheets/quadro/quadro.css.sass
quadro-0.5.1 app/assets/stylesheets/quadro/quadro.css.sass
quadro-0.5.0 app/assets/stylesheets/quadro/quadro.css.sass