Sha256: 83090f2eeb9a64e202c0c6d5ac4585113bcf031208ac34e82ad7c2cb4d4fe008

Contents?: true

Size: 972 Bytes

Versions: 1

Compression:

Stored size: 972 Bytes

Contents

@import-once 'bootstrap'
@import-once 'font-awesome.css'
@import-once 'material_icons.css'
@import-once 'summernote'

$promethee-grey: #bbb
$promethee-transparent-grey: transparentize($promethee-grey, .8)
$promethee-light-grey: #eee
$promethee-color: #ff9900

@import 'promethee-editor/mover'
@import 'promethee-editor/preview'
@import 'promethee-editor/component'

.promethee-editor
  background: white
  position: relative
  &--fullscreen
    position: fixed
    left: 0
    right: 0
    bottom: 0
    top: 0
    overflow: auto
  &--preview
    overflow: hidden

  &__navbar
    border-radius: 0
    border: none
    border-bottom: 2px solid $promethee-color
    background: transparent

  &__button
    color: $promethee-color
    margin-left: 10px

  &__toolbar
    background: #eee
    padding: 10px
    font-size: 11px
    text-transform: uppercase
    font-weight: bold
    color: $promethee-color
    &, *
      user-select: none

  &__wrapper
    padding: 10px


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
promethee-1.0.3 app/assets/stylesheets/promethee-editor.sass