|
- .ce_form {
- max-width: 680px;
- button,
- .button {
- width: 100%;
- max-width: 320px;
- font-family: futura-pt, sans-serif;
- font-weight: 800;
- font-style: italic;
- font-size: 0.875rem;
- line-height: 1.875rem;
- text-transform: uppercase;
- color: #0000dc !important;
- display: block;
- border: 2px solid #0000dc;
- border-radius: 6px;
- height: 33px;
- padding: 0 1rem;
- transition: 0.3s;
- background-color: #fff;
- @media (max-width: 575.98px) {
- text-indent: -9999px;
- background-image: url(../img/logout.svg);
- background-repeat: no-repeat;
- border: none;
- border-radius: 0;
- background-color: transparent;
- height: 30px;
- }
- &:hover {
- background: #0000dc;
- color: #fff !important;
- text-decoration: none;
- }
- }
- }
|