cozy/cozy-mobile

View on GitHub
src/app/styles/components/_file_viewer.styl

Summary

Maintainability
Test Coverage
.import
    #contentContainer
        bottom 60px!important

.download

  .actions
    position absolute
    top 0
    right 0
    border none
    bottom 0
    background transparent

    .mdi
      background transparent
      color #808080
      box-shadow none

  .modal
    z-index 600!important

.modal-overlay
  z-index 300!important

.modal

  &.cache
    .no-cache
      display none
  &.no-cache
    .cache
      display none

  .big
    display none!important
    opacity 0.5

  &.is-big
    .no-big
      display none!important
    .big
      display block!important

  .collection
    border none
    margin 0
    padding 0
    background-color transparent

    .collection-header
      border-bottom 1px solid #808080
      background-color transparent!important
      font-weight bold

      .name
        padding-top 10px

    .collection-item
      border 0
      color #808080
      margin-top 10px
      background-color transparent!important
      min-height 40px
      padding-right 0

      .icon
        color #808080
        font-size 20px