You are here

hybridauth.modal.css in HybridAuth Social Login 7.2

#hybridauth-modal div.ctools-modal-content .modal-header {
  background-color: #999;
}
#hybridauth-modal {
  padding: 10px;
  background-color: #000;
}
#hybridauth-modal .ctools-modal-content {
  background-color: #fff;
  border: 0;
  padding-bottom: 20px;
}

File

css/hybridauth.modal.css
View source
  1. #hybridauth-modal div.ctools-modal-content .modal-header {
  2. background-color: #999;
  3. }
  4. #hybridauth-modal {
  5. padding: 10px;
  6. background-color: #000;
  7. }
  8. #hybridauth-modal .ctools-modal-content {
  9. background-color: #fff;
  10. border: 0;
  11. padding-bottom: 20px;
  12. }