Theming guide pour le framework Bootstrap | Drupal 8

Theming guide pour le framework Bootstrap

Submitted by editor on Fri, 03/04/2016 - 11:39
Question

Tips for handle and/or override bootstrap defaluts themes

Modal dialogue box ( bootstrap / jquery)

1. Remobe the gray background of modal dialog  box (modal-backdrop)
.modal-backdrop {
  background-color: transparent;
}

2. Modal dialog  box Theming
  .modal-dialog {
    .modal-content {
      .modal-header {}
      .modal-body {}
      .error {}
      .modal-footer {
      }
    }
  }

 

 

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.