background: #000; color: #fff; font-size: 16px; border: none; letter-spacing: 1px; transition: background 0.5s,color 0.5s; -moz-transition: background 0.5s,color 0.5s; /* Firefox 4 */ } .a-btn:hover{ background: #e4007f; color: #fff; } @media (min-width: 576px){ .modal-dialog { max-width: 500px; margin: 1.75rem auto; } } @media (min-width: 768px){ .product-article.modal { top: 28%; } .modal-dialog { max-width: 700px; } }
×