Sha256: 2342525d0bcc461ff44156dab8d5287cf7c4be59d41124a434eecc360fa8a4c4

Contents?: true

Size: 696 Bytes

Versions: 10

Compression:

Stored size: 696 Bytes

Contents

// Custom styling here

body
  font-family: "Helvetica Neue"

a
  text-decoration: none
  font-style: normal

// Add icons to tabs
.bbm-modal__tab
  padding: 0

  a
    display: block
    padding:
      top: 55px
      bottom: 10px
      left: 20px
      right: 20px
    position: relative
    font:
      size: 13px

    &:before
      position: absolute
      content: ""
      background: url(img/tab-icons.png)
      left: 50%
      top: 10px
      margin:
        left: -20px
      width: 40px
      height: 40px
      opacity: .5

    &.active
      opacity: 1

      &:before
        opacity: 1


  &:last-child
    margin-left: -5px
    a
      &:before
        background-position: -40px

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
marionette-modal-1.0.0.9 src/style.sass
marionette-modal-1.0.0.8 src/style.sass
marionette.modal-1.0.0.7 src/style.sass
marionette.modal-1.0.0.6 src/style.sass
marionette.modal-1.0.0.5 src/style.sass
marionette.modal-1.0.0.4 src/style.sass
marionette.modal-1.0.0.3 src/style.sass
marionette.modal-1.0.0.2 src/style.sass
marionette.modal-1.0.0.1 src/style.sass
marionette.modal-1.0.0 src/style.sass