Sha256: 30d378c0f8fa701ec731986aecb69c22e6e55b7f24300358f5a114c4481cdf2a

Contents?: true

Size: 477 Bytes

Versions: 12

Compression:

Stored size: 477 Bytes

Contents

.formstrap-popup {
  padding: 10px;
  background: var(--bs-white);
  z-index: 1070;
  //@include reset-text();
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border-radius: var(--bs-popover-border-radius);
  box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15);
  border: var(--bs-border-width) solid var(--bs-border-color-translucent);

  &.closed {
    display: none;
  }
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
formstrap-0.4.5 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.4.4 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.4.3 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.4.2 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.3.5 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.3.4 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.3.3 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.3.2 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.3.1 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.3.0 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.2.1 app/assets/stylesheets/formstrap/shared/popup.scss
formstrap-0.2.0 app/assets/stylesheets/formstrap/shared/popup.scss