Sha256: 0bf92c72d4d2d3349fc50e8dc86820fea1257bc5dcacca956d0b32000db15072

Contents?: true

Size: 791 Bytes

Versions: 17

Compression:

Stored size: 791 Bytes

Contents

// style for bPopup

.modal{
  @include pad(20px);
  top: 20px !important;

  background: rgba(255, 255, 255, 0.97);
  border-radius: 3px;
  border: solid 1px black;
  box-shadow: 0 0 10px 1px rgb(32, 32, 32);

  .header-text{
    @include pad(0 20px 20px 0);

    font-size: 40px;
  }

  .question{
    @include pad(0 0 10px 0);

    font-size: 25px;
  }

  .text{
    @include pad(0 0 10px 0);

    font-size: 20px;
  }

  .other_html{
    position: relative;
  }

  .bClose{
    @include pad(1px 10px);

    background: white;
    z-index: 999;
    position: absolute;
    color: black;
    font-weight: bold;
    top: -21px;
    right: -25px;
    border-radius: 50%;
    border: solid 3px black;
    cursor: pointer;

    &:hover{
      background: black;
      color: white;
    }
  }
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.9.5 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.9.4 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.9.3 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.9.2 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.9.1 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.9 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.8 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.7 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.6 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.5 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.8 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.7 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.6 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.5 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.4 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.3 app/assets/stylesheets/custom/components/_modals.scss
waterfall_bourbon_neat_rails-1.4.2 app/assets/stylesheets/custom/components/_modals.scss