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.
 
 
 
 

37 lines
868 B

  1. .ce_form {
  2. max-width: 680px;
  3. button,
  4. .button {
  5. width: 100%;
  6. max-width: 320px;
  7. font-family: futura-pt, sans-serif;
  8. font-weight: 800;
  9. font-style: italic;
  10. font-size: 0.875rem;
  11. line-height: 1.875rem;
  12. text-transform: uppercase;
  13. color: #0000dc !important;
  14. display: block;
  15. border: 2px solid #0000dc;
  16. border-radius: 6px;
  17. height: 33px;
  18. padding: 0 1rem;
  19. transition: 0.3s;
  20. background-color: #fff;
  21. @media (max-width: 575.98px) {
  22. text-indent: -9999px;
  23. background-image: url(../img/logout.svg);
  24. background-repeat: no-repeat;
  25. border: none;
  26. border-radius: 0;
  27. background-color: transparent;
  28. height: 30px;
  29. }
  30. &:hover {
  31. background: #0000dc;
  32. color: #fff !important;
  33. text-decoration: none;
  34. }
  35. }
  36. }