Blame view
public/css/blocks/modals/contactUs.css
985 Bytes
b80175387 Начальный проект ... |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
.modal-contact { max-width: 1030px; width: 100%; } .modal-contact__close { position: relative; cursor: pointer; } .modal-contact__close:after { position: absolute; content: ""; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_314_26000)'%3E%3Cpath d='M4 40L0 36L16 20L0 4L4 0L20 16L36 0L40 4L24 20L40 36L36 40L20 24L4 40Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_314_26000'%3E%3Crect width='40' height='40' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: cover; width: 40px; height: 40px; top: -44px; right: -47px; } .modal-contact--hidden { display: none; } .modal-contact-type { font-size: 14px; line-height: 16px; margin-top: 10px; color: #ABB2BF; } .modal-contact-form-question { height: 230px; } .modal-contact-overlay--hidden { display: none; } |