You are here

bootstrap_modal_messages.css in Bootstrap Modal Messages 8

Same filename and directory in other branches
  1. 7 css/bootstrap_modal_messages.css
.bmm-modal-controls {
  position: fixed;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  cursor: pointer;
  margin-left: -2.5em;
  font-size: 24px;
  box-shadow: 0 2px 8px 4px #555;
}

File

css/bootstrap_modal_messages.css
View source
  1. .bmm-modal-controls {
  2. position: fixed;
  3. bottom: 0;
  4. left: 50%;
  5. background-color: #fff;
  6. border-radius: 5px 5px 0 0;
  7. padding: 10px;
  8. cursor: pointer;
  9. margin-left: -2.5em;
  10. font-size: 24px;
  11. box-shadow: 0 2px 8px 4px #555;
  12. }