Sha256: 60ffdac7806b3904ff0d7655091e3bc580cfa38049034d667929f158f402deb5

Contents?: true

Size: 1.53 KB

Versions: 9

Compression:

Stored size: 1.53 KB

Contents

/////////////////////////////////////////////
/////////////////////////////////////////////
//     __  __           _       _          //
//    |  \/  |         | |     | |         //
//    | .  . | ___   __| | __ _| |___      //
//    | |\/| |/ _ \ / _` |/ _` | / __|     //
//    | |  | | (_) | (_| | (_| | \__ \     //
//    \_|  |_/\___/ \__,_|\__,_|_|___/     //
/////////////////////////////////////////////
/////////////////////////////////////////////

/// Last updated 18/06/2017
/// Bootstrap 4.0.0.alpha-6
/// R.Peck

/////////////////////////////////////////////
/////////////////////////////////////////////

// Modals //
modal

  //////////////////////////////////////
  //////////////////////////////////////

  // Main //
  > main
    display:      block
    position:     absolute
    top:          50%
    left:         50%
    width:        fit-content
    height:       auto
    cursor:       $base-cursor-default
    border:       $base-modal-border
    background:   $base-modal-background
    transform:    translateX(-100%) translateY(-100%)
    perspective:  1px
    max:
      height:     95%
    box:
      sizing:     border-box

    ///////////////////////////////////
    ///////////////////////////////////

    // Title //
    > title

      // Move //
      &.move
        cursor: $base-cursor-move

      // Exit //
      > .exit
        display: block

  //////////////////////////////////////
  //////////////////////////////////////

/////////////////////////////////////////////
/////////////////////////////////////////////

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fl-0.3.9 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.8 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.6 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.5 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.4 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.3 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.2 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.1 app/assets/stylesheets/styles/ui/modals.sass
fl-0.3.0 app/assets/stylesheets/styles/ui/modals.sass