Sha256: 1c517dcef9508aef8ae28825334bbced23d2110c76d1251693ab49f4416277e6

Contents?: true

Size: 549 Bytes

Versions: 72

Compression:

Stored size: 549 Bytes

Contents

.modal-dialog-centered {
  display: -ms-flexbox;
  -ms-flex-align: center;
}

// Actual modal
.modal-content {
  display: block; // using display block because "-ms-flex-direction: column;" doesn't work in IE10
  // display: -ms-flexbox;
  // -ms-flex-direction: column;
}

// Modal header
.modal-header {
  display: -ms-flexbox;
  -ms-flex-align: start;
  -ms-flex-pack: justify;
}

// Modal body
.modal-body { -ms-flex: 1 1 auto; }

// Footer (for actions)
.modal-footer {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: end;
}

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
nfg_ui-0.11.18 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.17 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.16 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.15 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.14 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.13 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.12 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.11.1 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.11 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.10 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.9 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.8 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.7 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.6 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.5 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.4 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.3 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.2 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.1.1 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss
nfg_ui-0.11.1 app/assets/stylesheets/nfg_ui/network_for_good/core/legacy_browser_support/nfg_theme/_modal.scss