You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
416 B

  1. .box-modal {
  2. position: relative;
  3. padding: 16px;
  4. background: #fff;
  5. color: #3c3c3c;
  6. font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  7. box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  8. border-radius: 6px;
  9. }
  10. .box-modal_close { position: absolute; right: -25px; top: -25px; font-size: 30px; line-height: 15px; color: #ffffff; cursor: pointer; }
  11. .box-modal_close:hover { color: #B1B1B1; }